Spdk/examples/nvme
Tomasz Zawadzki a2664e7491 example/nvme_manage: change ranges to correct type on scanf()
scanf format specification '%ld' expects type 'long int *' for 'd',
but parameter 2 had a different type 'uint64_t*'.
Changed to SCNu64 to reflect the type for range_length and range_start.

Change-Id: I1637b2f7e982a33b45bc765a3e16f7f1302d84cb
Signed-off-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/462481
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Darek Stojaczyk <dariusz.stojaczyk@intel.com>
Reviewed-by: Changpeng Liu <changpeng.liu@intel.com>
2019-07-19 01:34:28 +00:00
..
arbitration examples/nvme: fix memory leaks of arbitration case 2019-06-19 03:48:16 +00:00
cmb_copy build: fix duplicate spdk.common.mk includes 2019-05-22 14:51:01 +00:00
fio_plugin nvme/fio_plugin: optimize metadata buffer usage 2019-07-15 03:43:45 +00:00
hello_world nvme: add functions to pretty-print commands and completions 2019-07-15 07:47:03 +00:00
hotplug build: fix duplicate spdk.common.mk includes 2019-05-22 14:51:01 +00:00
identify identify: print metadata type regardless of PI type 2019-07-12 12:39:38 +00:00
nvme_manage example/nvme_manage: change ranges to correct type on scanf() 2019-07-19 01:34:28 +00:00
perf example/perf: remove unused HAVE_URING CFLAG 2019-07-17 05:09:16 +00:00
reserve build: fix duplicate spdk.common.mk includes 2019-05-22 14:51:01 +00:00
Makefile cmb_copy: An example app that uses NVMe CMBs 2018-02-14 12:36:01 -05:00