From: H Hartley Sweeten Date: Tue, 18 Sep 2012 18:40:15 +0000 (-0700) Subject: staging: comedi: comedi.h: remove the extra indents X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~75^2~123 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25b73c783dd87de66383ea16606a8c4f8ebb1e0a;p=pandora-kernel.git 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 Cc: Ian Abbott Acked-by: Dan Carpenter Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed