From 2ed01977dac0ed32d60863571669b531136ed77d Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sun, 5 Jun 2011 09:58:32 +0000 Subject: [PATCH] ib_srpt: Fix a spelling error git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@3543 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- srpt/src/ib_srpt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srpt/src/ib_srpt.c b/srpt/src/ib_srpt.c index 8d289b472..601983515 100644 --- a/srpt/src/ib_srpt.c +++ b/srpt/src/ib_srpt.c @@ -2243,7 +2243,7 @@ static bool srpt_is_target_enabled(struct scst_tgt *scst_tgt) /** * srpt_cm_req_recv() - Process the event IB_CM_REQ_RECEIVED. * - * Ownership of the cm_id is transferred to the SCST session if this functions + * 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. */ static int srpt_cm_req_recv(struct ib_cm_id *cm_id,