summaryrefslogtreecommitdiff
path: root/.checkpatch.conf
blob: f7b9b32519727cd6cec7205c677d05bb1981ea84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Not Linux, so don't expect a Linux tree.
--no-tree

# Require every Kconfig symbol to have at least two lines in their description.
--min-conf-desc-length=2

# Ignore aspects we don't follow here.
--ignore C99_COMMENTS
--ignore GLOBAL_INITIALISERS
--ignore INITIALISED_STATIC
--ignore LINE_SPACING
--ignore NEW_TYPEDEFS
--ignore PREFER_ALIGNED
--ignore PREFER_PACKED
--ignore PREFER_PRINTF
--ignore SPLIT_STRING
--ignore BLOCK_COMMENT_STYLE