commit | 0e1bbbb0302014bb77f58880a25ac554c085345c | [log] [tgz] |
---|---|---|
author | Andreas Ruprecht <rupran@einserver.de> | Sun Nov 23 14:37:51 2014 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Nov 26 12:50:27 2014 -0800 |
tree | fb7a814a86cd30d4822926a4970f9a68bdb0952d | |
parent | 43ee4160bb1dba58e62a2e45c05c046b952e44cc [diff] |
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>