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:
parent
e24da0913c
commit
4cec12f208
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user