summaryrefslogtreecommitdiffstats
path: root/drivers/misc/lkdtm
diff options
context:
space:
mode:
authorKees Cook2018-03-06 23:58:10 +0100
committerGreg Kroah-Hartman2018-03-07 04:18:55 +0100
commitaeef9c09740691e33aceeaa5f5b8a4457a4eab97 (patch)
tree1975d3803c960f98ba611f0b42b2fd2bb31fc60f /drivers/misc/lkdtm
parentlkdtm: Relocate code to subdirectory (diff)
downloadkernel-qcow2-linux-aeef9c09740691e33aceeaa5f5b8a4457a4eab97.tar.gz
kernel-qcow2-linux-aeef9c09740691e33aceeaa5f5b8a4457a4eab97.tar.xz
kernel-qcow2-linux-aeef9c09740691e33aceeaa5f5b8a4457a4eab97.zip
lkdtm: Add missing SPDX-License-Identifier line
The refcount.c file missed the mass-addition of the SPDX lines. Signed-off-by: Kees Cook <keescook@chromium.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/misc/lkdtm')
-rw-r--r--drivers/misc/lkdtm/refcount.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/misc/lkdtm/refcount.c b/drivers/misc/lkdtm/refcount.c
index 2b99d448e7fd..0a146b32da13 100644
--- a/drivers/misc/lkdtm/refcount.c
+++ b/drivers/misc/lkdtm/refcount.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
/*
* This is for all the tests related to refcount bugs (e.g. overflow,
* underflow, reaching zero untested, etc).