Skip to content

Commit 1f7d6e2

Browse files
johnpgarrymartinkpetersen
authored andcommitted
scsi: scsi_debug: Fix atomic write enable module param description
The atomic write enable module param is "atomic_wr", and not "atomic_write", so fix the module param description. Fixes: 84f3a3c ("scsi: scsi_debug: Atomic write support") Signed-off-by: John Garry <[email protected]> Reviewed-by: Bart Van Assche <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Martin K. Petersen <[email protected]>
1 parent 8f0b4cc commit 1f7d6e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/scsi/scsi_debug.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7459,7 +7459,7 @@ MODULE_PARM_DESC(lbprz,
74597459
MODULE_PARM_DESC(lbpu, "enable LBP, support UNMAP command (def=0)");
74607460
MODULE_PARM_DESC(lbpws, "enable LBP, support WRITE SAME(16) with UNMAP bit (def=0)");
74617461
MODULE_PARM_DESC(lbpws10, "enable LBP, support WRITE SAME(10) with UNMAP bit (def=0)");
7462-
MODULE_PARM_DESC(atomic_write, "enable ATOMIC WRITE support, support WRITE ATOMIC(16) (def=0)");
7462+
MODULE_PARM_DESC(atomic_wr, "enable ATOMIC WRITE support, support WRITE ATOMIC(16) (def=0)");
74637463
MODULE_PARM_DESC(lowest_aligned, "lowest aligned lba (def=0)");
74647464
MODULE_PARM_DESC(lun_format, "LUN format: 0->peripheral (def); 1 --> flat address method");
74657465
MODULE_PARM_DESC(max_luns, "number of LUNs per target to simulate(def=1)");

0 commit comments

Comments
 (0)