Skip to content

Commit 56c3e74

Browse files
jasowanganakryiko
authored andcommitted
bpftool: Declare generator name
Most code generators declare its name so did this for bfptool. Signed-off-by: Jason Wang <jasowang@redhat.com> Signed-off-by: Andrii Nakryiko <andrii@kernel.org> Link: https://lore.kernel.org/bpf/20220509090247.5457-1-jasowang@redhat.com
1 parent ec24704 commit 56c3e74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/bpf/bpftool/gen.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -999,7 +999,7 @@ static int do_skeleton(int argc, char **argv)
999999
codegen("\
10001000
\n\
10011001
/* SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause) */ \n\
1002-
/* THIS FILE IS AUTOGENERATED! */ \n\
1002+
/* THIS FILE IS AUTOGENERATED BY BPFTOOL! */ \n\
10031003
#ifndef %2$s \n\
10041004
#define %2$s \n\
10051005
\n\
@@ -1015,7 +1015,7 @@ static int do_skeleton(int argc, char **argv)
10151015
\n\
10161016
/* SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause) */ \n\
10171017
\n\
1018-
/* THIS FILE IS AUTOGENERATED! */ \n\
1018+
/* THIS FILE IS AUTOGENERATED BY BPFTOOL! */ \n\
10191019
#ifndef %2$s \n\
10201020
#define %2$s \n\
10211021
\n\

0 commit comments

Comments
 (0)