]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
lkdtm: Add missing SPDX-License-Identifier line
authorKees Cook <keescook@chromium.org>
Tue, 6 Mar 2018 22:58:10 +0000 (14:58 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 7 Mar 2018 03:18:55 +0000 (19:18 -0800)
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>
drivers/misc/lkdtm/refcount.c

index 2b99d448e7fd00921924da4a466ffa8fcb443a11..0a146b32da132f9f38af747372214604b08836f9 100644 (file)
@@ -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).