All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrew Kreimer <algonell@gmail.com>
To: smatch@vger.kernel.org
Cc: Andrew Kreimer <algonell@gmail.com>
Subject: [PATCH 2/2] scripts: fix typos
Date: Wed, 16 Oct 2024 18:49:19 +0300	[thread overview]
Message-ID: <20241016154919.3323-2-algonell@gmail.com> (raw)
In-Reply-To: <20241016154919.3323-1-algonell@gmail.com>

Fix typos via codespell.

Signed-off-by: Andrew Kreimer <algonell@gmail.com>
---
 smatch_scripts/test_generic.sh | 4 ++--
 smatch_scripts/test_kernel.sh  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/smatch_scripts/test_generic.sh b/smatch_scripts/test_generic.sh
index 5006d469..9fbd1caf 100755
--- a/smatch_scripts/test_generic.sh
+++ b/smatch_scripts/test_generic.sh
@@ -9,10 +9,10 @@ function usage {
     echo "Usage:  $0 [smatch options]"
     echo "Compiles the kernel with -j${NR_CPU}"
     echo " available options:"
-    echo "	--endian          : enable endianess check"
+    echo "	--endian          : enable endianness check"
     echo "	--target {TARGET} : specify build target, default: $TARGET"
     echo "	--log {FILE}      : Output compile log to file, default is: $LOG"
-    echo "	--wlog {FILE}     : Output warnigs to file, default is: $WLOG"
+    echo "	--wlog {FILE}     : Output warnings to file, default is: $WLOG"
     echo "	--help            : Show this usage"
     exit 1
 }
diff --git a/smatch_scripts/test_kernel.sh b/smatch_scripts/test_kernel.sh
index 9a2a403f..9d25ce9c 100755
--- a/smatch_scripts/test_kernel.sh
+++ b/smatch_scripts/test_kernel.sh
@@ -11,10 +11,10 @@ function usage {
     echo "Usage:  $0 [smatch options]"
     echo "Compiles the kernel with -j${NR_CPU}"
     echo " available options:"
-    echo "	--endian          : enable endianess check"
+    echo "	--endian          : enable endianness check"
     echo "	--target {TARGET} : specify build target, default: $TARGET"
     echo "	--log {FILE}      : Output compile log to file, default is: $LOG"
-    echo "	--wlog {FILE}     : Output warnigs to file, default is: $WLOG"
+    echo "	--wlog {FILE}     : Output warnings to file, default is: $WLOG"
     echo "	--help            : Show this usage"
     exit 1
 }
-- 
2.39.5


  reply	other threads:[~2024-10-16 15:49 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-16 15:49 [PATCH 1/2] doc: fix typos Andrew Kreimer
2024-10-16 15:49 ` Andrew Kreimer [this message]
2024-10-16 16:26 ` Dan Carpenter

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20241016154919.3323-2-algonell@gmail.com \
    --to=algonell@gmail.com \
    --cc=smatch@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.