]> 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>
Fri, 2 Jan 2026 11:57:04 +0000 (12:57 +0100)
commite64d5d45ffa80ef61f762dfa357aea5d6dc0e245
tree43830fe25750e0f2e4346c5b5248b89da5a7429f
parent7f39b9d0e86ed6236b9a5fb67616ab1f76c4f150
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