From 0d3c65105aa12ed1c9c91c20166f5830af6775d8 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Thu, 9 Jun 2016 21:39:15 +0000 Subject: [PATCH] ib_srpt: Remove a duplicate comment git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6899 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- srpt/src/ib_srpt.h | 1 - 1 file changed, 1 deletion(-) diff --git a/srpt/src/ib_srpt.h b/srpt/src/ib_srpt.h index 24bc0f273..71f6319b8 100644 --- a/srpt/src/ib_srpt.h +++ b/srpt/src/ib_srpt.h @@ -343,7 +343,6 @@ enum rdma_ch_state { * @pkey: P_Key of the IB partition for this SRP channel. * @comp_vector: Completion vector assigned to the QP. * @using_rdma_cm: Whether to use the RDMA/CM or the IB/CM. - * @processing_wait_list: Whether the I/O context wait list is being processed. * @sess_name: SCST session name. * @sess: SCST session information associated with this SRP channel. */