src/drivers: Fix typos
Fix typos found with codespell utility. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
This commit is contained in:
parent
203a027b28
commit
d65285ab8f
5 changed files with 11 additions and 9 deletions
|
@ -2831,7 +2831,8 @@ static void nl80211_control_port_frame(struct wpa_driver_nl80211_data *drv,
|
|||
nla_len(tb[NL80211_ATTR_FRAME]));
|
||||
break;
|
||||
default:
|
||||
wpa_printf(MSG_INFO, "nl80211: Unxpected ethertype 0x%04x from "
|
||||
wpa_printf(MSG_INFO,
|
||||
"nl80211: Unexpected ethertype 0x%04x from "
|
||||
MACSTR " over control port",
|
||||
ethertype, MAC2STR(src_addr));
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue