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:
committed by
Greg Kroah-Hartman
parent
f489e2d0ee
commit
31d7424be0
@@ -175,7 +175,7 @@ struct ni_private {
|
|||||||
|
|
||||||
struct pcmcia_device *link;
|
struct pcmcia_device *link;
|
||||||
|
|
||||||
NI_PRIVATE_COMMON};
|
NI_PRIVATE_COMMON};
|
||||||
|
|
||||||
/* How we access registers */
|
/* How we access registers */
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user