From bcc0beb4a6941d36f5d60af08d603193d2085fd8 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Thu, 1 Nov 2018 03:54:20 +0000 Subject: [PATCH] ib_srpt: Tweak a function header (merge r7277 from trunk) git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/3.3.x@7533 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- srpt/src/ib_srpt.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srpt/src/ib_srpt.c b/srpt/src/ib_srpt.c index b198fb5a0..fd8575ec6 100644 --- a/srpt/src/ib_srpt.c +++ b/srpt/src/ib_srpt.c @@ -2505,10 +2505,10 @@ static u16 srpt_next_comp_vector(struct srpt_port *sport) } /** - * srpt_cm_req_recv() - Process the event IB_CM_REQ_RECEIVED. + * srpt_cm_req_recv() - Process the IB_CM_REQ_RECEIVED event. * - * Ownership of the cm_id is transferred to the SCST session if this function - * returns zero. Otherwise the caller remains the owner of cm_id. + * Ownership of the cm_id is transferred to the target session if this + * function returns zero. Otherwise the caller remains the owner of cm_id. */ static int srpt_cm_req_recv(struct srpt_device *const sdev, struct ib_cm_id *ib_cm_id,