nvme/overhead: fix typo
Signed-off-by: Jim Harris <james.r.harris@intel.com> Change-Id: Ia7ecef4c68815259f412be9f45c631833fb5790f Reviewed-on: https://review.gerrithub.io/413147 Tested-by: SPDK Automated Test System <sys_sgsw@intel.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-by: Daniel Verkamp <daniel.verkamp@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com>
This commit is contained in:
parent
39abf01ee2
commit
4f0c061d08
@ -585,7 +585,7 @@ probe_cb(void *cb_ctx, const struct spdk_nvme_transport_id *trid,
|
|||||||
static uint32_t ctrlr_found = 0;
|
static uint32_t ctrlr_found = 0;
|
||||||
|
|
||||||
if (ctrlr_found == 1) {
|
if (ctrlr_found == 1) {
|
||||||
fprintf(stderr, "only attching to one controller, so skipping\n");
|
fprintf(stderr, "only attaching to one controller, so skipping\n");
|
||||||
fprintf(stderr, " controller at PCI address %s\n",
|
fprintf(stderr, " controller at PCI address %s\n",
|
||||||
trid->traddr);
|
trid->traddr);
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
Reference in New Issue
Block a user