scripts/spelling.txt: add "swith" pattern and fix typo instances

Fix typos and add the following to the scripts/spelling.txt:

  swith||switch
  swithable||switchable
  swithed||switched
  swithing||switching

While we are here, fix the "update" to "updates" in the touched hunk in
drivers/net/wireless/marvell/mwifiex/wmm.c.

Link: http://lkml.kernel.org/r/1481573103-11329-2-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>
这个提交包含在:
Masahiro Yamada
2017-02-27 14:28:41 -08:00
提交者 Linus Torvalds
父节点 f3048d17d1
当前提交 08a7e621ff
修改 16 个文件,包含 20 行新增16 行删除

查看文件

@@ -164,7 +164,7 @@ skip:
cmp r3, r10
bgt flush_levels
finished:
mov r10, #0 @ swith back to cache level 0
mov r10, #0 @ switch back to cache level 0
mcr p15, 2, r10, c0, c0, 0 @ select current cache level in cssr
dsb st
isb

查看文件

@@ -217,7 +217,7 @@ skip:
cmp r3, r10
bgt flush_levels
finished:
mov r10, #0 @ swith back to cache level 0
mov r10, #0 @ switch back to cache level 0
write_csselr r10, r3 @ select current cache level in cssr
dsb st
isb