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 <rupran@einserver.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Andreas Ruprecht
2014-11-23 14:37:51 +01:00
committed by Greg Kroah-Hartman
parent 43ee4160bb
commit 0e1bbbb030
2 changed files with 25 additions and 25 deletions