aboutsummaryrefslogtreecommitdiffstats
path: root/.checkpatch.conf
blob: 32625b57ae9f150ea355e9b1daf51002e80f4fd5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# libsamsung-ipc is not Linux. Make checkpatch.pl to not expect a Linux tree.
--no-tree

# libsamsung-ipc doesn't have SPDX tags, and we would need to do some research
# to find out if using SPDX in libsamsung-ipc is a good thing or not.
--ignore SPDX_LICENSE_TAG

# Linux introduced shortcuts for compiler attributes in the following commit:
# 82ddcb040570 [PATCH] extend the set of "__attribute__" shortcut macros
# We might want to do the same later on, but for now we'll just ignore the
# warnings until we implement that.
--ignore PREFER_ALIGNED
--ignore PREFER_PACKED
--ignore PREFER_PRINTF
--ignore PREFER_SCANF
--ignore PREFER_SECTION