linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] scsi: qla2xxx: Fix a typo in MODULE_PARM_DESC
@ 2018-10-28  5:05 Masanari Iida
  2018-11-06  3:45 ` Martin K. Petersen
  0 siblings, 1 reply; 2+ messages in thread
From: Masanari Iida @ 2018-10-28  5:05 UTC (permalink / raw)
  To: linux-kernel, qla2xxx-upstream, linux-scsi, himanshu.madhani
  Cc: Masanari Iida

This patch fixes a spelling typo in MODULE_PARM_DESC
of ql2xplogiabsentdevice.

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
---
 drivers/scsi/qla2xxx/qla_os.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/scsi/qla2xxx/qla_os.c b/drivers/scsi/qla2xxx/qla_os.c
index 8794e54f43a9..d9349408bf70 100644
--- a/drivers/scsi/qla2xxx/qla_os.c
+++ b/drivers/scsi/qla2xxx/qla_os.c
@@ -67,7 +67,7 @@ module_param(ql2xplogiabsentdevice, int, S_IRUGO|S_IWUSR);
 MODULE_PARM_DESC(ql2xplogiabsentdevice,
 		"Option to enable PLOGI to devices that are not present after "
 		"a Fabric scan.  This is needed for several broken switches. "
-		"Default is 0 - no PLOGI. 1 - perfom PLOGI.");
+		"Default is 0 - no PLOGI. 1 - perform PLOGI.");
 
 int ql2xloginretrycount = 0;
 module_param(ql2xloginretrycount, int, S_IRUGO);
-- 
2.19.1.450.ga4b8ab5363a3


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

* Re: [PATCH] scsi: qla2xxx: Fix a typo in MODULE_PARM_DESC
  2018-10-28  5:05 [PATCH] scsi: qla2xxx: Fix a typo in MODULE_PARM_DESC Masanari Iida
@ 2018-11-06  3:45 ` Martin K. Petersen
  0 siblings, 0 replies; 2+ messages in thread
From: Martin K. Petersen @ 2018-11-06  3:45 UTC (permalink / raw)
  To: Masanari Iida
  Cc: linux-kernel, qla2xxx-upstream, linux-scsi, himanshu.madhani


Masanari,

> This patch fixes a spelling typo in MODULE_PARM_DESC
> of ql2xplogiabsentdevice.

Applied to 4.20/scsi-fixes. Thank you!

-- 
Martin K. Petersen	Oracle Linux Engineering

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

end of thread, other threads:[~2018-11-06  3:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-28  5:05 [PATCH] scsi: qla2xxx: Fix a typo in MODULE_PARM_DESC Masanari Iida
2018-11-06  3:45 ` 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).