staging/comedi: fix the spaces issue at the start of line in drivers/ni_mio_cs.c

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>
This commit is contained in:
YAMANE Toshiaki 2012-11-01 11:37:46 +09:00 committed by Greg Kroah-Hartman
parent f489e2d0ee
commit 31d7424be0

View File

@ -175,7 +175,7 @@ struct ni_private {
struct pcmcia_device *link;
NI_PRIVATE_COMMON};
NI_PRIVATE_COMMON};
/* How we access registers */