Skip to content

Commit

Permalink
staging/comedi: fix the spaces issue at the start of line in drivers/…
Browse files Browse the repository at this point in the history
…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>
  • Loading branch information
YAMANE Toshiaki authored and Greg Kroah-Hartman committed Nov 1, 2012
1 parent f489e2d commit 31d7424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/comedi/drivers/ni_mio_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ struct ni_private {

struct pcmcia_device *link;

NI_PRIVATE_COMMON};
NI_PRIVATE_COMMON};

/* How we access registers */

Expand Down

0 comments on commit 31d7424

Please sign in to comment.