lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <44434e4e-cd03-49d2-bd0c-94c29f54c88b@infradead.org>
Date: Mon, 23 Jun 2025 13:44:17 -0700
From: Randy Dunlap <rdunlap@...radead.org>
To: Alok Tiwari <alok.a.tiwari@...cle.com>, 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: linux-doc@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 1/5] nvme: Fix multiple spelling and grammar issues in
 host drivers



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@...cle.com>

Reviewed-by: Randy Dunlap <rdunlap@...radead.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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ