staging: lustre: ldlm: Fix indentation errors for switch-case
authorAndreas Ruprecht <rupran@einserver.de>
Sun, 23 Nov 2014 13:37:51 +0000 (14:37 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 26 Nov 2014 20:50:27 +0000 (12:50 -0800)
commit0e1bbbb0302014bb77f58880a25ac554c085345c
treefb7a814a86cd30d4822926a4970f9a68bdb0952d
parent43ee4160bb1dba58e62a2e45c05c046b952e44cc
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>
drivers/staging/lustre/lustre/ldlm/ldlm_lock.c
drivers/staging/lustre/lustre/ldlm/ldlm_request.c