* [PATCH] ps3_gelic: fix spelling mistake in debug message
@ 2016-11-12 17:20 Colin King
2016-11-14 18:39 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Colin King @ 2016-11-12 17:20 UTC (permalink / raw)
To: Benjamin Herrenschmidt, Paul Mackerras, Michael Ellerman,
David S . Miller, Muhammad Falak R Wani, Christophe Jaillet,
Jarod Wilson, netdev, linuxppc-dev
Cc: linux-kernel
From: Colin Ian King <colin.king@canonical.com>
Trivial fix to spelling mistake "unmached" to "unmatched" in
debug message.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
drivers/net/ethernet/toshiba/ps3_gelic_wireless.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/ethernet/toshiba/ps3_gelic_wireless.c b/drivers/net/ethernet/toshiba/ps3_gelic_wireless.c
index b3abd02..eed18f8 100644
--- a/drivers/net/ethernet/toshiba/ps3_gelic_wireless.c
+++ b/drivers/net/ethernet/toshiba/ps3_gelic_wireless.c
@@ -1694,7 +1694,7 @@ struct gelic_wl_scan_info *gelic_wl_find_best_bss(struct gelic_wl_info *wl)
pr_debug("%s: bssid matched\n", __func__);
break;
} else {
- pr_debug("%s: bssid unmached\n", __func__);
+ pr_debug("%s: bssid unmatched\n", __func__);
continue;
}
}
--
2.10.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ps3_gelic: fix spelling mistake in debug message
2016-11-12 17:20 [PATCH] ps3_gelic: fix spelling mistake in debug message Colin King
@ 2016-11-14 18:39 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2016-11-14 18:39 UTC (permalink / raw)
To: colin.king
Cc: benh, paulus, mpe, falakreyaz, christophe.jaillet, jarod, netdev,
linuxppc-dev, linux-kernel
From: Colin King <colin.king@canonical.com>
Date: Sat, 12 Nov 2016 17:20:30 +0000
> From: Colin Ian King <colin.king@canonical.com>
>
> Trivial fix to spelling mistake "unmached" to "unmatched" in
> debug message.
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
Applied.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-11-14 18:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-12 17:20 [PATCH] ps3_gelic: fix spelling mistake in debug message Colin King
2016-11-14 18:39 ` David Miller
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).