All of lore.kernel.org
 help / color / mirror / Atom feed
* + scripts-check_extable-fix-typo-in-user-error-message.patch added to -mm tree
@ 2021-07-27 21:09 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2021-07-27 21:09 UTC (permalink / raw)
  To: mm-commits, quentin.casasnovas, rdunlap


The patch titled
     Subject: scripts: check_extable: fix typo in user error message
has been added to the -mm tree.  Its filename is
     scripts-check_extable-fix-typo-in-user-error-message.patch

This patch should soon appear at
    https://ozlabs.org/~akpm/mmots/broken-out/scripts-check_extable-fix-typo-in-user-error-message.patch
and later at
    https://ozlabs.org/~akpm/mmotm/broken-out/scripts-check_extable-fix-typo-in-user-error-message.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: Randy Dunlap <rdunlap@infradead.org>
Subject: scripts: check_extable: fix typo in user error message

Fix typo ("and" should be "an") in an error message.

Link: https://lkml.kernel.org/r/20210727002943.29774-1-rdunlap@infradead.org
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Quentin Casasnovas <quentin.casasnovas@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 scripts/check_extable.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/scripts/check_extable.sh~scripts-check_extable-fix-typo-in-user-error-message
+++ a/scripts/check_extable.sh
@@ -4,7 +4,7 @@
 
 obj=$1
 
-file ${obj} | grep -q ELF || (echo "${obj} is not and ELF file." 1>&2 ; exit 0)
+file ${obj} | grep -q ELF || (echo "${obj} is not an ELF file." 1>&2 ; exit 0)
 
 # Bail out early if there isn't an __ex_table section in this object file.
 objdump -hj __ex_table ${obj} 2> /dev/null > /dev/null
_

Patches currently in -mm which might be from rdunlap@infradead.org are

scripts-check_extable-fix-typo-in-user-error-message.patch
scripts-checkversion-modernize-linux-versionh-search-strings.patch


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

only message in thread, other threads:[~2021-07-27 21:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-27 21:09 + scripts-check_extable-fix-typo-in-user-error-message.patch added to -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.