All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] bpf: fixed a typo for BPF_F_ANY_ALIGNMENT in bpf.h
@ 2023-03-09 13:38 Michael Weiß
  2023-03-09 19:50 ` patchwork-bot+netdevbpf
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Weiß @ 2023-03-09 13:38 UTC (permalink / raw)
  To: Alexei Starovoitov; +Cc: bpf, Michael Weiß

Fixed s/BPF_PROF_LOAD/BPF_PROG_LOAD/ typo in the documentation
comment for BPF_F_ANY_ALIGNMENT in bpf.h.

Signed-off-by: Michael Weiß <michael.weiss@aisec.fraunhofer.de>
---
 include/uapi/linux/bpf.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/uapi/linux/bpf.h b/include/uapi/linux/bpf.h
index 62ce1f5d1b1d..2d9ce243521b 100644
--- a/include/uapi/linux/bpf.h
+++ b/include/uapi/linux/bpf.h
@@ -1108,7 +1108,7 @@ enum bpf_link_type {
  */
 #define BPF_F_STRICT_ALIGNMENT	(1U << 0)
 
-/* If BPF_F_ANY_ALIGNMENT is used in BPF_PROF_LOAD command, the
+/* If BPF_F_ANY_ALIGNMENT is used in BPF_PROG_LOAD command, the
  * verifier will allow any alignment whatsoever.  On platforms
  * with strict alignment requirements for loads ands stores (such
  * as sparc and mips) the verifier validates that all loads and
-- 
2.30.2


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

* Re: [PATCH] bpf: fixed a typo for BPF_F_ANY_ALIGNMENT in bpf.h
  2023-03-09 13:38 [PATCH] bpf: fixed a typo for BPF_F_ANY_ALIGNMENT in bpf.h Michael Weiß
@ 2023-03-09 19:50 ` patchwork-bot+netdevbpf
  0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+netdevbpf @ 2023-03-09 19:50 UTC (permalink / raw)
  To: =?utf-8?q?Michael_Wei=C3=9F_=3Cmichael=2Eweiss=40aisec=2Efraunhofer=2Ede=3E?=
  Cc: ast, bpf

Hello:

This patch was applied to bpf/bpf-next.git (master)
by Daniel Borkmann <daniel@iogearbox.net>:

On Thu,  9 Mar 2023 14:38:23 +0100 you wrote:
> Fixed s/BPF_PROF_LOAD/BPF_PROG_LOAD/ typo in the documentation
> comment for BPF_F_ANY_ALIGNMENT in bpf.h.
> 
> Signed-off-by: Michael Weiß <michael.weiss@aisec.fraunhofer.de>
> ---
>  include/uapi/linux/bpf.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Here is the summary with links:
  - bpf: fixed a typo for BPF_F_ANY_ALIGNMENT in bpf.h
    https://git.kernel.org/bpf/bpf-next/c/5a70f4a63000

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] 2+ messages in thread

end of thread, other threads:[~2023-03-09 19:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-09 13:38 [PATCH] bpf: fixed a typo for BPF_F_ANY_ALIGNMENT in bpf.h Michael Weiß
2023-03-09 19:50 ` patchwork-bot+netdevbpf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.