staging: lirc: fixed coding style
fixed a few minor coding style issues reported by checkpatch.pl Signed-off-by: Greg Dietsche <gregory.dietsche@cuw.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
3b70a26bcb
commit
d713680f2a
2 changed files with 29 additions and 28 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue