summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/multipath.c
diff options
context:
space:
mode:
authorColin Ian King2017-11-14 15:26:27 +0100
committerChristoph Hellwig2017-11-20 08:38:10 +0100
commit89c4aff6d4f71726f22e567f046dc1dd73c35de1 (patch)
tree4363e1d4251a19d7d7d72e8d75da9fd39dab33a2 /drivers/nvme/host/multipath.c
parentnvme-pci: avoid hmb desc array idx out-of-bound when hmmaxd set. (diff)
downloadkernel-qcow2-linux-89c4aff6d4f71726f22e567f046dc1dd73c35de1.tar.gz
kernel-qcow2-linux-89c4aff6d4f71726f22e567f046dc1dd73c35de1.tar.xz
kernel-qcow2-linux-89c4aff6d4f71726f22e567f046dc1dd73c35de1.zip
nvme: fix spelling mistake: "requeing" -> "requeuing"
Trivial fix to spelling mistake in dev_warn_ratelimited message text Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'drivers/nvme/host/multipath.c')
-rw-r--r--drivers/nvme/host/multipath.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/nvme/host/multipath.c b/drivers/nvme/host/multipath.c
index 78d92151a904..1218a9fca846 100644
--- a/drivers/nvme/host/multipath.c
+++ b/drivers/nvme/host/multipath.c
@@ -131,7 +131,7 @@ static blk_qc_t nvme_ns_head_make_request(struct request_queue *q,
bio->bi_opf |= REQ_NVME_MPATH;
ret = direct_make_request(bio);
} else if (!list_empty_careful(&head->list)) {
- dev_warn_ratelimited(dev, "no path available - requeing I/O\n");
+ dev_warn_ratelimited(dev, "no path available - requeuing I/O\n");
spin_lock_irq(&head->requeue_lock);
bio_list_add(&head->requeue_list, bio);