2015-04-28 02:51:32

by Stefan Lippers-Hollmann

[permalink] [raw]
Subject: [PATCH] iw: trivial spelling fix (initial)

Introduced in 29af20194aedd2f1c26205bb70a395d394845708, "iw: add a
delay option to net-detect".

Signed-off-by: Stefan Lippers-Hollmann <[email protected]>
---
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



2015-05-05 12:13:28

by Johannes Berg

[permalink] [raw]
Subject: Re: [PATCH] iw: trivial spelling fix (initial)

On Tue, 2015-04-28 at 04:45 +0200, Stefan Lippers-Hollmann wrote:
> Introduced in 29af20194aedd2f1c26205bb70a395d394845708, "iw: add a
> delay option to net-detect".

Applied, thanks.

johannes