summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2019-08-20 22:38:05 +0300
committerIngo Molnar <mingo@kernel.org>2019-08-20 22:38:05 +0300
commit51c359c2fd0a1d485c24d27687dfa67fc71a7864 (patch)
tree75a222cb784f004e579e40a88c16343b377274e4 /scripts
parentcfb104ca8a26affb28d81720a4ed49c30b2a3b01 (diff)
parentd1abaeb3be7b5fa6d7a1fbbd2e14e3310005c4c1 (diff)
downloadlinux-51c359c2fd0a1d485c24d27687dfa67fc71a7864.tar.xz
Merge tag 'v5.3-rc5' into perf/core, to pick up fixes
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/coccinelle/api/atomic_as_refcounter.cocci1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/coccinelle/api/atomic_as_refcounter.cocci b/scripts/coccinelle/api/atomic_as_refcounter.cocci
index 988120e0fd67..0f78d94abc35 100644
--- a/scripts/coccinelle/api/atomic_as_refcounter.cocci
+++ b/scripts/coccinelle/api/atomic_as_refcounter.cocci
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-only
// Check if refcount_t type and API should be used
// instead of atomic_t type when dealing with refcounters
//