From: Greg Kroah-Hartman Date: Fri, 7 Feb 2014 18:10:34 +0000 (-0800) Subject: staging: vt6656: fix indentation in if statement X-Git-Tag: v3.15-rc1~139^2~1238 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be973fcd81c946e5e6ba2586718232e0fcf296e2;p=pandora-kernel.git staging: vt6656: fix indentation in if statement Dave Jones pointed out that commit 302433daf47aeb7d21d66e55fb84d6a8fffd4aed (staging: vt6656: device.h Remove typedef enum __device_init_type.), improperly indented a line to make it look like it was under the if line above it, but it wasn't. So fix this up. Reported-by: Dave Jones Cc: Malcolm Priestley Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed