All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] scsi: esas2r: fix spelling mistake: "asynchromous" -> "asynchronous"
@ 2018-04-27 19:15 ` Colin King
  0 siblings, 0 replies; 8+ messages in thread
From: Colin King @ 2018-04-27 19:15 UTC (permalink / raw)
  To: Bradley Grove, James E . J . Bottomley, Martin K . Petersen,
	linux-scsi
  Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com>

Trivial fix to spelling mistake in module description text

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/scsi/esas2r/esas2r_main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/scsi/esas2r/esas2r_main.c b/drivers/scsi/esas2r/esas2r_main.c
index e07eac5be087..c07118617d89 100644
--- a/drivers/scsi/esas2r/esas2r_main.c
+++ b/drivers/scsi/esas2r/esas2r_main.c
@@ -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);
-- 
2.17.0


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2018-05-15  2:40 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-27 19:15 [PATCH] scsi: esas2r: fix spelling mistake: "asynchromous" -> "asynchronous" Colin King
2018-04-27 19:15 ` Colin King
2018-05-02  3:32 ` Martin K. Petersen
2018-05-02  3:32   ` Martin K. Petersen
2018-05-08 21:54 ` [PATCH] scsi: esas2r: fix spelling mistake: "requestss" -> "requests" Colin King
2018-05-08 21:54   ` Colin King
2018-05-15  2:40   ` Martin K. Petersen
2018-05-15  2:40     ` Martin K. Petersen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.