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

2019-05-28 Thread Daniel Borkmann
On 05/23/2019 09:24 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: Daniel T

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

2019-05-23 Thread Y Song
On Thu, May 23, 2019 at 12:26 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 v2] samples: bpf: fix style in bpf_load

2019-05-23 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 --- Changes in v2: - Fix string concatenation from b