* [RESEND PATCH] bpftool: Fix typo in error message
@ 2024-04-11 16:43 Thorsten Blum
2024-04-11 19:48 ` Quentin Monnet
2024-04-12 16:20 ` patchwork-bot+netdevbpf
0 siblings, 2 replies; 3+ messages in thread
From: Thorsten Blum @ 2024-04-11 16:43 UTC (permalink / raw)
To: Quentin Monnet
Cc: Alexei Starovoitov, Daniel Borkmann, Andrii Nakryiko,
Martin KaFai Lau, Eduard Zingerman, Song Liu, Yonghong Song,
John Fastabend, KP Singh, Stanislav Fomichev, Hao Luo, Jiri Olsa,
bpf, linux-kernel, Thorsten Blum
s/at at/at a/
Signed-off-by: Thorsten Blum <thorsten.blum@toblux.com>
---
Resending this because I forgot to CC the mailing lists
---
tools/bpf/bpftool/prog.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/bpf/bpftool/prog.c b/tools/bpf/bpftool/prog.c
index 9cb42a3366c0..c5cb0f9beb07 100644
--- a/tools/bpf/bpftool/prog.c
+++ b/tools/bpf/bpftool/prog.c
@@ -2078,7 +2078,7 @@ static int profile_parse_metrics(int argc, char **argv)
NEXT_ARG();
}
if (selected_cnt > MAX_NUM_PROFILE_METRICS) {
- p_err("too many (%d) metrics, please specify no more than %d metrics at at time",
+ p_err("too many (%d) metrics, please specify no more than %d metrics at a time",
selected_cnt, MAX_NUM_PROFILE_METRICS);
return -1;
}
--
2.44.0
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [RESEND PATCH] bpftool: Fix typo in error message
2024-04-11 16:43 [RESEND PATCH] bpftool: Fix typo in error message Thorsten Blum
@ 2024-04-11 19:48 ` Quentin Monnet
2024-04-12 16:20 ` patchwork-bot+netdevbpf
1 sibling, 0 replies; 3+ messages in thread
From: Quentin Monnet @ 2024-04-11 19:48 UTC (permalink / raw)
To: Thorsten Blum
Cc: Alexei Starovoitov, Daniel Borkmann, Andrii Nakryiko,
Martin KaFai Lau, Eduard Zingerman, Song Liu, Yonghong Song,
John Fastabend, KP Singh, Stanislav Fomichev, Hao Luo, Jiri Olsa,
bpf, linux-kernel
On 11/04/2024 17:43, Thorsten Blum wrote:
> s/at at/at a/
>
> Signed-off-by: Thorsten Blum <thorsten.blum@toblux.com>
Acked-by: Quentin Monnet <qmo@kernel.org>
Thanks
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [RESEND PATCH] bpftool: Fix typo in error message
2024-04-11 16:43 [RESEND PATCH] bpftool: Fix typo in error message Thorsten Blum
2024-04-11 19:48 ` Quentin Monnet
@ 2024-04-12 16:20 ` patchwork-bot+netdevbpf
1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2024-04-12 16:20 UTC (permalink / raw)
To: Thorsten Blum
Cc: qmo, ast, daniel, andrii, martin.lau, eddyz87, song,
yonghong.song, john.fastabend, kpsingh, sdf, haoluo, jolsa, bpf,
linux-kernel
Hello:
This patch was applied to bpf/bpf-next.git (master)
by Daniel Borkmann <daniel@iogearbox.net>:
On Thu, 11 Apr 2024 18:43:00 +0200 you wrote:
> s/at at/at a/
>
> Signed-off-by: Thorsten Blum <thorsten.blum@toblux.com>
> ---
> Resending this because I forgot to CC the mailing lists
> ---
> tools/bpf/bpftool/prog.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Here is the summary with links:
- [RESEND] bpftool: Fix typo in error message
https://git.kernel.org/bpf/bpf-next/c/23cc4fe44f1d
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-04-12 16:20 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-11 16:43 [RESEND PATCH] bpftool: Fix typo in error message Thorsten Blum
2024-04-11 19:48 ` Quentin Monnet
2024-04-12 16:20 ` patchwork-bot+netdevbpf
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox