soc/intel/skylake: Correct address of I2C5 Device
[coreboot.git] / .checkpatch.conf
blob4b88745ba2acf9ef59b5af6abd00b59b9912cd93
1 # Not Linux, so don't expect a Linux tree.
2 --no-tree
4 # Require every Kconfig symbol to have at least two lines in their description.
5 --min-conf-desc-length=2
7 # Ignore aspects we don't follow here.
8 --ignore C99_COMMENTS
9 --ignore GLOBAL_INITIALISERS
10 --ignore INITIALISED_STATIC
11 --ignore LINE_SPACING
12 --ignore NEW_TYPEDEFS
13 --ignore PREFER_ALIGNED
14 --ignore PREFER_PACKED
15 --ignore PREFER_PRINTF
16 --ignore SPLIT_STRING