Address checkpatch complaints about duplicated words

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@9383 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2021-04-29 03:15:01 +00:00
parent 43e096c8d1
commit c5e515b702
5 changed files with 10 additions and 10 deletions

View File

@@ -690,7 +690,7 @@ time:
This is because both dtc-lexer as well as dtc-parser define the same
global symbol yyloc. Before with -fcommon those were merged into one
defintion. The proper solution would be to to mark this as "extern",
defintion. The proper solution would be to mark this as "extern",
however that leads to:
dtc-lexer.l:26:16: error: redundant redeclaration of 'yylloc' [-Werror=redundant-decls]