mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] tools/objtool: Fix typo in warning message
@ 2026-07-01 14:50 Praveen Rajendran
  2026-07-03 12:28 ` Miroslav Benes
  0 siblings, 1 reply; 3+ messages in thread
From: Praveen Rajendran @ 2026-07-01 14:50 UTC (permalink / raw)
  To: jpoimboe, peterz; +Cc: linux-kernel, Praveen Rajendran

Correct a minor spelling error inside check.c where "the"
was accidentally written as "teh".

Signed-off-by: Praveen Rajendran <praveenrajendran2009@gmail.com>
---
 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 10b18cf9c360..1fa1340ed991 100644
--- a/tools/objtool/check.c
+++ b/tools/objtool/check.c
@@ -4118,7 +4118,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.50.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] tools/objtool: Fix typo in warning message
  2026-07-01 14:50 [PATCH] tools/objtool: Fix typo in warning message Praveen Rajendran
@ 2026-07-03 12:28 ` Miroslav Benes
  0 siblings, 0 replies; 3+ messages in thread
From: Miroslav Benes @ 2026-07-03 12:28 UTC (permalink / raw)
  To: Praveen Rajendran; +Cc: jpoimboe, peterz, linux-kernel

Hi,

On Wed, 1 Jul 2026, Praveen Rajendran wrote:

> Correct a minor spelling error inside check.c where "the"
> was accidentally written as "teh".

thanks for the patch but it is intentional and not an error.

Miroslav

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH] tools/objtool: Fix typo in warning message
@ 2025-07-21 18:04 Praveen Rajendran
  0 siblings, 0 replies; 3+ messages in thread
From: Praveen Rajendran @ 2025-07-21 18:04 UTC (permalink / raw)
  To: jpoimboe; +Cc: peterz, linux-kernel, Praveen Rajendran

Signed-off-by: Praveen Rajendran <praveenrajendran2009@gmail.com>
---
 tools/objtool/check.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/objtool/check.c b/tools/objtool/check.c
index 67d76f3a1..ff26f94dd 100644
--- a/tools/objtool/check.c
+++ b/tools/objtool/check.c
@@ -767,7 +767,7 @@ static int create_return_sites_sections(struct objtool_file *file)
 
 	idx = 0;
 	list_for_each_entry(insn, &file->return_thunk_list, call_node)
-		idx++;
+tools/objtool/.check.c.swp		idx++;
 
 	if (!idx)
 		return 0;
@@ -3944,7 +3944,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.50.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-07-03 12:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-01 14:50 [PATCH] tools/objtool: Fix typo in warning message Praveen Rajendran
2026-07-03 12:28 ` Miroslav Benes
  -- strict thread matches above, loose matches on Subject: below --
2025-07-21 18:04 Praveen Rajendran

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox