forked from luck/tmp_suning_uos_patched
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>
This commit is contained in:
parent
35dc0b07b3
commit
1895bd7bce
|
@ -283,7 +283,7 @@ MODULE_PARM_DESC(num_requests,
|
|||
int num_ae_requests = 4;
|
||||
module_param(num_ae_requests, int, 0);
|
||||
MODULE_PARM_DESC(num_ae_requests,
|
||||
"Number of VDA asynchromous event requests. Default 4.");
|
||||
"Number of VDA asynchronous event requests. Default 4.");
|
||||
|
||||
int cmd_per_lun = ESAS2R_DEFAULT_CMD_PER_LUN;
|
||||
module_param(cmd_per_lun, int, 0);
|
||||
|
|
Loading…
Reference in New Issue
Block a user