linux-stable/scripts/genksyms
Masahiro Yamada 382243f346 genksyms: fix stale comment
(shipped source) is a stale comment.

Since commit 833e622459 ("genksyms: generate lexer and parser during
build instead of shipping"), there is no source file to be shipped in
this directory.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
2021-05-02 00:43:34 +09:00
..
.gitignore .gitignore: add SPDX License Identifier 2020-03-25 11:50:48 +01: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
Makefile genksyms: fix stale comment 2021-05-02 00:43:34 +09:00
parse.y genksyms: Ignore module scoped _Static_assert() 2020-12-21 13:57:08 +09:00