All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] bpf, docs: fix the code formatting in instruction-set
@ 2022-06-24 14:14 Shahab Vahedi
  2022-06-24 21:00 ` patchwork-bot+netdevbpf
  0 siblings, 1 reply; 2+ messages in thread
From: Shahab Vahedi @ 2022-06-24 14:14 UTC (permalink / raw)
  To: bpf

A minor typo fix to include "| BPF_LD" into its previous
code phrase:

``BPF_IND`` | BPF_LD --> ``BPF_IND | BPF_LD``

Signed-off-by: Shahab Vahedi <shahab@synopsys.com>
---
 Documentation/bpf/instruction-set.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/bpf/instruction-set.rst b/Documentation/bpf/instruction-set.rst
index 9e27fbdb2206..1b0e6711dec9 100644
--- a/Documentation/bpf/instruction-set.rst
+++ b/Documentation/bpf/instruction-set.rst
@@ -351,7 +351,7 @@ These instructions have seven implicit operands:
  * Register R0 is an implicit output which contains the data fetched from
    the packet.
  * Registers R1-R5 are scratch registers that are clobbered after a call to
-   ``BPF_ABS | BPF_LD`` or ``BPF_IND`` | BPF_LD instructions.
+   ``BPF_ABS | BPF_LD`` or ``BPF_IND | BPF_LD`` instructions.
 
 These instructions have an implicit program exit condition as well. When an
 eBPF program is trying to access the data beyond the packet boundary, the
-- 
2.30.2



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

* Re: [PATCH] bpf, docs: fix the code formatting in instruction-set
  2022-06-24 14:14 [PATCH] bpf, docs: fix the code formatting in instruction-set Shahab Vahedi
@ 2022-06-24 21:00 ` patchwork-bot+netdevbpf
  0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+netdevbpf @ 2022-06-24 21:00 UTC (permalink / raw)
  To: Shahab Vahedi; +Cc: bpf

Hello:

This patch was applied to bpf/bpf-next.git (master)
by Andrii Nakryiko <andrii@kernel.org>:

On Fri, 24 Jun 2022 14:14:11 +0000 you wrote:
> A minor typo fix to include "| BPF_LD" into its previous
> code phrase:
> 
> ``BPF_IND`` | BPF_LD --> ``BPF_IND | BPF_LD``
> 
> Signed-off-by: Shahab Vahedi <shahab@synopsys.com>
> 
> [...]

Here is the summary with links:
  - bpf, docs: fix the code formatting in instruction-set
    https://git.kernel.org/bpf/bpf-next/c/2f6d1e0f8ff3

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:[~2022-06-24 21:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-24 14:14 [PATCH] bpf, docs: fix the code formatting in instruction-set Shahab Vahedi
2022-06-24 21:00 ` 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.