ac108de5d2
When checkpatch was updated, this behavour seems to have changed. This change re-adds the check for C99 comments to prevent them. Signed-off-by: Christian Taedcke <christian.taedcke@lemonbeat.com>
23 lines
497 B
Plaintext
23 lines
497 B
Plaintext
--emacs
|
|
--summary-file
|
|
--show-types
|
|
--max-line-length=80
|
|
--min-conf-desc-length=1
|
|
--typedefsfile=scripts/checkpatch/typedefsfile
|
|
|
|
--ignore BRACES
|
|
--ignore PRINTK_WITHOUT_KERN_LEVEL
|
|
--ignore SPLIT_STRING
|
|
--ignore VOLATILE
|
|
--ignore CONFIG_EXPERIMENTAL
|
|
--ignore PREFER_KERNEL_TYPES
|
|
--ignore AVOID_EXTERNS
|
|
--ignore NETWORKING_BLOCK_COMMENT_STYLE
|
|
--ignore DATE_TIME
|
|
--ignore MINMAX
|
|
--ignore CONST_STRUCT
|
|
--ignore FILE_PATH_CHANGES
|
|
--ignore SPDX_LICENSE_TAG
|
|
--ignore C99_COMMENT_TOLERANCE
|
|
--exclude ext
|