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:
Peter A. Bigot 2020-08-20 16:32:13 -05:00 committed by Anas Nashif
parent e49e3c8fef
commit e32ecab7af

View file

@ -19,4 +19,5 @@
--ignore FILE_PATH_CHANGES --ignore FILE_PATH_CHANGES
--ignore SPDX_LICENSE_TAG --ignore SPDX_LICENSE_TAG
--ignore C99_COMMENT_TOLERANCE --ignore C99_COMMENT_TOLERANCE
--ignore REPEATED_WORD
--exclude ext --exclude ext