* [PATCH] nvme: Fix typo error in nvme target
@ 2025-11-03 2:41 Chu Guangqing
2025-11-03 11:45 ` Christoph Hellwig
2025-11-03 15:34 ` Keith Busch
0 siblings, 2 replies; 3+ messages in thread
From: Chu Guangqing @ 2025-11-03 2:41 UTC (permalink / raw)
To: hch, sagi, kch; +Cc: linux-nvme, linux-kernel, Chu Guangqing
Fix two spelling mistakes.
Signed-off-by: Chu Guangqing <chuguangqing@inspur.com>
---
drivers/nvme/target/admin-cmd.c | 2 +-
drivers/nvme/target/core.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/nvme/target/admin-cmd.c b/drivers/nvme/target/admin-cmd.c
index 3e378153a781..3da31bb1183e 100644
--- a/drivers/nvme/target/admin-cmd.c
+++ b/drivers/nvme/target/admin-cmd.c
@@ -708,7 +708,7 @@ static void nvmet_execute_identify_ctrl(struct nvmet_req *req)
/*
* We don't really have a practical limit on the number of abort
- * comands. But we don't do anything useful for abort either, so
+ * commands. But we don't do anything useful for abort either, so
* no point in allowing more abort commands than the spec requires.
*/
id->acl = 3;
diff --git a/drivers/nvme/target/core.c b/drivers/nvme/target/core.c
index 5d7d483bfbe3..029a9f2420d3 100644
--- a/drivers/nvme/target/core.c
+++ b/drivers/nvme/target/core.c
@@ -40,7 +40,7 @@ EXPORT_SYMBOL_GPL(nvmet_wq);
* - the nvmet_transports array
*
* When updating any of those lists/structures write lock should be obtained,
- * while when reading (popolating discovery log page or checking host-subsystem
+ * while when reading (populating discovery log page or checking host-subsystem
* link) read lock is obtained to allow concurrent reads.
*/
DECLARE_RWSEM(nvmet_config_sem);
--
2.43.7
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] nvme: Fix typo error in nvme target
2025-11-03 2:41 [PATCH] nvme: Fix typo error in nvme target Chu Guangqing
@ 2025-11-03 11:45 ` Christoph Hellwig
2025-11-03 15:34 ` Keith Busch
1 sibling, 0 replies; 3+ messages in thread
From: Christoph Hellwig @ 2025-11-03 11:45 UTC (permalink / raw)
To: Chu Guangqing; +Cc: hch, sagi, kch, linux-nvme, linux-kernel
On Mon, Nov 03, 2025 at 10:41:31AM +0800, Chu Guangqing wrote:
> Fix two spelling mistakes.
Looks good:
Reviewed-by: Christoph Hellwig <hch@lst.de>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] nvme: Fix typo error in nvme target
2025-11-03 2:41 [PATCH] nvme: Fix typo error in nvme target Chu Guangqing
2025-11-03 11:45 ` Christoph Hellwig
@ 2025-11-03 15:34 ` Keith Busch
1 sibling, 0 replies; 3+ messages in thread
From: Keith Busch @ 2025-11-03 15:34 UTC (permalink / raw)
To: Chu Guangqing; +Cc: hch, sagi, kch, linux-nvme, linux-kernel
On Mon, Nov 03, 2025 at 10:41:31AM +0800, Chu Guangqing wrote:
> Fix two spelling mistakes.
Thanks, applied to nvme-6.19.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-11-03 15:35 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-03 2:41 [PATCH] nvme: Fix typo error in nvme target Chu Guangqing
2025-11-03 11:45 ` Christoph Hellwig
2025-11-03 15:34 ` Keith Busch
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox