staging: comedi: reformat lines to 80 chars or less
authorEujon Sellers <eujon.sellers@gmail.com>
Thu, 25 Jan 2018 23:21:58 +0000 (16:21 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 26 Jan 2018 14:08:43 +0000 (15:08 +0100)
This is a cleanup patch to fix line length issue found
by checkpatch.pl script.

In this patch, lines 186, 192 and 199 have been wrapped.

Signed-off-by: Eujon Sellers <eujon.sellers@gmail.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Cc: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/comedidev.h

index 8f6d1604e7ba9e2da4dc079b55e1382bbaaa1ba9..f3474a4ba69ee8cc20f4e75758ad5ab17eec0ddb 100644 (file)
@@ -183,17 +183,21 @@ struct comedi_subdevice {
                          struct comedi_insn *insn, unsigned int *data);
        int (*insn_bits)(struct comedi_device *dev, struct comedi_subdevice *s,
                         struct comedi_insn *insn, unsigned int *data);
-       int (*insn_config)(struct comedi_device *dev, struct comedi_subdevice *s,
-                          struct comedi_insn *insn, unsigned int *data);
+       int (*insn_config)(struct comedi_device *dev,
+                          struct comedi_subdevice *s,
+                          struct comedi_insn *insn,
+                          unsigned int *data);
 
        int (*do_cmd)(struct comedi_device *dev, struct comedi_subdevice *s);
-       int (*do_cmdtest)(struct comedi_device *dev, struct comedi_subdevice *s,
+       int (*do_cmdtest)(struct comedi_device *dev,
+                         struct comedi_subdevice *s,
                          struct comedi_cmd *cmd);
        int (*poll)(struct comedi_device *dev, struct comedi_subdevice *s);
        int (*cancel)(struct comedi_device *dev, struct comedi_subdevice *s);
 
        /* called when the buffer changes */
-       int (*buf_change)(struct comedi_device *dev, struct comedi_subdevice *s);
+       int (*buf_change)(struct comedi_device *dev,
+                         struct comedi_subdevice *s);
 
        void (*munge)(struct comedi_device *dev, struct comedi_subdevice *s,
                      void *data, unsigned int num_bytes,