2011-10-18 10:06:59 +00:00
|
|
|
# Not Linux, so don't expect a Linux tree.
|
|
|
|
--no-tree
|
|
|
|
|
|
|
|
# Temporary for false positive in checkpatch
|
|
|
|
--ignore COMPLEX_MACRO
|
|
|
|
|
|
|
|
# For CONFIG_SYS_I2C_NOPROBES
|
|
|
|
--ignore MULTISTATEMENT_MACRO_USE_DO_WHILE
|
|
|
|
|
|
|
|
# For simple_strtoul
|
|
|
|
--ignore CONSIDER_KSTRTO
|
|
|
|
|
|
|
|
# For min/max
|
|
|
|
--ignore MINMAX
|
2013-02-28 12:53:53 +00:00
|
|
|
|
|
|
|
# enable more tests
|
|
|
|
--strict
|
2013-03-15 10:43:48 +00:00
|
|
|
|
|
|
|
# Not Linux, so we don't recommend usleep_range() over udelay()
|
|
|
|
--ignore USLEEP_RANGE
|
2013-04-24 02:46:16 +00:00
|
|
|
|
|
|
|
# Ignore networking block comment style
|
|
|
|
--ignore NETWORKING_BLOCK_COMMENT_STYLE
|
2015-11-13 16:03:00 +00:00
|
|
|
|
|
|
|
# Ignore "WARNING: Prefer ether_addr_copy() over memcpy() if the Ethernet
|
|
|
|
# addresses are __aligned(2)".
|
|
|
|
--ignore PREFER_ETHER_ADDR_COPY
|
2018-01-15 13:47:05 +00:00
|
|
|
|
|
|
|
# A bit shorter of a description is OK with us.
|
|
|
|
--min-conf-desc-length=2
|
2020-05-22 22:32:36 +00:00
|
|
|
|
|
|
|
# Extra checks for U-Boot
|
|
|
|
--u-boot
|