aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/lkc.h
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2019-01-24 19:47:29 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2019-02-13 23:25:49 +0900
commit981e545a698aee98ed9c11202fe9bc93242f3cec (patch)
treec780ee0091b08dba92c3aa9fda116bff5ddcb48f /scripts/kconfig/lkc.h
parentLinux 5.0-rc4 (diff)
downloadlinux-dev-981e545a698aee98ed9c11202fe9bc93242f3cec.tar.xz
linux-dev-981e545a698aee98ed9c11202fe9bc93242f3cec.zip
kconfig: rename zconf.l to lexer.l
Use a more logical name. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to '')
-rw-r--r--scripts/kconfig/lkc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/kconfig/lkc.h b/scripts/kconfig/lkc.h
index 531ff7c57d92..d871539e4b45 100644
--- a/scripts/kconfig/lkc.h
+++ b/scripts/kconfig/lkc.h
@@ -90,7 +90,7 @@ void *xrealloc(void *p, size_t size);
char *xstrdup(const char *s);
char *xstrndup(const char *s, size_t n);
-/* zconf.l */
+/* lexer.l */
int yylex(void);
struct gstr {