mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-18 11:11:27 +00:00
ib_srpt: Correct __srpt_close_ch() comments.
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4268 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -2182,10 +2182,10 @@ static void srpt_destroy_ch_ib(struct srpt_rdma_ch *ch)
|
||||
}
|
||||
|
||||
/**
|
||||
* __srpt_close_ch() - Close an RDMA channel by setting the QP error state.
|
||||
* __srpt_close_ch() - Close an RDMA channel.
|
||||
*
|
||||
* Reset the QP and make sure all resources associated with the channel will
|
||||
* be deallocated at an appropriate time.
|
||||
* Make sure all resources associated with the channel will be deallocated at
|
||||
* an appropriate time.
|
||||
*
|
||||
* Returns true if and only if the channel state has been modified from
|
||||
* CH_CONNECTING or CH_LIVE into CH_DISCONNECTING.
|
||||
|
||||
Reference in New Issue
Block a user