Commit 70964106 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

[media] lirc_dev.h: Make checkpatch happy

Remove warnings about bad whitespacing at function
struct parameters.
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@osg.samsung.com>
parent be14c5cd
......@@ -196,10 +196,10 @@ struct lirc_driver {
void *data;
int min_timeout;
int max_timeout;
int (*add_to_buf) (void *data, struct lirc_buffer *buf);
int (*add_to_buf)(void *data, struct lirc_buffer *buf);
struct lirc_buffer *rbuf;
int (*set_use_inc) (void *data);
void (*set_use_dec) (void *data);
int (*set_use_inc)(void *data);
void (*set_use_dec)(void *data);
struct rc_dev *rdev;
const struct file_operations *fops;
struct device *dev;
......
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