From: Oleg Drokin Date: Sat, 25 Apr 2015 17:37:47 +0000 (-0400) Subject: LU-6496 ptlrpc: Fix wrong code indentation in plain_authorize X-Git-Tag: 2.7.53~18 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F91%2F14591%2F2;p=fs%2Flustre-release.git LU-6496 ptlrpc: Fix wrong code indentation in plain_authorize Dont hide the assignment with ,isleading indentation. Change-Id: If15fb88e4d31962d07a48c2077179cbfe38adfd8 Signed-off-by: Oleg Drokin Reviewed-on: http://review.whamcloud.com/14591 Tested-by: Jenkins Reviewed-by: Emoly Liu Tested-by: Maloo Reviewed-by: James Simmons Reviewed-by: Jian Yu Reviewed-by: Oleg Drokin --- diff --git a/lustre/ptlrpc/sec_plain.c b/lustre/ptlrpc/sec_plain.c index 405c59b..9eaa852 100644 --- a/lustre/ptlrpc/sec_plain.c +++ b/lustre/ptlrpc/sec_plain.c @@ -893,7 +893,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);