summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOleg Drokin2015-05-16 09:38:32 +0200
committerGreg Kroah-Hartman2015-05-31 02:29:45 +0200
commit38bbb63d94cd024d76db7d39594ae0bc605dd16c (patch)
treefe55bc2ab81ac9e4ed49a9d95e3931cd59c9f4d4
parentstaging/lustre: Only set INTERRUPTIBLE state before calling schedule (diff)
downloadkernel-qcow2-linux-38bbb63d94cd024d76db7d39594ae0bc605dd16c.tar.gz
kernel-qcow2-linux-38bbb63d94cd024d76db7d39594ae0bc605dd16c.tar.xz
kernel-qcow2-linux-38bbb63d94cd024d76db7d39594ae0bc605dd16c.zip
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>
-rw-r--r--drivers/staging/lustre/lustre/ptlrpc/sec_plain.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/lustre/lustre/ptlrpc/sec_plain.c b/drivers/staging/lustre/lustre/ptlrpc/sec_plain.c
index 989cdcda27b5..65f3ab42829c 100644
--- a/drivers/staging/lustre/lustre/ptlrpc/sec_plain.c
+++ b/drivers/staging/lustre/lustre/ptlrpc/sec_plain.c
@@ -870,7 +870,7 @@ int plain_authorize(struct ptlrpc_request *req)
lustre_msg_buf(msg, PLAIN_PACK_MSG_OFF, 0),
lustre_msg_buflen(msg, PLAIN_PACK_MSG_OFF),
NULL, 0, (unsigned char *)&msg->lm_cksum, &hsize);
- req->rq_reply_off = 0;
+ req->rq_reply_off = 0;
}
return 0;