File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 44YELLOW=' \033[0;33m'
55NC=' \033[0m' # No Color
66
7- declare -a FILES
8- FILES=(
7+ declare -a FILES=(
98 " include/uapi/linux/const.h"
109 " include/uapi/drm/drm.h"
1110 " include/uapi/drm/i915_drm.h"
@@ -74,8 +73,7 @@ FILES=(
7473 " scripts/syscall.tbl"
7574)
7675
77- declare -a SYNC_CHECK_FILES
78- SYNC_CHECK_FILES=(
76+ declare -a SYNC_CHECK_FILES=(
7977 " arch/x86/include/asm/inat.h"
8078 " arch/x86/include/asm/insn.h"
8179 " arch/x86/lib/inat.c"
@@ -87,8 +85,7 @@ SYNC_CHECK_FILES=(
8785# tables that then gets included in .c files for things like id->string syscall
8886# tables (and the reverse lookup as well: string -> id)
8987
90- declare -a BEAUTY_FILES
91- BEAUTY_FILES=(
88+ declare -a BEAUTY_FILES=(
9289 " arch/x86/include/asm/irq_vectors.h"
9390 " arch/x86/include/uapi/asm/prctl.h"
9491 " include/linux/socket.h"
You can’t perform that action at this time.
0 commit comments