* [PATCH] nvme-core: fix parameter name in comment
@ 2026-04-08 12:45 Flavio Suligoi
2026-04-09 6:08 ` Christoph Hellwig
2026-04-09 14:46 ` Keith Busch
0 siblings, 2 replies; 3+ messages in thread
From: Flavio Suligoi @ 2026-04-08 12:45 UTC (permalink / raw)
To: Keith Busch, Jens Axboe, Christoph Hellwig, Sagi Grimberg
Cc: linux-nvme, linux-kernel, Flavio Suligoi
In the declaration of the structure "core_quirks[]", in the comment
referred to the devices "Kioxia CD6-V Series / HPE PE8030", the
parameter "default_ps_max_latency_us" is reported in a wrong way:
nvme_core.default_ps_max_latency=0
The correct form is, instead:
nvme_core.default_ps_max_latency_us=0
Signed-off-by: Flavio Suligoi <f.suligoi@asem.it>
---
drivers/nvme/host/core.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/nvme/host/core.c b/drivers/nvme/host/core.c
index 766e9cc4ffca..ac5a7d9781f5 100644
--- a/drivers/nvme/host/core.c
+++ b/drivers/nvme/host/core.c
@@ -3013,7 +3013,7 @@ static const struct nvme_core_quirk_entry core_quirks[] = {
*
* The device is left in a state where it is also not possible
* to use "nvme set-feature" to disable APST, but booting with
- * nvme_core.default_ps_max_latency=0 works.
+ * nvme_core.default_ps_max_latency_us=0 works.
*/
.vid = 0x1e0f,
.mn = "KCD6XVUL6T40",
--
2.43.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] nvme-core: fix parameter name in comment
2026-04-08 12:45 [PATCH] nvme-core: fix parameter name in comment Flavio Suligoi
@ 2026-04-09 6:08 ` Christoph Hellwig
2026-04-09 14:46 ` Keith Busch
1 sibling, 0 replies; 3+ messages in thread
From: Christoph Hellwig @ 2026-04-09 6:08 UTC (permalink / raw)
To: Flavio Suligoi
Cc: Keith Busch, Jens Axboe, Christoph Hellwig, Sagi Grimberg,
linux-nvme, linux-kernel
On Wed, Apr 08, 2026 at 02:45:22PM +0200, Flavio Suligoi wrote:
> In the declaration of the structure "core_quirks[]", in the comment
> referred to the devices "Kioxia CD6-V Series / HPE PE8030", the
> parameter "default_ps_max_latency_us" is reported in a wrong way:
Looks good:
Reviewed-by: Christoph Hellwig <hch@lst.de>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] nvme-core: fix parameter name in comment
2026-04-08 12:45 [PATCH] nvme-core: fix parameter name in comment Flavio Suligoi
2026-04-09 6:08 ` Christoph Hellwig
@ 2026-04-09 14:46 ` Keith Busch
1 sibling, 0 replies; 3+ messages in thread
From: Keith Busch @ 2026-04-09 14:46 UTC (permalink / raw)
To: Flavio Suligoi
Cc: Jens Axboe, Christoph Hellwig, Sagi Grimberg, linux-nvme,
linux-kernel
On Wed, Apr 08, 2026 at 02:45:22PM +0200, Flavio Suligoi wrote:
> In the declaration of the structure "core_quirks[]", in the comment
> referred to the devices "Kioxia CD6-V Series / HPE PE8030", the
> parameter "default_ps_max_latency_us" is reported in a wrong way:
Thanks, applied to nvme-7.1.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-04-09 14:47 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-08 12:45 [PATCH] nvme-core: fix parameter name in comment Flavio Suligoi
2026-04-09 6:08 ` Christoph Hellwig
2026-04-09 14:46 ` Keith Busch
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox