ib_srpt: Fix an error reported by the kerneldoc tool

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@5348 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2014-03-20 15:17:04 +00:00
parent ecc0a4a25d
commit f44bd8a7fa

View File

@@ -1833,8 +1833,9 @@ static u8 scst_to_srp_tsk_mgmt_status(const int scst_mgmt_status)
/**
* srpt_handle_new_iu() - Process a newly received information unit.
* @ch: RDMA channel through which the information unit has been received.
* @ioctx: SRPT I/O context associated with the information unit.
* @ch: RDMA channel through which the information unit has been received.
* @recv_ioctx: SRPT I/O context associated with the information unit.
* @context: SCST command processing context.
*/
static void srpt_handle_new_iu(struct srpt_rdma_ch *ch,
struct srpt_recv_ioctx *recv_ioctx,