summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Sid-Otmane <jonathan.sidotmane@gmail.com>2015-03-18 22:12:47 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-03-18 22:17:08 +0100
commit71474ccba11fa81e096844f2294bf218e32eea4f (patch)
treebd1e703debfedd8f10c6d2b267d683b43afcfb8d
parent245cbcff17a512fdaf63fe7766560f2981a6b8cf (diff)
Staging: lustre: niobuf.c fic 80 char limit
This fixes the charatcer limit in niobuf.c Signed-off-by: Jonathan Sid-Otmane <Jonathan.SidOtmane@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/staging/lustre/lustre/ptlrpc/niobuf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/staging/lustre/lustre/ptlrpc/niobuf.c b/drivers/staging/lustre/lustre/ptlrpc/niobuf.c
index dc3f6c6f8801..2fa2585584a3 100644
--- a/drivers/staging/lustre/lustre/ptlrpc/niobuf.c
+++ b/drivers/staging/lustre/lustre/ptlrpc/niobuf.c
@@ -388,7 +388,8 @@ int ptlrpc_send_reply(struct ptlrpc_request *req, int flags)
* ptlrpc_body in reply buffer to ptlrpc_body_v2, otherwise, the
* reply buffer on client will be overflow.
*
- * XXX Remove this whenever we drop the interoperability with such client.
+ * XXX Remove this whenever we drop the interoperability with
+ * such client.
*/
req->rq_replen = lustre_shrink_msg(req->rq_repmsg, 0,
sizeof(struct ptlrpc_body_v2), 1);