]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/glsdk-u-boot.git/blob - .checkpatch.conf
sf: Update sf read to support all sizes of flashes
[glsdk/glsdk-u-boot.git] / .checkpatch.conf
1 # Not Linux, so don't expect a Linux tree.
2 --no-tree
4 # Temporary for false positive in checkpatch
5 --ignore COMPLEX_MACRO
7 # For CONFIG_SYS_I2C_NOPROBES
8 --ignore MULTISTATEMENT_MACRO_USE_DO_WHILE
10 # For simple_strtoul
11 --ignore CONSIDER_KSTRTO
13 # For min/max
14 --ignore MINMAX
16 # enable more tests
17 --strict
19 # Not Linux, so we don't recommend usleep_range() over udelay()
20 --ignore USLEEP_RANGE