Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1520292 > unrolled thread
| Started by | Colin King <colin.king@canonical.com> |
|---|---|
| First post | 2016-11-12 18:30 +0100 |
| Last post | 2016-11-14 19:50 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] ps3_gelic: fix spelling mistake in debug message Colin King <colin.king@canonical.com> - 2016-11-12 18:30 +0100
Re: [PATCH] ps3_gelic: fix spelling mistake in debug message David Miller <davem@davemloft.net> - 2016-11-14 19:50 +0100
| From | Colin King <colin.king@canonical.com> |
|---|---|
| Date | 2016-11-12 18:30 +0100 |
| Subject | [PATCH] ps3_gelic: fix spelling mistake in debug message |
| Message-ID | <sCKhQ-50y-19@gated-at.bofh.it> |
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
[toc] | [next] | [standalone]
| From | David Miller <davem@davemloft.net> |
|---|---|
| Date | 2016-11-14 19:50 +0100 |
| Message-ID | <sDuum-2hM-29@gated-at.bofh.it> |
| In reply to | #1520292 |
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.
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web