diff options
| author | Mauro Carvalho Chehab <[email protected]> | 2020-04-27 22:01:36 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2020-04-28 21:39:46 +0000 |
| commit | cb3f0d56e153398a035eb22769d2cb2837f29747 (patch) | |
| tree | 8466ce6d769da4796645d2dfb3c100642fd63d0a /tools/bpf/bpf_asm.c | |
| parent | docs: networking: convert fib_trie.txt to ReST (diff) | |
| download | kernel-cb3f0d56e153398a035eb22769d2cb2837f29747.tar.gz kernel-cb3f0d56e153398a035eb22769d2cb2837f29747.zip | |
docs: networking: convert filter.txt to ReST
- add SPDX header;
- adjust title markup;
- mark code blocks and literals as such;
- use footnote markup;
- mark tables as such;
- adjust identation, whitespaces and blank lines;
- add to networking/index.rst.
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/bpf/bpf_asm.c')
| -rw-r--r-- | tools/bpf/bpf_asm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/bpf/bpf_asm.c b/tools/bpf/bpf_asm.c index e5f95e3eede3..0063c3c029e7 100644 --- a/tools/bpf/bpf_asm.c +++ b/tools/bpf/bpf_asm.c @@ -11,7 +11,7 @@ * * How to get into it: * - * 1) read Documentation/networking/filter.txt + * 1) read Documentation/networking/filter.rst * 2) Run `bpf_asm [-c] <filter-prog file>` to translate into binary * blob that is loadable with xt_bpf, cls_bpf et al. Note: -c will * pretty print a C-like construct. |
