a8d259939b
checkpatch expects typedefs to be suffixed with _t and has different rules when typedefs are being used as arguments of a function. This seems to be a known issue and defining typedefs in a file resolves this issue. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
22 lines
432 B
Plaintext
22 lines
432 B
Plaintext
--mailback
|
|
--no-tree
|
|
--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 AVOID_EXTERNS
|
|
--ignore NETWORKING_BLOCK_COMMENT_STYLE
|
|
--ignore DATE_TIME
|
|
--ignore MINMAX
|
|
--ignore CONST_STRUCT
|
|
--ignore FILE_PATH_CHANGES
|
|
--exclude ext
|