staging: comedi: ni_labpc.h: checkpatch.pl cleanup (unnecessary space)
authorH Hartley Sweeten <hsweeten@visionengravers.com>
Wed, 16 Jul 2014 18:22:58 +0000 (11:22 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 16 Jul 2014 20:38:00 +0000 (13:38 -0700)
Fix the checkpatch.pl warning:

WARNING: Unnecessary space before function pointer arguments

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

index 0fb431137c76d19a7224e4ff0cfd5eb1bcebd13c..b159b4ba48778d7d8de72e98893f40cf2888aadd 100644 (file)
@@ -79,8 +79,8 @@ struct labpc_private {
         * function pointers so we can use inb/outb or readb/writeb as
         * appropriate
         */
-       unsigned int (*read_byte) (unsigned long address);
-       void (*write_byte) (unsigned int byte, unsigned long address);
+       unsigned int (*read_byte)(unsigned long address);
+       void (*write_byte)(unsigned int byte, unsigned long address);
 };
 
 int labpc_common_attach(struct comedi_device *dev,
This page took 0.025387 seconds and 5 git commands to generate.