Added more comments.

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1939 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2010-08-06 17:28:04 +00:00
parent 94cf387057
commit ed195d5e4f

View File

@@ -1128,6 +1128,12 @@ out:
*
* Side Effect:
* Resets ch->req_lim_delta.
*
* Note:
* The caller must either pass the returned value to the initiator in the
* REQUEST LIMIT DELTA field of an SRP information unit or pass the returned
* value to srpt_undo_req_lim_delta(). Any other approach will result in an
* SRP protocol violation.
*/
static int srpt_req_lim_delta(struct srpt_rdma_ch *ch)
{