staging/lustre/ptlrpc: Fix wrong indenting in plain_authorize()
authorOleg Drokin <green@linuxhacker.ru>
Sat, 16 May 2015 07:38:32 +0000 (03:38 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 31 May 2015 00:29:45 +0000 (09:29 +0900)
commit38bbb63d94cd024d76db7d39594ae0bc605dd16c
treefe55bc2ab81ac9e4ed49a9d95e3931cd59c9f4d4
parent65609bd672e4fb232f81010b96ef8892833276b7
staging/lustre/ptlrpc: Fix wrong indenting in plain_authorize()

smatch highlighted a wrongly indented bit of code that almost
hides the extra assignment.

Signed-off-by: Oleg Drokin <green@linuxhacker.ru>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/ptlrpc/sec_plain.c