mbox series

[v2,bpf-next,0/3] bpf docs typo, wording and formatting fixes

Message ID 20190301011221.1290474-1-andriin@fb.com
Headers show
Series bpf docs typo, wording and formatting fixes | expand

Message

Andrii Nakryiko March 1, 2019, 1:12 a.m. UTC
A bunch of BPF-related docs typo, wording and formatting fixes.

v1->v2:
- split off non-documentation changes into separate patchset

Andrii Nakryiko (3):
  docs/btf: fix typos, improve wording
  docs/btf: reflow text to fill up to 78 characters
  docs/bpf: minor casing/punctuation fixes

 Documentation/bpf/bpf_design_QA.rst |  24 +--
 Documentation/bpf/btf.rst           | 316 +++++++++++++---------------
 Documentation/networking/filter.txt |   2 +-
 3 files changed, 160 insertions(+), 182 deletions(-)

Comments

Song Liu March 1, 2019, 6:35 a.m. UTC | #1
On Thu, Feb 28, 2019 at 6:02 PM Andrii Nakryiko <andriin@fb.com> wrote:
>
> A bunch of BPF-related docs typo, wording and formatting fixes.
>
> v1->v2:
> - split off non-documentation changes into separate patchset

For the series:

Acked-by: Song Liu <songliubraving@fb.com>

>
> Andrii Nakryiko (3):
>   docs/btf: fix typos, improve wording
>   docs/btf: reflow text to fill up to 78 characters
>   docs/bpf: minor casing/punctuation fixes
>
>  Documentation/bpf/bpf_design_QA.rst |  24 +--
>  Documentation/bpf/btf.rst           | 316 +++++++++++++---------------
>  Documentation/networking/filter.txt |   2 +-
>  3 files changed, 160 insertions(+), 182 deletions(-)
>
> --
> 2.17.1
>
Daniel Borkmann March 1, 2019, 11:41 p.m. UTC | #2
On 03/01/2019 02:12 AM, Andrii Nakryiko wrote:
> A bunch of BPF-related docs typo, wording and formatting fixes.
> 
> v1->v2:
> - split off non-documentation changes into separate patchset
> 
> Andrii Nakryiko (3):
>   docs/btf: fix typos, improve wording
>   docs/btf: reflow text to fill up to 78 characters
>   docs/bpf: minor casing/punctuation fixes
> 
>  Documentation/bpf/bpf_design_QA.rst |  24 +--
>  Documentation/bpf/btf.rst           | 316 +++++++++++++---------------
>  Documentation/networking/filter.txt |   2 +-
>  3 files changed, 160 insertions(+), 182 deletions(-)
> 

Applied, thanks!