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
|
@ -647,7 +647,8 @@ static int __init lirc_parallel_init(void)
|
||||||
|
|
||||||
result = platform_driver_register(&lirc_parallel_driver);
|
result = platform_driver_register(&lirc_parallel_driver);
|
||||||
if (result) {
|
if (result) {
|
||||||
printk("platform_driver_register returned %d\n", result);
|
printk(KERN_NOTICE "platform_driver_register"
|
||||||
|
" returned %d\n", result);
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue