[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20250623064456.4188056-1-alok.a.tiwari@oracle.com>
Date: Sun, 22 Jun 2025 23:44:53 -0700
From: Alok Tiwari <alok.a.tiwari@...cle.com>
To: linux-nvme@...ts.infradead.org, kbusch@...nel.org, axboe@...nel.dk,
hch@....de, sagi@...mberg.me, kch@...dia.com, nilay@...ux.ibm.com,
corbet@....net
Cc: alok.a.tiwari@...cle.com, linux-doc@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH 0/5] nvme: typo and minor cleanup fixes across host and target driver
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.
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
Documentation/nvme/nvme-pci-endpoint-target.rst | 16 ++++++++--------
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, 26 insertions(+), 28 deletions(-)
--
2.46.0
Powered by blists - more mailing lists