Skip to content

Commit c200c98

Browse files
lifeixlijinxia
authored andcommitted
hv: include: remove name starts with underscore
Remove name starts with underscore for HV_CONFIG Tracked-On: #861 Signed-off-by: Li, Fei1 <fei1.li@intel.com>
1 parent 0100b5a commit c200c98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/kconfig/generate_header.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def __init__(self, filename="Kconfig", warn=True, warn_to_stderr=True,
2121
def write_autoconf(self, filename,
2222
header="/* Generated by Kconfiglib (https://github.com/ulfalizer/Kconfiglib) */\n"):
2323

24-
guard_begin = "#ifndef __HV_KCONFIG__\n#define __HV_KCONFIG__\n"
24+
guard_begin = "#ifndef HV_KCONFIG\n#define HV_KCONFIG\n"
2525
guard_end = "#endif"
2626

2727
with open(filename, "w") as f:

0 commit comments

Comments
 (0)