summaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/lkc.h
diff options
context:
space:
mode:
authorMasahiro Yamada2019-01-24 11:47:29 +0100
committerMasahiro Yamada2019-02-13 15:25:49 +0100
commit981e545a698aee98ed9c11202fe9bc93242f3cec (patch)
treec780ee0091b08dba92c3aa9fda116bff5ddcb48f /scripts/kconfig/lkc.h
parentLinux 5.0-rc4 (diff)
downloadkernel-qcow2-linux-981e545a698aee98ed9c11202fe9bc93242f3cec.tar.gz
kernel-qcow2-linux-981e545a698aee98ed9c11202fe9bc93242f3cec.tar.xz
kernel-qcow2-linux-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 'scripts/kconfig/lkc.h')
-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 {