diff options
author | danh-arm <dan.handley@arm.com> | 2018-05-03 16:46:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-03 16:46:25 +0100 |
commit | b14c355e0bc25446f3c75e79de7e77760315755e (patch) | |
tree | 7f43c1ccdcbc0dd2c6f3e15fa450ce53afb0c955 | |
parent | d1849b90333bb7c2dee71669ba5647add7692675 (diff) | |
parent | 90582e4db3f132091c8d4c94834a7df9f08acd23 (diff) |
Merge pull request #1366 from antonio-nino-diaz-arm/an/ignore-spdx
checkpatch: Ignore SPDX_LICENSE_TAG
-rw-r--r-- | .checkpatch.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.checkpatch.conf b/.checkpatch.conf index e92b96f3..63bdf7b4 100644 --- a/.checkpatch.conf +++ b/.checkpatch.conf @@ -36,6 +36,10 @@ # This is not Linux so don't expect a Linux tree! --no-tree +# The Linux kernel expects the SPDX license tag in the first line of each file. +# We don't follow this in the Trusted Firmware. +--ignore SPDX_LICENSE_TAG + # This clarifes the lines indications in the report. # # E.g.: |