+35
−25
Loading
1) consistently put each possible -errno value on separate line 2) fix -ENOMEM misspelling 3) add missing text about submitting from one thread only to spdk_nvme_ns_cmd_read_with_md 4) move text about submitting from one thread only for spdk_nvme_ns_cmd_readv_with_md 5) remove explanation of DSM from spdk_nvme_ns_cmd_dataset_management - we do not generally explain the meaning of commands in this header file It's possible there are some other inconsistencies still, but I cleaned up all of the ones that I noticed. I was mostly concerned about item #1 to prepare for a new errno that will be added in an upcoming patch. Signed-off-by:Jim Harris <james.r.harris@intel.com> Change-Id: I993c01a2f9f1f8294c1ebf349cc877a663aa43b1 Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/473053 Community-CI: Broadcom SPDK FC-NVMe CI <spdk-ci.pdl@broadcom.com> Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-by:
Tomasz Zawadzki <tomasz.zawadzki@intel.com>