linux-nvme.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/5] nvme: typo and minor cleanup fixes across host and target driver
@ 2025-06-25  4:16 Alok Tiwari
  2025-06-25  4:16 ` [PATCH v2 1/5] nvme: Fix multiple spelling and grammar issues in host drivers Alok Tiwari
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Alok Tiwari @ 2025-06-25  4:16 UTC (permalink / raw)
  To: linux-nvme, rdunlap, kbusch, axboe, hch, sagi, kch, nilay, corbet
  Cc: alok.a.tiwari, linux-doc, linux-kernel

Corrected typos and grammatical errors in comments and documentation
("terminaed" -> "terminated", "limitted" -> "limited",
"glace" -> "glance" etc.)

Normalizing hex format output (x%08x -> 0x%08x).

Improving grammar in explanatory comments for better clarity.

Identifier Correction: Renamed NVME_SC_SELT_TEST_IN_PROGRESS to
NVME_SC_SELF_TEST_IN_PROGRESS to fix a typographical error and align the
status code constant with its meaning.

Removed Redundant Assignment: Eliminated an unnecessary initialization
of an error code variable in nvmet_ns_enable() to clean up unreachable
or overridden logic.

Error Message Fix: Corrected incorrect variable usage in an error
message in pci-epf.c.

No functional or behavioral changes are introduced.

v1 -> v2
Extended the underline by one more character in
nvme-pci-endpoint-target.rst as suggested by Randy
and added Reviewed-by: Randy Dunlap for series.


Alok Tiwari (5):
  nvme: Fix multiple spelling and grammar issues in host drivers
  nvme: Fix incorrect variable in io cqes error message
  nvmet: Remove redundant assignment of error code in nvmet_ns_enable()
  nvme: Fix typo in status code constant for self-test in progress
  docs: nvme: fix grammar in nvme-pci-endpoint-target.rst

 .../nvme/nvme-pci-endpoint-target.rst         | 20 +++++++++----------
 drivers/nvme/host/apple.c                     |  4 ++--
 drivers/nvme/host/constants.c                 |  4 ++--
 drivers/nvme/host/core.c                      |  2 +-
 drivers/nvme/host/fc.c                        | 10 +++++-----
 drivers/nvme/host/nvme.h                      |  2 +-
 drivers/nvme/host/pci.c                       |  2 +-
 drivers/nvme/host/rdma.c                      |  2 +-
 drivers/nvme/target/core.c                    |  2 --
 drivers/nvme/target/passthru.c                |  4 ++--
 drivers/nvme/target/pci-epf.c                 |  2 +-
 drivers/nvme/target/zns.c                     |  2 +-
 include/linux/nvme.h                          |  2 +-
 13 files changed, 28 insertions(+), 30 deletions(-)

-- 
2.46.0



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2025-07-03 12:46 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-25  4:16 [PATCH v2 0/5] nvme: typo and minor cleanup fixes across host and target driver Alok Tiwari
2025-06-25  4:16 ` [PATCH v2 1/5] nvme: Fix multiple spelling and grammar issues in host drivers Alok Tiwari
2025-06-25  4:16 ` [PATCH v2 2/5] nvme: Fix incorrect variable in io cqes error message Alok Tiwari
2025-06-25  4:16 ` [PATCH v2 3/5] nvmet: Remove redundant assignment of error code in nvmet_ns_enable() Alok Tiwari
2025-06-25  4:16 ` [PATCH v2 4/5] nvme: Fix typo in status code constant for self-test in progress Alok Tiwari
2025-06-25  4:16 ` [PATCH v2 5/5] docs: nvme: fix grammar in nvme-pci-endpoint-target.rst Alok Tiwari
2025-06-25  6:34   ` Bagas Sanjaya
2025-06-25  4:24 ` [PATCH v2 0/5] nvme: typo and minor cleanup fixes across host and target driver Chaitanya Kulkarni
2025-07-03 11:43 ` Christoph Hellwig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).