[PATCH 1/5] nvme: Fix multiple spelling and grammar issues in host drivers

Randy Dunlap rdunlap at infradead.org
Mon Jun 23 13:44:17 PDT 2025



On 6/22/25 11:40 PM, Alok Tiwari wrote:
> This commit fixes several typos and grammatical issues across
> various nvme host driver files:
> - Corrected "glace" to "glance" in a comment in apple.c
> - Fixed "Idependent" to "Independent" in core.c
> - Changed "unsucceesful" to "unsuccessful", "they blk-mq" to "the
> blk-mq", Fixed "terminaed" to "terminated" and other grammar in fc.c
> - Updated "O's" to "0's" to clarify meaning in nvme.h
> - function name comment *_transter_len() -> *_transfer_len() in zns.c
> 
> Fixed sysfs_emit() output format in pci.c (replaced x%08x with 0x%08x)
> 
> These changes improve the code readability and documentation
> consistency across the NVMe driver.
> 
> Signed-off-by: Alok Tiwari <alok.a.tiwari at oracle.com>

Reviewed-by: Randy Dunlap <rdunlap at infradead.org>

Thanks.

> ---
>  drivers/nvme/host/apple.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/passthru.c |  4 ++--
>  drivers/nvme/target/zns.c      |  2 +-
>  8 files changed, 14 insertions(+), 14 deletions(-)


-- 
~Randy



More information about the Linux-nvme mailing list