lib: Fix spelling error in vhost_nvme.c

This patch fixes spelling error while printing
error message using SPDK_ERRLOG under file
lib/vhost/vhost_nvme.c

Signed-off-by: Arshad Hussain <arshad.super@gmail.com>
Change-Id: I295c603d5e07935b200669f3c870c6e7d1136936
Reviewed-on: https://review.gerrithub.io/c/441255
Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
Reviewed-by: Changpeng Liu <changpeng.liu@intel.com>
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
This commit is contained in:
Arshad Hussain 2019-01-20 01:24:23 +05:30 committed by Changpeng Liu
parent e24da0913c
commit 4cec12f208

View File

@ -983,7 +983,7 @@ spdk_vhost_nvme_admin_passthrough(int vid, void *cmd, void *cqe, void *buf)
}
if (ret) {
SPDK_ERRLOG("Admin Passthrough Faild with %u\n", req->opc);
SPDK_ERRLOG("Admin Passthrough Failed with %u\n", req->opc);
}
return 0;