All of lore.kernel.org
 help / color / mirror / Atom feed
* [merged] scripts-spellingtxt-add-unneded-pattern-and-fix-typo-instances.patch removed from -mm tree
@ 2017-02-28 20:51 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2017-02-28 20:51 UTC (permalink / raw)
  To: yamada.masahiro, mm-commits


The patch titled
     Subject: scripts/spelling.txt: add "unneded" pattern and fix typo instances
has been removed from the -mm tree.  Its filename was
     scripts-spellingtxt-add-unneded-pattern-and-fix-typo-instances.patch

This patch was dropped because it was merged into mainline or a subsystem tree

------------------------------------------------------
From: Masahiro Yamada <yamada.masahiro@socionext.com>
Subject: 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>
---

 fs/ocfs2/dlm/dlmmaster.c   |    2 +-
 scripts/spelling.txt       |    1 +
 sound/soc/codecs/wm_hubs.c |    2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff -puN fs/ocfs2/dlm/dlmmaster.c~scripts-spellingtxt-add-unneded-pattern-and-fix-typo-instances fs/ocfs2/dlm/dlmmaster.c
--- a/fs/ocfs2/dlm/dlmmaster.c~scripts-spellingtxt-add-unneded-pattern-and-fix-typo-instances
+++ a/fs/ocfs2/dlm/dlmmaster.c
@@ -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));
diff -puN scripts/spelling.txt~scripts-spellingtxt-add-unneded-pattern-and-fix-typo-instances scripts/spelling.txt
--- a/scripts/spelling.txt~scripts-spellingtxt-add-unneded-pattern-and-fix-typo-instances
+++ a/scripts/spelling.txt
@@ -1067,6 +1067,7 @@ unkmown||unknown
 unknonw||unknown
 unknow||unknown
 unkown||unknown
+unneded||unneeded
 unneedingly||unnecessarily
 unnsupported||unsupported
 unmached||unmatched
diff -puN sound/soc/codecs/wm_hubs.c~scripts-spellingtxt-add-unneded-pattern-and-fix-typo-instances sound/soc/codecs/wm_hubs.c
--- a/sound/soc/codecs/wm_hubs.c~scripts-spellingtxt-add-unneded-pattern-and-fix-typo-instances
+++ a/sound/soc/codecs/wm_hubs.c
@@ -1269,7 +1269,7 @@ void wm_hubs_set_bias_level(struct snd_s
 		break;
 
 	case SND_SOC_BIAS_ON:
-		/* Turn off any unneded single ended outputs */
+		/* Turn off any unneeded single ended outputs */
 		val = 0;
 		mask = 0;
 
_

Patches currently in -mm which might be from yamada.masahiro@socionext.com are

scripts-spellingtxt-add-intialised-pattern-and-fix-typo-instances.patch
scripts-spellingtxt-add-disbled-pattern-and-fix-typo-instances.patch
scripts-spellingtxt-add-overide-pattern-and-fix-typo-instances.patch


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-02-28 20:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-28 20:51 [merged] scripts-spellingtxt-add-unneded-pattern-and-fix-typo-instances.patch removed from -mm tree akpm

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.