* [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
* Re: [PATCH] objtool: Fix spelling mistake "teh " -> "the"
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)
0 siblings, 1 reply; 5+ messages in thread
From: Peter Zijlstra @ 2022-07-14 10:48 UTC (permalink / raw)
To: Colin Ian King; +Cc: Josh Poimboeuf, kernel-janitors, linux-kernel
On Thu, Jul 14, 2022 at 11:28:56AM +0100, Colin Ian King wrote:
> There is a spelling mistake in a WARN_FUNC message. Fix it.
That was so on purpose... :-)
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] objtool: Fix spelling mistake "teh " -> "the"
2022-07-14 10:48 ` Peter Zijlstra
@ 2022-07-14 12:52 ` Colin King (gmail)
0 siblings, 0 replies; 5+ messages in thread
From: Colin King (gmail) @ 2022-07-14 12:52 UTC (permalink / raw)
To: Peter Zijlstra; +Cc: Josh Poimboeuf, kernel-janitors, linux-kernel
On 14/07/2022 11:48, Peter Zijlstra wrote:
> On Thu, Jul 14, 2022 at 11:28:56AM +0100, Colin Ian King wrote:
>> There is a spelling mistake in a WARN_FUNC message. Fix it.
>
> That was so on purpose... :-)
Oh, my spelling checker tool is not advanced enough to figure out the
nuances of bad spelling humor. :-)
^ permalink raw reply [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
* Re: [PATCH] objtool: Fix spelling mistake "teh" -> "the"
2022-12-07 9:45 [PATCH] objtool: Fix spelling mistake "teh" " Colin Ian King
@ 2022-12-13 14:18 ` Peter Zijlstra
0 siblings, 0 replies; 5+ messages in thread
From: Peter Zijlstra @ 2022-12-13 14:18 UTC (permalink / raw)
To: Colin Ian King; +Cc: Josh Poimboeuf, kernel-janitors, linux-kernel
On Wed, Dec 07, 2022 at 09:45:12AM +0000, Colin Ian King wrote:
> 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);
This was quite on purpose, you need to teach your spell checker about
nerd humour :-)
^ permalink raw reply [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