linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* scripts/checkstack.pl: fix minor spelling mistake
@ 2021-09-10 11:44 Du Dengke
  0 siblings, 0 replies; only message in thread
From: Du Dengke @ 2021-09-10 11:44 UTC (permalink / raw)
  To: linux-kernel

[-- 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


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

only message in thread, other threads:[~2021-09-10 11:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-10 11:44 scripts/checkstack.pl: fix minor spelling mistake Du Dengke

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).