staging/comedi: fix the spaces issue at the start of line in drivers/ni_mio_cs.c
authorYAMANE Toshiaki <yamanetoshi@gmail.com>
Thu, 1 Nov 2012 02:37:46 +0000 (11:37 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 1 Nov 2012 15:44:42 +0000 (08:44 -0700)
fixed below checkpatch warnings.
- WARNING: please, no spaces at the start of a line

Signed-off-by: YAMANE Toshiaki <yamanetoshi@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/ni_mio_cs.c

index b5b43e4..69a42c5 100644 (file)
@@ -175,7 +175,7 @@ struct ni_private {
 
        struct pcmcia_device *link;
 
- NI_PRIVATE_COMMON};
+NI_PRIVATE_COMMON};
 
 /* How we access registers */