summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ti
diff options
context:
space:
mode:
authorMasahiro Yamada2017-02-27 23:29:20 +0100
committerLinus Torvalds2017-02-28 03:43:47 +0100
commit183b8021fc0a5fadecdf9c0ccac1f48b5c326278 (patch)
tree8cdf94bb0b8b9cce04fe10c64fc68ca6629a846c /drivers/net/wireless/ti
parentscripts/spelling.txt: add "unneded" pattern and fix typo instances (diff)
downloadkernel-qcow2-linux-183b8021fc0a5fadecdf9c0ccac1f48b5c326278.tar.gz
kernel-qcow2-linux-183b8021fc0a5fadecdf9c0ccac1f48b5c326278.tar.xz
kernel-qcow2-linux-183b8021fc0a5fadecdf9c0ccac1f48b5c326278.zip
scripts/spelling.txt: add "intialization" pattern and fix typo instances
Fix typos and add the following to the scripts/spelling.txt: intialization||initialization The "inintialization" in drivers/acpi/spcr.c is a different pattern but I fixed it as well in this commit. Link: http://lkml.kernel.org/r/1481573103-11329-16-git-send-email-yamada.masahiro@socionext.com Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/net/wireless/ti')
-rw-r--r--drivers/net/wireless/ti/wlcore/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ti/wlcore/init.c b/drivers/net/wireless/ti/wlcore/init.c
index d0b7734030ef..58898b99d3f7 100644
--- a/drivers/net/wireless/ti/wlcore/init.c
+++ b/drivers/net/wireless/ti/wlcore/init.c
@@ -544,7 +544,7 @@ static int wl12xx_init_sta_role(struct wl1271 *wl, struct wl12xx_vif *wlvif)
return 0;
}
-/* vif-specific intialization */
+/* vif-specific initialization */
static int wl12xx_init_ap_role(struct wl1271 *wl, struct wl12xx_vif *wlvif)
{
int ret;