[PATCH v2 0/5] nvme: typo and minor cleanup fixes across host and target driver

Alok Tiwari alok.a.tiwari at oracle.com
Tue Jun 24 21:16:29 PDT 2025


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




More information about the Linux-nvme mailing list