]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit50a68c5b014909486c155d9b42bd4355fb083e9e
treefb7a814a86cd30d4822926a4970f9a68bdb0952d
parentad0d6413698d799e4d1b776c81ad68bf0161cfda
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