mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-02 12:10:23 -04:00
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 <hsweeten@visionengravers.com> Cc: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
2b28a540de
commit
736221ef1f
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user