projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
039a1c4
)
lkdtm: Add missing SPDX-License-Identifier line
author
Kees Cook
<keescook@chromium.org>
Tue, 6 Mar 2018 22:58:10 +0000
(14:58 -0800)
committer
Greg 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
patch
|
blob
|
history
diff --git
a/drivers/misc/lkdtm/refcount.c
b/drivers/misc/lkdtm/refcount.c
index 2b99d448e7fd00921924da4a466ffa8fcb443a11..0a146b32da132f9f38af747372214604b08836f9 100644
(file)
--- 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).