Staging: comedi: Fixed long line length in comedidev.h
authorMark Rankilor <reodge@gmail.com>
Thu, 6 May 2010 09:49:37 +0000 (17:49 +0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 11 May 2010 18:36:18 +0000 (11:36 -0700)
This patch fixes a long line length in comedidev.h to make checkpatch.pl happy

Signed-off-by: Mark Rankilor <reodge@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/comedi/comedidev.h

index c38ebb4aa75f32102af1b02492f7789242df81d3..4eb2b77f56dc55ef9442e00935094a630742318b 100644 (file)
@@ -374,7 +374,9 @@ enum subdevice_runflags {
        SRF_RUNNING = 0x08000000
 };
 
-int comedi_check_chanlist(struct comedi_subdevice *s, int n, unsigned int *chanlist);
+int comedi_check_chanlist(struct comedi_subdevice *s,
+                         int n,
+                         unsigned int *chanlist);
 unsigned comedi_get_subdevice_runflags(struct comedi_subdevice *s);
 
 /* range stuff */
This page took 0.02526 seconds and 5 git commands to generate.