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

# Ignore aspects we don't follow here.
--ignore SPLIT_STRING

--ignore GIT_COMMIT_ID

--ignore C99_COMMENT_TOLERANCE

--ignore VSPRINTF_POINTER_EXTENSION

# Shorter KConfig descriptions are OK.
--min-conf-desc-length=2