checkpatch: disable REPEATED_WORD
A new check in Linux checks for repeated words, which spews false positives from text like: * @param param the parameter * @param device device instance Signed-off-by: Peter A. Bigot <pab@pabigot.com>
This commit is contained in:
parent
e49e3c8fef
commit
e32ecab7af
|
@ -19,4 +19,5 @@
|
|||
--ignore FILE_PATH_CHANGES
|
||||
--ignore SPDX_LICENSE_TAG
|
||||
--ignore C99_COMMENT_TOLERANCE
|
||||
--ignore REPEATED_WORD
|
||||
--exclude ext
|
||||
|
|
Loading…
Reference in a new issue