Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

nvme-core: fix parameter name in comment

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

Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Flavio Suligoi <f.suligoi@asem.it>
Signed-off-by: Keith Busch <kbusch@kernel.org>

authored by

Flavio Suligoi and committed by
Keith Busch
e80e39f2 aade8abd

+1 -1
+1 -1
drivers/nvme/host/core.c
··· 3044 3044 * 3045 3045 * The device is left in a state where it is also not possible 3046 3046 * to use "nvme set-feature" to disable APST, but booting with 3047 - * nvme_core.default_ps_max_latency=0 works. 3047 + * nvme_core.default_ps_max_latency_us=0 works. 3048 3048 */ 3049 3049 .vid = 0x1e0f, 3050 3050 .mn = "KCD6XVUL6T40",