Merge remote-tracking branch 'staging/staging-next'
[deliverable/linux.git] / drivers / staging / lustre / lustre / ptlrpc / niobuf.c
index 11ec8254534741bd09026fb2f25b2e67198416ef..44f4eae2a2e75579cb96cfd4ec2af4251a152bf4 100644 (file)
@@ -398,7 +398,8 @@ int ptlrpc_send_reply(struct ptlrpc_request *req, int flags)
        lustre_msg_set_status(req->rq_repmsg,
                              ptlrpc_status_hton(req->rq_status));
        lustre_msg_set_opc(req->rq_repmsg,
-               req->rq_reqmsg ? lustre_msg_get_opc(req->rq_reqmsg) : 0);
+                          req->rq_reqmsg ?
+                          lustre_msg_get_opc(req->rq_reqmsg) : 0);
 
        target_pack_pool_reply(req);
 
This page took 0.033695 seconds and 5 git commands to generate.