Commit aa75622
bpf: Fix a few typos in BPF helpers documentation
Address a few typos in the documentation for the BPF helper functions.
They were reported by Jakub [0], who ran spell checkers on the generated
man page [1].
[0] https://lore.kernel.org/linux-man/d22dcd47-023c-8f52-d369-7b5308e6c842@gmail.com/T/#mb02e7d4b7fb61d98fa914c77b581184e9a9537af
[1] https://lore.kernel.org/linux-man/eb6a1e41-c48e-ac45-5154-ac57a2c76108@gmail.com/T/#m4a8d1b003616928013ffcd1450437309ab652f9f
v3: Do not copy unrelated (and breaking) elements to tools/ header
v2: Turn a ',' into a ';'
Reported-by: Jakub Wilk <jwilk@jwilk.net>
Signed-off-by: Quentin Monnet <quentin@isovalent.com>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Link: https://lore.kernel.org/bpf/20220825220806.107143-1-quentin@isovalent.com1 parent b05d64e commit aa75622
2 files changed
+16
-16
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4456 | 4456 | | |
4457 | 4457 | | |
4458 | 4458 | | |
4459 | | - | |
| 4459 | + | |
4460 | 4460 | | |
4461 | 4461 | | |
4462 | 4462 | | |
| |||
4665 | 4665 | | |
4666 | 4666 | | |
4667 | 4667 | | |
4668 | | - | |
| 4668 | + | |
4669 | 4669 | | |
4670 | 4670 | | |
4671 | 4671 | | |
| |||
4723 | 4723 | | |
4724 | 4724 | | |
4725 | 4725 | | |
4726 | | - | |
| 4726 | + | |
4727 | 4727 | | |
4728 | 4728 | | |
4729 | 4729 | | |
| |||
4747 | 4747 | | |
4748 | 4748 | | |
4749 | 4749 | | |
4750 | | - | |
| 4750 | + | |
4751 | 4751 | | |
4752 | | - | |
4753 | | - | |
4754 | | - | |
4755 | | - | |
| 4752 | + | |
| 4753 | + | |
| 4754 | + | |
| 4755 | + | |
4756 | 4756 | | |
4757 | 4757 | | |
4758 | 4758 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4456 | 4456 | | |
4457 | 4457 | | |
4458 | 4458 | | |
4459 | | - | |
| 4459 | + | |
4460 | 4460 | | |
4461 | 4461 | | |
4462 | 4462 | | |
| |||
4665 | 4665 | | |
4666 | 4666 | | |
4667 | 4667 | | |
4668 | | - | |
| 4668 | + | |
4669 | 4669 | | |
4670 | 4670 | | |
4671 | 4671 | | |
| |||
4723 | 4723 | | |
4724 | 4724 | | |
4725 | 4725 | | |
4726 | | - | |
| 4726 | + | |
4727 | 4727 | | |
4728 | 4728 | | |
4729 | 4729 | | |
| |||
4747 | 4747 | | |
4748 | 4748 | | |
4749 | 4749 | | |
4750 | | - | |
| 4750 | + | |
4751 | 4751 | | |
4752 | | - | |
4753 | | - | |
4754 | | - | |
4755 | | - | |
| 4752 | + | |
| 4753 | + | |
| 4754 | + | |
| 4755 | + | |
4756 | 4756 | | |
4757 | 4757 | | |
4758 | 4758 | | |
| |||
0 commit comments