* [PATCH] iw: trivial spelling fix (initial)
@ 2015-04-28 2:45 Stefan Lippers-Hollmann
2015-05-05 12:13 ` Johannes Berg
0 siblings, 1 reply; 2+ messages in thread
From: Stefan Lippers-Hollmann @ 2015-04-28 2:45 UTC (permalink / raw)
To: Johannes Berg; +Cc: linux-wireless
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-05-05 12:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-28 2:45 [PATCH] iw: trivial spelling fix (initial) Stefan Lippers-Hollmann
2015-05-05 12:13 ` Johannes Berg
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).