Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ps3_gelic: fix spelling mistake in debug message

Trivial fix to spelling mistake "unmached" to "unmatched" in
debug message.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Colin Ian King and committed by
David S. Miller
7020637b 7774d46b

+1 -1
+1 -1
drivers/net/ethernet/toshiba/ps3_gelic_wireless.c
··· 1694 1694 pr_debug("%s: bssid matched\n", __func__); 1695 1695 break; 1696 1696 } else { 1697 - pr_debug("%s: bssid unmached\n", __func__); 1697 + pr_debug("%s: bssid unmatched\n", __func__); 1698 1698 continue; 1699 1699 } 1700 1700 }