From d1e1e480ed47871dbf605295bbb7a25584931ad9 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Mon, 24 Mar 2014 11:53:00 +0000 Subject: [PATCH] ib_srpt: Clarify a kernel-doc comment git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@5363 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- srpt/src/ib_srpt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srpt/src/ib_srpt.h b/srpt/src/ib_srpt.h index fcc185413..f530e1288 100644 --- a/srpt/src/ib_srpt.h +++ b/srpt/src/ib_srpt.h @@ -249,7 +249,7 @@ struct srpt_tsk_mgmt { * @req_lim_delta: Value of the req_lim_delta value field in the latest * SRP response sent. * @tsk_mgmt: SRPT task management function context information. - * @rdma_ius_buf: DMA mapping context information. + * @rdma_ius_buf: Inline rdma_ius buffer for small requests. */ struct srpt_send_ioctx { struct srpt_ioctx ioctx;