]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
scsi: scsi_debug: Fix atomic write enable module param description
authorJohn Garry <john.g.garry@oracle.com>
Thu, 11 Dec 2025 10:06:51 +0000 (10:06 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 8 Jan 2026 09:14:13 +0000 (10:14 +0100)
commitee374ebb5e8e2827f0b05680c834fcdbbe4c0244
tree7c269dfc781b90bce3c9816f698989b0ad8c87cd
parente3e33ac2eb69d595079a1a1e444c2fb98efdd42d
scsi: scsi_debug: Fix atomic write enable module param description

[ Upstream commit 1f7d6e2efeedd8f545d3e0e9bf338023bf4ea584 ]

The atomic write enable module param is "atomic_wr", and not
"atomic_write", so fix the module param description.

Fixes: 84f3a3c01d70 ("scsi: scsi_debug: Atomic write support")
Signed-off-by: John Garry <john.g.garry@oracle.com>
Reviewed-by: Bart Van Assche <bvanassche@acm.org>
Link: https://patch.msgid.link/20251211100651.9056-1-john.g.garry@oracle.com
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/scsi/scsi_debug.c