mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
wl1251, wlcore: fix spelling mistake "buld" -> "build"
There are spelling mistakes in warning messages. Fix these. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org> Link: https://lore.kernel.org/r/20200806113326.53779-1-colin.king@canonical.com
This commit is contained in:
parent
9c9f015bc9
commit
db8655c629
2 changed files with 2 additions and 2 deletions
|
@ -558,7 +558,7 @@ static int wl1251_build_null_data(struct wl1251 *wl)
|
|||
out:
|
||||
dev_kfree_skb(skb);
|
||||
if (ret)
|
||||
wl1251_warning("cmd buld null data failed: %d", ret);
|
||||
wl1251_warning("cmd build null data failed: %d", ret);
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
|
|
@ -1080,7 +1080,7 @@ int wl12xx_cmd_build_null_data(struct wl1271 *wl, struct wl12xx_vif *wlvif)
|
|||
out:
|
||||
dev_kfree_skb(skb);
|
||||
if (ret)
|
||||
wl1271_warning("cmd buld null data failed %d", ret);
|
||||
wl1271_warning("cmd build null data failed %d", ret);
|
||||
|
||||
return ret;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue