public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] objtool: Fix spelling mistake "teh " -> "the"
@ 2022-07-14 10:28 Colin Ian King
  2022-07-14 10:48 ` Peter Zijlstra
  0 siblings, 1 reply; 5+ messages in thread
From: Colin Ian King @ 2022-07-14 10:28 UTC (permalink / raw)
  To: Josh Poimboeuf, Peter Zijlstra; +Cc: kernel-janitors, linux-kernel

There is a spelling mistake in a WARN_FUNC message. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@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 0cec74da7ffe..8a3c4c1d1958 100644
--- a/tools/objtool/check.c
+++ b/tools/objtool/check.c
@@ -3675,7 +3675,7 @@ static int validate_entry(struct objtool_file *file, struct instruction *insn)
 		}
 
 		if (!next) {
-			WARN_FUNC("teh end!", insn->sec, insn->offset);
+			WARN_FUNC("the end!", insn->sec, insn->offset);
 			return -1;
 		}
 		insn = next;
-- 
2.35.3


^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [PATCH] objtool: Fix spelling mistake "teh" -> "the"
@ 2022-12-07  9:45 Colin Ian King
  2022-12-13 14:18 ` Peter Zijlstra
  0 siblings, 1 reply; 5+ messages in thread
From: Colin Ian King @ 2022-12-07  9:45 UTC (permalink / raw)
  To: Josh Poimboeuf, Peter Zijlstra; +Cc: kernel-janitors, linux-kernel

There is a spelling mistake in a WARN_FUNC message. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@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 4350be739f4f..71d6e9b85217 100644
--- a/tools/objtool/check.c
+++ b/tools/objtool/check.c
@@ -3859,7 +3859,7 @@ static int validate_entry(struct objtool_file *file, struct instruction *insn)
 		}
 
 		if (!next) {
-			WARN_FUNC("teh end!", insn->sec, insn->offset);
+			WARN_FUNC("the end!", insn->sec, insn->offset);
 			return -1;
 		}
 		insn = next;
-- 
2.38.1


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

end of thread, other threads:[~2022-12-13 14:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-14 10:28 [PATCH] objtool: Fix spelling mistake "teh " -> "the" Colin Ian King
2022-07-14 10:48 ` Peter Zijlstra
2022-07-14 12:52   ` Colin King (gmail)
  -- strict thread matches above, loose matches on Subject: below --
2022-12-07  9:45 [PATCH] objtool: Fix spelling mistake "teh" " Colin Ian King
2022-12-13 14:18 ` Peter Zijlstra

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