commit | ed262287e2b46927905a41e86100a63dc2327dac | [log] [tgz] |
---|---|---|
author | Bart Van Assche <bart.vanassche@wdc.com> | Mon Jan 08 11:00:43 2018 -0800 |
committer | Doug Ledford <dledford@redhat.com> | Mon Jan 08 16:05:12 2018 -0500 |
tree | 45372785b4f13a79b624357364972ce574a88b1a | |
parent | f8781a53001b11ba8277da6566f352a61229b667 [diff] |
IB/srpt: Rename a local variable, a member variable and a constant Rename rsp_size into max_rsp_size and SRPT_RQ_SIZE into MAX_SRPT_RQ_SIZE. The new names better reflect the role of this member variable and constant. Since the prefix "srp_" is superfluous in the context of the function that creates an RDMA channel, rename srp_sq_size into sq_size. Signed-off-by: Bart Van Assche <bart.vanassche@wdc.com> Signed-off-by: Doug Ledford <dledford@redhat.com>