Re: [PATCH] samples: bpf: fix style in bpf_load

2019-05-22 Thread Jakub Sitnicki
On Wed, May 22, 2019 at 02:24 AM CEST, Daniel T. Lee wrote: > This commit fixes style problem in samples/bpf/bpf_load.c > > Styles that have been changed are: > - Magic string use of 'DEBUGFS' > - Useless zero initialization of a global variable > - Minor style fix with whitespace > > Signed-off

[PATCH] samples: bpf: fix style in bpf_load

2019-05-21 Thread Daniel T. Lee
This commit fixes style problem in samples/bpf/bpf_load.c Styles that have been changed are: - Magic string use of 'DEBUGFS' - Useless zero initialization of a global variable - Minor style fix with whitespace Signed-off-by: Daniel T. Lee --- samples/bpf/bpf_load.c | 11 +++ 1 file c

Re: [PATCH] samples: bpf: fix style in bpf_load

2019-05-09 Thread Alexei Starovoitov
On Mon, May 6, 2019 at 6:03 AM Daniel T. Lee wrote: > > This commit fixes style problem in samples/bpf/bpf_load.c > > Styles that have been changed are: > - Magic string use of 'DEBUGFS' > - Useless zero initialization of a global variable > - Minor style fix with whitespace > > Signed-off-by:

[PATCH] samples: bpf: fix style in bpf_load

2019-05-06 Thread Daniel T. Lee
This commit fixes style problem in samples/bpf/bpf_load.c Styles that have been changed are: - Magic string use of 'DEBUGFS' - Useless zero initialization of a global variable - Minor style fix with whitespace Signed-off-by: Daniel T. Lee --- samples/bpf/bpf_load.c | 11 +++ 1 file c