Commit d713680f authored by Greg Dietsche's avatar Greg Dietsche Committed by Greg Kroah-Hartman

staging: lirc: fixed coding style

fixed a few minor coding style issues reported by checkpatch.pl
Signed-off-by: default avatarGreg Dietsche <gregory.dietsche@cuw.edu>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 3b70a26b
......@@ -647,7 +647,8 @@ static int __init lirc_parallel_init(void)
result = platform_driver_register(&lirc_parallel_driver);
if (result) {
printk("platform_driver_register returned %d\n", result);
printk(KERN_NOTICE "platform_driver_register"
" returned %d\n", result);
return result;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment