blob: c368d4147260932c7e19ee113d1be574833ee083 [file] [log] [blame]
Joe Hershberger05622192011-10-18 10:06:59 +00001# Not Linux, so don't expect a Linux tree.
2--no-tree
3
4# Temporary for false positive in checkpatch
5--ignore COMPLEX_MACRO
6
Tom Rini65cc0e22022-11-16 13:10:41 -05007# For CFG_SYS_I2C_NOPROBES
Joe Hershberger05622192011-10-18 10:06:59 +00008--ignore MULTISTATEMENT_MACRO_USE_DO_WHILE
9
10# For simple_strtoul
11--ignore CONSIDER_KSTRTO
12
13# For min/max
14--ignore MINMAX
Kim Phillipse3e2d002013-02-28 12:53:53 +000015
16# enable more tests
17--strict
Matt Porter1d766c42013-03-15 10:43:48 +000018
19# Not Linux, so we don't recommend usleep_range() over udelay()
20--ignore USLEEP_RANGE
Bo Shen9e79a8d2013-04-24 10:46:16 +080021
22# Ignore networking block comment style
23--ignore NETWORKING_BLOCK_COMMENT_STYLE
Stephen Warrenac016032015-11-13 09:03:00 -070024
25# Ignore "WARNING: Prefer ether_addr_copy() over memcpy() if the Ethernet
26# addresses are __aligned(2)".
27--ignore PREFER_ETHER_ADDR_COPY
Tom Rinicd87c4e2018-01-15 08:47:05 -050028
Sean Anderson6829d602021-04-14 22:02:21 -040029# ENOSYS is a conventionally used error, even though U-Boot lacks system calls.
30--ignore ENOSYS
31
Tom Rinicd87c4e2018-01-15 08:47:05 -050032# A bit shorter of a description is OK with us.
33--min-conf-desc-length=2
Simon Glassb77df592020-05-22 16:32:36 -060034
35# Extra checks for U-Boot
36--u-boot