nvmf/rdma: Capitalize SEND in code comment for consistency
The READ and ATOMIC in the comment above are capitalized, so make this all caps too. Change-Id: I49fae2ceb826b22953d9b26d42b95f17e2dac617 Signed-off-by: Ben Walker <benjamin.walker@intel.com> Reviewed-on: https://review.gerrithub.io/c/442427 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-by: Changpeng Liu <changpeng.liu@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com>
This commit is contained in:
parent
a4d666fd7a
commit
4e614b3127
@ -275,7 +275,7 @@ struct spdk_nvmf_rdma_qpair {
|
||||
/* The maximum number of active RDMA READ and ATOMIC operations at one time */
|
||||
uint16_t max_read_depth;
|
||||
|
||||
/* The maximum number of RDMA send operations at one time */
|
||||
/* The maximum number of RDMA SEND operations at one time */
|
||||
uint32_t max_send_depth;
|
||||
|
||||
/* The current number of outstanding WRs from this qpair's
|
||||
|
Loading…
Reference in New Issue
Block a user