Commit f5283a4b authored by Mark Pearson's avatar Mark Pearson Committed by Greg Kroah-Hartman

Staging: comedi: Fixed coding style issues.

comedi_fops.c : A forward decleration was declared as extern although it
                is a function private to this file. Changed the
                decleration to static.
Signed-off-by: default avatarMark Pearson <markpearson_de@yahoo.de>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 5cf51e8a
...@@ -101,7 +101,7 @@ static int do_insn_ioctl(struct comedi_device *dev, ...@@ -101,7 +101,7 @@ static int do_insn_ioctl(struct comedi_device *dev,
static int do_poll_ioctl(struct comedi_device *dev, unsigned int subd, static int do_poll_ioctl(struct comedi_device *dev, unsigned int subd,
void *file); void *file);
extern void do_become_nonbusy(struct comedi_device *dev, static void do_become_nonbusy(struct comedi_device *dev,
struct comedi_subdevice *s); struct comedi_subdevice *s);
static int do_cancel(struct comedi_device *dev, struct comedi_subdevice *s); static int do_cancel(struct comedi_device *dev, struct comedi_subdevice *s);
......
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