Skip to content

Commit b2f44f2

Browse files
committed
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 <[email protected]>
1 parent 444ba4f commit b2f44f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.checkpatch.conf

+1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@
1919
--ignore FILE_PATH_CHANGES
2020
--ignore SPDX_LICENSE_TAG
2121
--ignore C99_COMMENT_TOLERANCE
22+
--ignore REPEATED_WORD
2223
--exclude ext

0 commit comments

Comments
 (0)