Whamcloud - gitweb
LU-6496 ptlrpc: Fix wrong code indentation in plain_authorize 91/14591/2
authorOleg Drokin <oleg.drokin@intel.com>
Sat, 25 Apr 2015 17:37:47 +0000 (13:37 -0400)
committerOleg Drokin <oleg.drokin@intel.com>
Thu, 30 Apr 2015 06:31:58 +0000 (06:31 +0000)
Dont hide the assignment with ,isleading indentation.

Change-Id: If15fb88e4d31962d07a48c2077179cbfe38adfd8
Signed-off-by: Oleg Drokin <green@linuxhacker.ru>
Reviewed-on: http://review.whamcloud.com/14591
Tested-by: Jenkins
Reviewed-by: Emoly Liu <emoly.liu@intel.com>
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: James Simmons <uja.ornl@yahoo.com>
Reviewed-by: Jian Yu <jian.yu@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/ptlrpc/sec_plain.c

index 405c59b..9eaa852 100644 (file)
@@ -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);
                        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);
         }
 
         RETURN(0);