1
0
Fork 0
alistair23-linux/scripts/genksyms
Masahiro Yamada 13940738c2 genksyms: remove useless case DOTS
This switch statement does not list out all the cases. Since the
'default' covers all the rest, the 'DOTS' case is unneeded.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
2021-02-16 12:01:45 +09:00
..
.gitignore .gitignore: add SPDX License Identifier 2020-03-25 11:50:48 +01:00
Makefile kbuild: introduce hostprogs-always-y and userprogs-always-y 2020-08-10 01:32:59 +09:00
genksyms.c genksyms: make source_file a local variable in lexer 2021-02-16 12:01:44 +09:00
genksyms.h genksyms: make source_file a local variable in lexer 2021-02-16 12:01:44 +09:00
keywords.c genksyms: Ignore module scoped _Static_assert() 2020-12-21 13:57:08 +09:00
lex.l genksyms: remove useless case DOTS 2021-02-16 12:01:45 +09:00
parse.y genksyms: Ignore module scoped _Static_assert() 2020-12-21 13:57:08 +09:00