diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-02-27 17:29:17 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2017-02-27 21:43:47 -0500 |
commit | 4d39f0ac8e5aeaa5e56c2d2a0f737ac8bb826bca (patch) | |
tree | 9481bdf24ae46d8657ec7b8cf66a8eeaaa6b0b3f /sound | |
parent | 176180c2b4ae673394b4b37474cfd3e3fd9d0c5e (diff) |
scripts/spelling.txt: add "unneded" pattern and fix typo instances
Fix typos and add the following to the scripts/spelling.txt:
unneded||unneeded
Link: http://lkml.kernel.org/r/1481573103-11329-15-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 'sound')
-rw-r--r-- | sound/soc/codecs/wm_hubs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm_hubs.c b/sound/soc/codecs/wm_hubs.c index 624b3b9cb079..63b2745f8169 100644 --- a/sound/soc/codecs/wm_hubs.c +++ b/sound/soc/codecs/wm_hubs.c | |||
@@ -1269,7 +1269,7 @@ void wm_hubs_set_bias_level(struct snd_soc_codec *codec, | |||
1269 | break; | 1269 | break; |
1270 | 1270 | ||
1271 | case SND_SOC_BIAS_ON: | 1271 | case SND_SOC_BIAS_ON: |
1272 | /* Turn off any unneded single ended outputs */ | 1272 | /* Turn off any unneeded single ended outputs */ |
1273 | val = 0; | 1273 | val = 0; |
1274 | mask = 0; | 1274 | mask = 0; |
1275 | 1275 | ||