Skip to content

Commit 1895bd7

Browse files
Colin Ian Kingmartinkpetersen
authored andcommitted
scsi: esas2r: fix spelling mistake: "asynchromous" -> "asynchronous"
Trivial fix to spelling mistake in module description text Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
1 parent 35dc0b0 commit 1895bd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/scsi/esas2r/esas2r_main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ MODULE_PARM_DESC(num_requests,
283283
int num_ae_requests = 4;
284284
module_param(num_ae_requests, int, 0);
285285
MODULE_PARM_DESC(num_ae_requests,
286-
"Number of VDA asynchromous event requests. Default 4.");
286+
"Number of VDA asynchronous event requests. Default 4.");
287287

288288
int cmd_per_lun = ESAS2R_DEFAULT_CMD_PER_LUN;
289289
module_param(cmd_per_lun, int, 0);

0 commit comments

Comments
 (0)