From: H Hartley Sweeten Date: Wed, 16 Jul 2014 18:22:58 +0000 (-0700) Subject: staging: comedi: ni_labpc.h: checkpatch.pl cleanup (unnecessary space) X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=736221ef1f414d1534ccbeb3ce5df187981ebb62;p=deliverable%2Flinux.git staging: comedi: ni_labpc.h: checkpatch.pl cleanup (unnecessary space) Fix the checkpatch.pl warning: WARNING: Unnecessary space before function pointer arguments Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/comedi/drivers/ni_labpc.h b/drivers/staging/comedi/drivers/ni_labpc.h index 0fb431137c76..b159b4ba4877 100644 --- a/drivers/staging/comedi/drivers/ni_labpc.h +++ b/drivers/staging/comedi/drivers/ni_labpc.h @@ -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,