1 # Not Linux, so don't expect a Linux tree.
4 # Temporary for false positive in checkpatch
7 # For CONFIG_SYS_I2C_NOPROBES
8 --ignore MULTISTATEMENT_MACRO_USE_DO_WHILE
11 --ignore CONSIDER_KSTRTO
19 # Not Linux, so we don't recommend usleep_range() over udelay()
22 # Ignore networking block comment style
23 --ignore NETWORKING_BLOCK_COMMENT_STYLE
25 # Ignore "WARNING: Prefer ether_addr_copy() over memcpy() if the Ethernet
26 # addresses are __aligned(2)".
27 --ignore PREFER_ETHER_ADDR_COPY
29 # A bit shorter of a description is OK with us.
30 --min-conf-desc-length=2
32 # Extra checks for U-Boot