aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ti/wlcore
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2017-12-01 10:02:58 +0000
committerKalle Valo <kvalo@codeaurora.org>2017-12-07 15:24:32 +0200
commitc4ee30a280b1b921c4b46b46312bf55c3fe9a25a (patch)
treeafa58b4941e8ae5203eca346550d964be9694ea6 /drivers/net/wireless/ti/wlcore
parentwlcore: allow elp during wowlan suspend (diff)
downloadlinux-dev-c4ee30a280b1b921c4b46b46312bf55c3fe9a25a.tar.xz
linux-dev-c4ee30a280b1b921c4b46b46312bf55c3fe9a25a.zip
wlcore, wl1251: fix spelling: "Couldnt" -> "Couldn't" and remove error on -ENOMEM
Trivial fix to spelling mistake in error message text. Also remove the error message on an kzalloc failure as this is redundant. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'drivers/net/wireless/ti/wlcore')
-rw-r--r--drivers/net/wireless/ti/wlcore/acx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ti/wlcore/acx.c b/drivers/net/wireless/ti/wlcore/acx.c
index a4859993db3c..3ca9167d6146 100644
--- a/drivers/net/wireless/ti/wlcore/acx.c
+++ b/drivers/net/wireless/ti/wlcore/acx.c
@@ -146,7 +146,7 @@ int wl1271_acx_feature_cfg(struct wl1271 *wl, struct wl12xx_vif *wlvif)
ret = wl1271_cmd_configure(wl, ACX_FEATURE_CFG,
feature, sizeof(*feature));
if (ret < 0) {
- wl1271_error("Couldnt set HW encryption");
+ wl1271_error("Couldn't set HW encryption");
goto out;
}