All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH bpf-next] docs: bpf: Fix literal block
@ 2021-04-24  2:12 Hengqi Chen
  2021-04-27 15:40 ` patchwork-bot+netdevbpf
  0 siblings, 1 reply; 2+ messages in thread
From: Hengqi Chen @ 2021-04-24  2:12 UTC (permalink / raw)
  To: bpf; +Cc: ast, daniel, linux-doc, hengqi.chen

Add a missing colon so that the code block followed can be rendered
properly.

Signed-off-by: Hengqi Chen <hengqi.chen@gmail.com>
---
 Documentation/networking/filter.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/networking/filter.rst b/Documentation/networking/filter.rst
index 251c6bd73d15..3e2221f4abe4 100644
--- a/Documentation/networking/filter.rst
+++ b/Documentation/networking/filter.rst
@@ -327,7 +327,7 @@ Examples for low-level BPF:
   ret #-1
   drop: ret #0
 
-**icmp random packet sampling, 1 in 4**:
+**icmp random packet sampling, 1 in 4**::
 
   ldh [12]
   jne #0x800, drop
-- 
2.25.1


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

* Re: [PATCH bpf-next] docs: bpf: Fix literal block
  2021-04-24  2:12 [PATCH bpf-next] docs: bpf: Fix literal block Hengqi Chen
@ 2021-04-27 15:40 ` patchwork-bot+netdevbpf
  0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+netdevbpf @ 2021-04-27 15:40 UTC (permalink / raw)
  To: Hengqi Chen; +Cc: bpf, ast, daniel, linux-doc

Hello:

This patch was applied to bpf/bpf-next.git (refs/heads/master):

On Sat, 24 Apr 2021 10:12:08 +0800 you wrote:
> Add a missing colon so that the code block followed can be rendered
> properly.
> 
> Signed-off-by: Hengqi Chen <hengqi.chen@gmail.com>
> ---
>  Documentation/networking/filter.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Here is the summary with links:
  - [bpf-next] docs: bpf: Fix literal block
    https://git.kernel.org/bpf/bpf-next/c/2551c2d19c04

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:[~2021-04-27 15:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-24  2:12 [PATCH bpf-next] docs: bpf: Fix literal block Hengqi Chen
2021-04-27 15:40 ` 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.