From: Stefan Lippers-Hollmann <s.l-h@gmx.de>
To: Johannes Berg <johannes@sipsolutions.net>
Cc: <linux-wireless@vger.kernel.org>
Subject: [PATCH] iw: trivial spelling fix (initial)
Date: Tue, 28 Apr 2015 04:45:09 +0200 [thread overview]
Message-ID: <20150428044509.23fc3646@mir> (raw)
Introduced in 29af20194aedd2f1c26205bb70a395d394845708, "iw: add a
delay option to net-detect".
Signed-off-by: Stefan Lippers-Hollmann <s.l-h@gmx.de>
---
wowlan.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/wowlan.c b/wowlan.c
index 3a87665..203014b 100644
--- a/wowlan.c
+++ b/wowlan.c
@@ -397,7 +397,7 @@ static int print_wowlan_handler(struct nl_msg *msg, void *arg)
nla_get_u32(nd[NL80211_ATTR_SCHED_SCAN_INTERVAL]));
if (nd[NL80211_ATTR_SCHED_SCAN_DELAY])
- printf("\tintial scan delay: %u secs\n",
+ printf("\tinitial scan delay: %u secs\n",
nla_get_u32(nd[NL80211_ATTR_SCHED_SCAN_DELAY]));
if (nd[NL80211_ATTR_SCHED_SCAN_MATCH]) {
--
2.1.4
next reply other threads:[~2015-04-28 2:51 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-28 2:45 Stefan Lippers-Hollmann [this message]
2015-05-05 12:13 ` [PATCH] iw: trivial spelling fix (initial) Johannes Berg
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=20150428044509.23fc3646@mir \
--to=s.l-h@gmx.de \
--cc=johannes@sipsolutions.net \
--cc=linux-wireless@vger.kernel.org \
/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;
as well as URLs for NNTP newsgroup(s).