mm-commits.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* + scripts-spellingtxt-fix-malformed-entry.patch added to -mm tree
@ 2020-09-30 23:50 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2020-09-30 23:50 UTC (permalink / raw)
  To: ebiggers, mm-commits


The patch titled
     Subject: scripts/spelling.txt: fix malformed entry
has been added to the -mm tree.  Its filename is
     scripts-spellingtxt-fix-malformed-entry.patch

This patch should soon appear at
    https://ozlabs.org/~akpm/mmots/broken-out/scripts-spellingtxt-fix-malformed-entry.patch
and later at
    https://ozlabs.org/~akpm/mmotm/broken-out/scripts-spellingtxt-fix-malformed-entry.patch

Before you just go and hit "reply", please:
   a) Consider who else should be cc'ed
   b) Prefer to cc a suitable mailing list as well
   c) Ideally: find the original patch on the mailing list and do a
      reply-to-all to that, adding suitable additional cc's

*** Remember to use Documentation/process/submit-checklist.rst when testing your code ***

The -mm tree is included into linux-next and is updated
there every 3-4 working days

------------------------------------------------------
From: Eric Biggers <ebiggers@google.com>
Subject: scripts/spelling.txt: fix malformed entry

One of the entries has three fields "mistake||correction||correction"
rather than the expected two fields "mistake||correction".  Fix it.

Link: https://lkml.kernel.org/r/20200930234359.255295-1-ebiggers@kernel.org
Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 scripts/spelling.txt |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/scripts/spelling.txt~scripts-spellingtxt-fix-malformed-entry
+++ a/scripts/spelling.txt
@@ -590,7 +590,7 @@ explictly||explicitly
 expresion||expression
 exprimental||experimental
 extened||extended
-exteneded||extended||extended
+exteneded||extended
 extensability||extensibility
 extention||extension
 extenstion||extension
_

Patches currently in -mm which might be from ebiggers@google.com are

scripts-spellingtxt-fix-malformed-entry.patch


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

only message in thread, other threads:[~2020-09-30 23:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-30 23:50 + scripts-spellingtxt-fix-malformed-entry.patch added to -mm tree akpm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).