From ee17068b8834aa2e02a8bcf132b240a928f400e6 Mon Sep 17 00:00:00 2001 From: yidong0635 Date: Thu, 24 Sep 2020 05:26:21 +0000 Subject: [PATCH] nvme: fix a typo. Meanwhile, to verify an issue about git push unittest failure. Signed-off-by: yidong0635 Change-Id: Idac60e5832390eb8bdce68aee639be2e9ac6cff6 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/4373 Reviewed-by: Changpeng Liu Reviewed-by: Ben Walker Tested-by: SPDK CI Jenkins --- lib/nvme/nvme_ctrlr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/nvme/nvme_ctrlr.c b/lib/nvme/nvme_ctrlr.c index 075bdf177..b246d0e60 100644 --- a/lib/nvme/nvme_ctrlr.c +++ b/lib/nvme/nvme_ctrlr.c @@ -1359,7 +1359,7 @@ spdk_nvme_ctrlr_reset(struct spdk_nvme_ctrlr *ctrlr) } /* - * For PCIe controllers, the memory locations of the tranpsort qpair + * For PCIe controllers, the memory locations of the transport qpair * don't change when the controller is reset. They simply need to be * re-enabled with admin commands to the controller. For fabric * controllers we need to disconnect and reconnect the qpair on its