linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Du Dengke <pinganddu90@gmail.com>
To: linux-kernel@vger.kernel.org
Subject: scripts/checkstack.pl: fix minor spelling mistake
Date: Fri, 10 Sep 2021 19:44:05 +0800	[thread overview]
Message-ID: <CAKHP1dt+X_A=0=inaav5nLnJFdmhhEiD47eBJvTnzNzL2_o73Q@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 96 bytes --]

Hi maintainer:
    This is a patch to fix scripts/checkstack.pl minor spelling mistake.
Thanks!

[-- Attachment #2: 0001-scripts-checkstack.pl-fix-spelling-mistakes.patch --]
[-- Type: text/x-patch, Size: 933 bytes --]

From 7ba3dd46949476bd6ea8871cd7af3d52417f875c Mon Sep 17 00:00:00 2001
From: zhaoxinchao <wanghuo@ucas.com.cn>
Date: Thu, 9 Sep 2021 01:45:59 -0700
Subject: [PATCH] scripts/checkstack.pl: fix minor spelling mistakes.

Signed-off-by: zhaoxinchao <wanghuo@ucas.com.cn>
---
 scripts/checkstack.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/checkstack.pl b/scripts/checkstack.pl
index d2c38584ece6..a4391128b055 100755
--- a/scripts/checkstack.pl
+++ b/scripts/checkstack.pl
@@ -30,7 +30,7 @@ use strict;
 # $& (whole re) matches the complete objdump line with the stack growth
 # $1 (first bracket) matches the size of the stack growth
 #
-# $dre is similar, but for dynamic stack redutions:
+# $dre is similar, but for dynamic stack reductions:
 # $& (whole re) matches the complete objdump line with the stack growth
 # $1 (first bracket) matches the dynamic amount of the stack growth
 #
-- 
2.17.1


                 reply	other threads:[~2021-09-10 11:44 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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='CAKHP1dt+X_A=0=inaav5nLnJFdmhhEiD47eBJvTnzNzL2_o73Q@mail.gmail.com' \
    --to=pinganddu90@gmail.com \
    --cc=linux-kernel@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 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).