Staging: lustre: libcfs: Fix switch-case indent
authorTina Ruchandani <ruchandani.tina@gmail.com>
Wed, 22 Oct 2014 20:21:40 +0000 (13:21 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 23 Oct 2014 03:09:12 +0000 (11:09 +0800)
commit464289d876ba6774972ecb277dad4b104e565fbe
tree8a54f6761787ac8a294bfda2122c00cd9a454777
parent907cd2485b828deea069b100b6852ea0e54829da
Staging: lustre: libcfs: Fix switch-case indent

This patch fixes the following checkpatch error:j
ERROR: switch and case should be at the same indent
105: FILE: drivers/staging/lustre/lustre/libcfs/fail.c:105:

Signed-off-by: Tina Ruchandani <ruchandani.tina@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/libcfs/fail.c