mirror of
https://github.com/torvalds/linux.git
synced 2026-05-24 15:12:13 +02: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
|
|
@ -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…
Reference in New Issue
Block a user