mbox series

[bpf-next,0/4] Formatting and typo fixes in kernel/bpf

Message ID 20190301013716.1370014-1-andriin@fb.com
Headers show
Series Formatting and typo fixes in kernel/bpf | expand

Message

Andrii Nakryiko March 1, 2019, 1:37 a.m. UTC
Few formatting fixes, as well as some comments clean up.

Andrii Nakryiko (4):
  bpf: formatting fixes in syscall.c
  bpf/verifier: fix code formatting
  bpf/verifier: typo fixes and reflow verifier overview comment
  bpf/verifier: fix minor typos in comments

 kernel/bpf/syscall.c  |   5 +-
 kernel/bpf/verifier.c | 169 +++++++++++++++++++++---------------------
 2 files changed, 87 insertions(+), 87 deletions(-)

Comments

Song Liu March 1, 2019, 6:35 a.m. UTC | #1
On Thu, Feb 28, 2019 at 6:08 PM Andrii Nakryiko <andriin@fb.com> wrote:
>
> Few formatting fixes, as well as some comments clean up.

For the series:

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

>
> Andrii Nakryiko (4):
>   bpf: formatting fixes in syscall.c
>   bpf/verifier: fix code formatting
>   bpf/verifier: typo fixes and reflow verifier overview comment
>   bpf/verifier: fix minor typos in comments
>
>  kernel/bpf/syscall.c  |   5 +-
>  kernel/bpf/verifier.c | 169 +++++++++++++++++++++---------------------
>  2 files changed, 87 insertions(+), 87 deletions(-)
>
> --
> 2.17.1
>