brcmfmac: Trivial typo of "couldn" to "could" fix
Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
02f77195db
commit
bfeb4dbc5c
@ -2785,7 +2785,7 @@ static struct wireless_dev *brcmf_alloc_wdev(s32 sizeof_iface,
|
|||||||
wiphy_new(&wl_cfg80211_ops,
|
wiphy_new(&wl_cfg80211_ops,
|
||||||
sizeof(struct brcmf_cfg80211_priv) + sizeof_iface);
|
sizeof(struct brcmf_cfg80211_priv) + sizeof_iface);
|
||||||
if (!wdev->wiphy) {
|
if (!wdev->wiphy) {
|
||||||
WL_ERR("Couldn not allocate wiphy device\n");
|
WL_ERR("Could not allocate wiphy device\n");
|
||||||
err = -ENOMEM;
|
err = -ENOMEM;
|
||||||
goto wiphy_new_out;
|
goto wiphy_new_out;
|
||||||
}
|
}
|
||||||
@ -2811,7 +2811,7 @@ static struct wireless_dev *brcmf_alloc_wdev(s32 sizeof_iface,
|
|||||||
*/
|
*/
|
||||||
err = wiphy_register(wdev->wiphy);
|
err = wiphy_register(wdev->wiphy);
|
||||||
if (err < 0) {
|
if (err < 0) {
|
||||||
WL_ERR("Couldn not register wiphy device (%d)\n", err);
|
WL_ERR("Could not register wiphy device (%d)\n", err);
|
||||||
goto wiphy_register_out;
|
goto wiphy_register_out;
|
||||||
}
|
}
|
||||||
return wdev;
|
return wdev;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user