summaryrefslogtreecommitdiff
path: root/.checkpatch.conf
blob: 8060a805b325e94de9c3d8b37e2c231bb901d913 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--codespell
--no-tree
--quiet
--strict
--max-line-length=80
--ignore=CAMELCASE
--ignore=CONCATENATED_STRING
--ignore=FILE_PATH_CHANGES
--ignore=GERRIT_CHANGE_ID
--ignore=NOT_UNIFIED_DIFF
--ignore=PREFER_KERNEL_TYPES
--ignore=USLEEP_RANGE