LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH] scsi: mpt3sas: fix spelling mistake: "disbale" -> "disable"
@ 2018-04-29 12:31 Colin King
2018-05-02 3:36 ` Martin K. Petersen
0 siblings, 1 reply; 2+ messages in thread
From: Colin King @ 2018-04-29 12:31 UTC (permalink / raw)
To: Sathya Prakash, Chaitra P B, Suganath Prabu Subramani,
James E . J . Bottomley, Martin K . Petersen,
MPT-FusionLinux.pdl, linux-scsi
Cc: kernel-janitors, linux-kernel
From: Colin Ian King <colin.king@canonical.com>
Trivial fix to spelling mistake in module parameter description text
Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
drivers/scsi/mpt3sas/mpt3sas_base.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/scsi/mpt3sas/mpt3sas_base.c b/drivers/scsi/mpt3sas/mpt3sas_base.c
index 61f93a134956..4edf1fc0e80c 100644
--- a/drivers/scsi/mpt3sas/mpt3sas_base.c
+++ b/drivers/scsi/mpt3sas/mpt3sas_base.c
@@ -87,7 +87,7 @@ MODULE_PARM_DESC(msix_disable, " disable msix routed interrupts (default=0)");
static int smp_affinity_enable = 1;
module_param(smp_affinity_enable, int, S_IRUGO);
-MODULE_PARM_DESC(smp_affinity_enable, "SMP affinity feature enable/disbale Default: enable(1)");
+MODULE_PARM_DESC(smp_affinity_enable, "SMP affinity feature enable/disable Default: enable(1)");
static int max_msix_vectors = -1;
module_param(max_msix_vectors, int, 0);
--
2.17.0
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] scsi: mpt3sas: fix spelling mistake: "disbale" -> "disable"
2018-04-29 12:31 [PATCH] scsi: mpt3sas: fix spelling mistake: "disbale" -> "disable" Colin King
@ 2018-05-02 3:36 ` Martin K. Petersen
0 siblings, 0 replies; 2+ messages in thread
From: Martin K. Petersen @ 2018-05-02 3:36 UTC (permalink / raw)
To: Colin King
Cc: Sathya Prakash, Chaitra P B, Suganath Prabu Subramani,
James E . J . Bottomley, Martin K . Petersen,
MPT-FusionLinux.pdl, linux-scsi, kernel-janitors, linux-kernel
Colin,
> Trivial fix to spelling mistake in module parameter description text
Ditto. Also hand-applied to 4.18/scsi-queue.
--
Martin K. Petersen Oracle Linux Engineering
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-05-02 3:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-29 12:31 [PATCH] scsi: mpt3sas: fix spelling mistake: "disbale" -> "disable" Colin King
2018-05-02 3:36 ` Martin K. Petersen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).