From: Masanari Iida <standby24x7@gmail.com>
To: linux-kernel@vger.kernel.org, qla2xxx-upstream@qlogic.com,
linux-scsi@vger.kernel.org, himanshu.madhani@cavium.com
Cc: Masanari Iida <standby24x7@gmail.com>
Subject: [PATCH] scsi: qla2xxx: Fix a typo in MODULE_PARM_DESC
Date: Sun, 28 Oct 2018 14:05:48 +0900 [thread overview]
Message-ID: <20181028050548.3147-1-standby24x7@gmail.com> (raw)
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
next reply other threads:[~2018-10-28 5:05 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-10-28 5:05 Masanari Iida [this message]
2018-11-06 3:45 ` [PATCH] scsi: qla2xxx: Fix a typo in MODULE_PARM_DESC Martin K. Petersen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20181028050548.3147-1-standby24x7@gmail.com \
--to=standby24x7@gmail.com \
--cc=himanshu.madhani@cavium.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-scsi@vger.kernel.org \
--cc=qla2xxx-upstream@qlogic.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox