Loading
ut/bdev_nvme: Use const variable for string array to avoid raw number
It is more readable to use const variable rather than raw number. memset is the way to initialize variable size array. Signed-off-by:Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Change-Id: I42f3f34422ea96e06a99bd6cc02e0e91349a4009 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/7323 Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Changpeng Liu <changpeng.liu@intel.com> Reviewed-by:
Aleksey Marchuk <alexeymar@mellanox.com> Reviewed-by:
<dongx.yi@intel.com> Reviewed-by:
Jim Harris <james.r.harris@intel.com> Community-CI: Mellanox Build Bot