[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20251021124214.25276-1-biancaa2210329@ssn.edu.in>
Date: Tue, 21 Oct 2025 18:12:13 +0530
From: Biancaa Ramesh <biancaa2210329@....edu.in>
To: jpoimboe@...nel.org
Cc: peterz@...radead.org,
linux-kernel@...r.kernel.org,
Biancaa Ramesh <biancaa2210329@....edu.in>
Subject: [PATCH] objtool: Fix warning in check.c when validating stack frames
Signed-off-by: Biancaa Ramesh <biancaa2210329@....edu.in>
---
tools/objtool/check.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/objtool/check.c b/tools/objtool/check.c
index a5770570b106..64c54225f875 100644
--- a/tools/objtool/check.c
+++ b/tools/objtool/check.c
@@ -3947,7 +3947,7 @@ static int validate_unret(struct objtool_file *file, struct instruction *insn)
return 0;
if (!next) {
- WARN_INSN(insn, "teh end!");
+ WARN_INSN(insn, "the end!");
return 1;
}
insn = next;
--
2.43.0
--
::DISCLAIMER::
---------------------------------------------------------------------
The
contents of this e-mail and any attachment(s) are confidential and
intended
for the named recipient(s) only. Views or opinions, if any,
presented in
this email are solely those of the author and may not
necessarily reflect
the views or opinions of SSN Institutions (SSN) or its
affiliates. Any form
of reproduction, dissemination, copying, disclosure,
modification,
distribution and / or publication of this message without the
prior written
consent of authorized representative of SSN is strictly
prohibited. If you
have received this email in error please delete it and
notify the sender
immediately.
---------------------------------------------------------------------
Header of this mail should have a valid DKIM signature for the domain
ssn.edu.in <http://www.ssn.edu.in/>
Powered by blists - more mailing lists