From: Wei Yongjun <weiyj.lk@gmail.com>
To: Evgeniy Polyakov <zbr@ioremap.net>
Cc: Wei Yongjun <weiyj.lk@gmail.com>, linux-kernel@vger.kernel.org
Subject: [PATCH v2] w1: fix typo in parameter description
Date: Thu, 11 Aug 2016 00:03:34 +0000 [thread overview]
Message-ID: <1470873814-18595-1-git-send-email-weiyj.lk@gmail.com> (raw)
In-Reply-To: <1470664361-9363-1-git-send-email-weiyj.lk@gmail.com>
Fix typo in parameter description.
Signed-off-by: Wei Yongjun <weiyj.lk@gmail.com>
---
v1 -> v2: make it as one line, comments from Evgeniy Polyakov
---
drivers/w1/w1.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/drivers/w1/w1.c b/drivers/w1/w1.c
index bb34362..4bd898b 100644
--- a/drivers/w1/w1.c
+++ b/drivers/w1/w1.c
@@ -53,8 +53,7 @@ int w1_max_slave_ttl = 10;
module_param_named(timeout, w1_timeout, int, 0);
MODULE_PARM_DESC(timeout, "time in seconds between automatic slave searches");
module_param_named(timeout_us, w1_timeout_us, int, 0);
-MODULE_PARM_DESC(timeout, "time in microseconds between automatic slave"
- " searches");
+MODULE_PARM_DESC(timeout_us, "time in microseconds between automatic slave searches");
/* A search stops when w1_max_slave_count devices have been found in that
* search. The next search will start over and detect the same set of devices
* on a static 1-wire bus. Memory is not allocated based on this number, just
next prev parent reply other threads:[~2016-08-11 0:03 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-08 13:52 [PATCH] w1: fix timeout_us " Wei Yongjun
2016-08-09 22:54 ` Evgeniy Polyakov
2016-08-10 3:22 ` Wei Yongjun
2016-08-10 20:00 ` Evgeniy Polyakov
2016-08-11 0:03 ` Wei Yongjun [this message]
2016-08-12 10:27 ` [PATCH v2] w1: fix typo in " Evgeniy Polyakov
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=1470873814-18595-1-git-send-email-weiyj.lk@gmail.com \
--to=weiyj.lk@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=zbr@ioremap.net \
/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
all inboxes | Powered by JetHome®