mirror of
https://github.com/torvalds/linux.git
synced 2024-12-20 01:52:13 +00:00
Staging: media: lirc: Add new line after declarations
This patch fixes checkpatch.pl warning in files of media/lirc WARNING : Missing a blank line after declarations Signed-off-by: Tapasweni Pathak <tapaswenipathak@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
ac9080029d
commit
dbc5a5b690
@ -280,6 +280,7 @@ static long lirc_ioctl(struct file *filep, unsigned int cmd, unsigned long arg)
|
||||
u32 __user *uptr = (u32 __user *)arg;
|
||||
int retval = 0;
|
||||
u32 value = 0;
|
||||
|
||||
if (cmd == LIRC_GET_FEATURES)
|
||||
value = LIRC_CAN_SEND_PULSE | LIRC_CAN_REC_MODE2;
|
||||
else if (cmd == LIRC_GET_SEND_MODE)
|
||||
|
Loading…
Reference in New Issue
Block a user