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"
@@ -73,8 +72,7 @@ FILES=(
7372 " scripts/syscall.tbl"
7473)
7574
76- declare -a SYNC_CHECK_FILES
77- SYNC_CHECK_FILES=(
75+ declare -a SYNC_CHECK_FILES=(
7876 " arch/x86/include/asm/inat.h"
7977 " arch/x86/include/asm/insn.h"
8078 " arch/x86/lib/inat.c"
@@ -86,8 +84,7 @@ SYNC_CHECK_FILES=(
8684# tables that then gets included in .c files for things like id->string syscall
8785# tables (and the reverse lookup as well: string -> id)
8886
89- declare -a BEAUTY_FILES
90- BEAUTY_FILES=(
87+ declare -a BEAUTY_FILES=(
9188 " arch/x86/include/asm/irq_vectors.h"
9289 " arch/x86/include/uapi/asm/prctl.h"
9390 " include/linux/socket.h"
You can’t perform that action at this time.
0 commit comments