From c56f7675bfb17b3847b38044153e86550ced3c8e Mon Sep 17 00:00:00 2001 From: Oleg Drokin Date: Sat, 25 Apr 2015 13:37:47 -0400 Subject: [PATCH] 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 --- lustre/ptlrpc/sec_plain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 1.8.3.1