]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
scripts/spelling.txt: add "unneded" pattern and fix typo instances
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 27 Feb 2017 22:29:17 +0000 (14:29 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 28 Feb 2017 02:43:47 +0000 (18:43 -0800)
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>
fs/ocfs2/dlm/dlmmaster.c
scripts/spelling.txt
sound/soc/codecs/wm_hubs.c

index 7025d8c279991e36ec5f9eaaebf585254b3604dd..3e04279446e8d2270cf1fdf11b589a08765952f9 100644 (file)
@@ -2924,7 +2924,7 @@ again:
        /*
         * if target is down, we need to clear DLM_LOCK_RES_BLOCK_DIRTY for
         * another try; otherwise, we are sure the MIGRATING state is there,
-        * drop the unneded state which blocked threads trying to DIRTY
+        * drop the unneeded state which blocked threads trying to DIRTY
         */
        spin_lock(&res->spinlock);
        BUG_ON(!(res->state & DLM_LOCK_RES_BLOCK_DIRTY));
index 5a26fa1f41f0ef249b5fc5995b68628f68fbea1d..cfcdff9795831682a72e9816172a2450a52faa6e 100644 (file)
@@ -1067,6 +1067,7 @@ unkmown||unknown
 unknonw||unknown
 unknow||unknown
 unkown||unknown
+unneded||unneeded
 unneedingly||unnecessarily
 unnsupported||unsupported
 unmached||unmatched
index 624b3b9cb079f772f96fd473a9dbd5b186b63bb6..63b2745f8169ae2ed39a195b2a71577958f2360b 100644 (file)
@@ -1269,7 +1269,7 @@ void wm_hubs_set_bias_level(struct snd_soc_codec *codec,
                break;
 
        case SND_SOC_BIAS_ON:
-               /* Turn off any unneded single ended outputs */
+               /* Turn off any unneeded single ended outputs */
                val = 0;
                mask = 0;