Re: [PATCH bpf-next 2/3] bpf: fix formatting for bpf_get_stack() helper doc

2018-04-30 Thread Quentin Monnet
2018-04-30 09:12 UTC-0600 ~ David Ahern > On 4/30/18 9:08 AM, Alexei Starovoitov wrote: >>> diff --git a/include/uapi/linux/bpf.h b/include/uapi/linux/bpf.h >>> index 530ff6588d8f..8daef7326bb7 100644 >>> --- a/include/uapi/linux/bpf.h >>> +++ b/include/uapi/linux/bpf.h >>> @@ -1770,33 +1770,33 @@

Re: [PATCH bpf-next 2/3] bpf: fix formatting for bpf_get_stack() helper doc

2018-04-30 Thread David Ahern
On 4/30/18 9:08 AM, Alexei Starovoitov wrote: >> diff --git a/include/uapi/linux/bpf.h b/include/uapi/linux/bpf.h >> index 530ff6588d8f..8daef7326bb7 100644 >> --- a/include/uapi/linux/bpf.h >> +++ b/include/uapi/linux/bpf.h >> @@ -1770,33 +1770,33 @@ union bpf_attr { >> * >> * int bpf_get_stac

Re: [PATCH bpf-next 2/3] bpf: fix formatting for bpf_get_stack() helper doc

2018-04-30 Thread Alexei Starovoitov
On Mon, Apr 30, 2018 at 11:39:04AM +0100, Quentin Monnet wrote: > Fix formatting (indent) for bpf_get_stack() helper documentation, so > that the doc is rendered correctly with the Python script. > > Fixes: c195651e565a ("bpf: add bpf_get_stack helper") > Cc: Yonghong Song > Signed-off-by: Quenti

[PATCH bpf-next 2/3] bpf: fix formatting for bpf_get_stack() helper doc

2018-04-30 Thread Quentin Monnet
Fix formatting (indent) for bpf_get_stack() helper documentation, so that the doc is rendered correctly with the Python script. Fixes: c195651e565a ("bpf: add bpf_get_stack helper") Cc: Yonghong Song Signed-off-by: Quentin Monnet --- Note: The error was a missing space between the '*' marking t