diff --git a/srpt/src/ib_srpt.c b/srpt/src/ib_srpt.c index 014e28d00..27240f159 100644 --- a/srpt/src/ib_srpt.c +++ b/srpt/src/ib_srpt.c @@ -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,