samples/bpf: fix a couple of style issues in bpf_load
authorDaniel T. Lee <danieltimlee@gmail.com>
Thu, 23 May 2019 07:24:48 +0000 (16:24 +0900)
committerDaniel Borkmann <daniel@iogearbox.net>
Tue, 28 May 2019 09:10:37 +0000 (11:10 +0200)
commit37b54aed123faa19eb21d7ef2534756c5a152a7c
tree8a98500856f244697175426754936ed5231154b8
parent486d3f22c0cab818ba6b4324fd8eda643d5f16b2
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>
samples/bpf/bpf_load.c