From: Andreas Ruprecht Date: Sun, 23 Nov 2014 13:37:51 +0000 (+0100) Subject: staging: lustre: ldlm: Fix indentation errors for switch-case X-Git-Tag: omap-for-v3.20/drop-legacy-3517~70^2~212 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e1bbbb0302014bb77f58880a25ac554c085345c;p=pandora-kernel.git staging: lustre: ldlm: Fix indentation errors for switch-case checkpatch complains about two indentation errors where the case statements are on a higher indentation level than the corresponding switch statement. This patch removes these errors. Signed-off-by: Andreas Ruprecht Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed