Skip to content

Commit 0da7e43

Browse files
maurossimasahir0y
authored andcommitted
genksyms: fix typo in parse.tab.{c,h} generation rules
'quet' is replaced by 'quiet' in scripts/genksyms/Makefile Signed-off-by: Mauro Rossi <[email protected]> Signed-off-by: Masahiro Yamada <[email protected]>
1 parent d59fbbd commit 0da7e43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/genksyms/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ genksyms-objs := genksyms.o parse.tab.o lex.lex.o
1414
# so that 'bison: not found' will be displayed if it is missing.
1515
ifeq ($(findstring 1,$(KBUILD_ENABLE_EXTRA_GCC_CHECKS)),)
1616

17-
quiet_cmd_bison_no_warn = $(quet_cmd_bison)
17+
quiet_cmd_bison_no_warn = $(quiet_cmd_bison)
1818
cmd_bison_no_warn = $(YACC) --version >/dev/null; \
1919
$(cmd_bison) 2>/dev/null
2020

2121
$(obj)/parse.tab.c: $(src)/parse.y FORCE
2222
$(call if_changed,bison_no_warn)
2323

24-
quiet_cmd_bison_h_no_warn = $(quet_cmd_bison_h)
24+
quiet_cmd_bison_h_no_warn = $(quiet_cmd_bison_h)
2525
cmd_bison_h_no_warn = $(YACC) --version >/dev/null; \
2626
$(cmd_bison_h) 2>/dev/null
2727

0 commit comments

Comments
 (0)