Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7020637b authored by Colin Ian King's avatar Colin Ian King Committed by David S. Miller
Browse files

ps3_gelic: fix spelling mistake in debug message



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

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 7774d46b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
			}
		}