From a10ed48b1001ca63fa169a87957cc7aeb70eb4ad Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Wed, 11 Jul 2018 15:41:45 +0000 Subject: [PATCH] ib_srpt: Split a long source code line git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@7411 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- srpt/src/ib_srpt.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srpt/src/ib_srpt.c b/srpt/src/ib_srpt.c index a29634d6b..6b7b23a81 100644 --- a/srpt/src/ib_srpt.c +++ b/srpt/src/ib_srpt.c @@ -2765,7 +2765,8 @@ static int srpt_cm_req_recv(struct srpt_device *const sdev, goto reject; default: rej->reason = cpu_to_be32(SRP_LOGIN_REJ_INSUFFICIENT_RESOURCES); - pr_err("sending SRP_LOGIN_REQ response failed (error code = %d)\n", ret); + pr_err("sending SRP_LOGIN_REQ response failed (error code = %d)\n", + ret); goto reject; }