]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
staging: comedi: comedi.h: remove the extra indents
authorH Hartley Sweeten <hartleys@visionengravers.com>
Tue, 18 Sep 2012 18:40:15 +0000 (11:40 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 19 Sep 2012 08:29:51 +0000 (09:29 +0100)
commit25b73c783dd87de66383ea16606a8c4f8ebb1e0a
tree90bddc2ac88d1a99470f63c98f0c3144d88c49ce
parent5d5d7c3b938d0c365e65180f2b9d6ffad4973cee
staging: comedi: comedi.h: remove the extra indents

The extra indents in this file cause git diff to not know the
section where changes are being made. This results in diff outputs
like:

@@ -365,7 +365,10 @@

instead of the more informational:

@@ -365,6 +365,7 @@ struct comedi_cmd {

Remove all the extra indents.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Acked-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/comedi.h