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>
This commit is contained in:
parent
7774d46b20
commit
7020637bdf
|
@ -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__);
|
pr_debug("%s: bssid matched\n", __func__);
|
||||||
break;
|
break;
|
||||||
} else {
|
} else {
|
||||||
pr_debug("%s: bssid unmached\n", __func__);
|
pr_debug("%s: bssid unmatched\n", __func__);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue