commit | 37b54aed123faa19eb21d7ef2534756c5a152a7c | [log] [tgz] |
---|---|---|
author | Daniel T. Lee <danieltimlee@gmail.com> | Thu May 23 16:24:48 2019 +0900 |
committer | Daniel Borkmann <daniel@iogearbox.net> | Tue May 28 11:10:37 2019 +0200 |
tree | 8a98500856f244697175426754936ed5231154b8 | |
parent | 486d3f22c0cab818ba6b4324fd8eda643d5f16b2 [diff] |
samples/bpf: fix a couple of style issues in bpf_load This commit fixes a few style problems in samples/bpf/bpf_load.c: - Magic string use of 'DEBUGFS' - Useless zero initialization of a global variable - Minor style fix with whitespace Signed-off-by: Daniel T. Lee <danieltimlee@gmail.com> Acked-by: Yonghong Song <yhs@fb.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>