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:
Colin Ian King 2020-08-06 12:33:26 +01:00 committed by Kalle Valo
parent 9c9f015bc9
commit db8655c629
2 changed files with 2 additions and 2 deletions

View File

@ -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;
}

View File

@ -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;