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 4
4
YELLOW=' \033[0;33m'
5
5
NC=' \033[0m' # No Color
6
6
7
- declare -a FILES
8
- FILES=(
7
+ declare -a FILES=(
9
8
" include/uapi/linux/const.h"
10
9
" include/uapi/drm/drm.h"
11
10
" include/uapi/drm/i915_drm.h"
@@ -73,8 +72,7 @@ FILES=(
73
72
" scripts/syscall.tbl"
74
73
)
75
74
76
- declare -a SYNC_CHECK_FILES
77
- SYNC_CHECK_FILES=(
75
+ declare -a SYNC_CHECK_FILES=(
78
76
" arch/x86/include/asm/inat.h"
79
77
" arch/x86/include/asm/insn.h"
80
78
" arch/x86/lib/inat.c"
@@ -86,8 +84,7 @@ SYNC_CHECK_FILES=(
86
84
# tables that then gets included in .c files for things like id->string syscall
87
85
# tables (and the reverse lookup as well: string -> id)
88
86
89
- declare -a BEAUTY_FILES
90
- BEAUTY_FILES=(
87
+ declare -a BEAUTY_FILES=(
91
88
" arch/x86/include/asm/irq_vectors.h"
92
89
" arch/x86/include/uapi/asm/prctl.h"
93
90
" include/linux/socket.h"
You can’t perform that action at this time.
0 commit comments