diff options
author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-10-05 12:50:42 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-10-05 12:50:42 -0400 |
commit | 709641061457ee31ad9fed96798102c3326750f9 (patch) | |
tree | 29f4ceb964310924430ddda7a639858bfcaf1b7b /include/media | |
parent | be14c5cd592b6a268c825ca78ff7be758bab316d (diff) |
[media] lirc_dev.h: Make checkpatch happy
Remove warnings about bad whitespacing at function
struct parameters.
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'include/media')
-rw-r--r-- | include/media/lirc_dev.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/media/lirc_dev.h b/include/media/lirc_dev.h index abb92f879ba2..0ab59a571fee 100644 --- a/include/media/lirc_dev.h +++ b/include/media/lirc_dev.h | |||
@@ -196,10 +196,10 @@ struct lirc_driver { | |||
196 | void *data; | 196 | void *data; |
197 | int min_timeout; | 197 | int min_timeout; |
198 | int max_timeout; | 198 | int max_timeout; |
199 | int (*add_to_buf) (void *data, struct lirc_buffer *buf); | 199 | int (*add_to_buf)(void *data, struct lirc_buffer *buf); |
200 | struct lirc_buffer *rbuf; | 200 | struct lirc_buffer *rbuf; |
201 | int (*set_use_inc) (void *data); | 201 | int (*set_use_inc)(void *data); |
202 | void (*set_use_dec) (void *data); | 202 | void (*set_use_dec)(void *data); |
203 | struct rc_dev *rdev; | 203 | struct rc_dev *rdev; |
204 | const struct file_operations *fops; | 204 | const struct file_operations *fops; |
205 | struct device *dev; | 205 | struct device *dev; |