mirror of https://gitee.com/openkylin/linux.git
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>
This commit is contained in:
parent
039a1c4205
commit
aeef9c0974
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/*
|
/*
|
||||||
* This is for all the tests related to refcount bugs (e.g. overflow,
|
* This is for all the tests related to refcount bugs (e.g. overflow,
|
||||||
* underflow, reaching zero untested, etc).
|
* underflow, reaching zero untested, etc).
|
||||||
|
|
Loading…
Reference in New Issue