Merge tag 'core-debugobjects-2022-05-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull debugobjects fixlet from Thomas Gleixner: "Trivial licensing cleanup in debugobjects" * tag 'core-debugobjects-2022-05-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: debugobjects: Convert to SPDX license identifier
This commit is contained in:
+1
-4
@@ -1,11 +1,8 @@
|
|||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/*
|
/*
|
||||||
* Generic infrastructure for lifetime debugging of objects.
|
* Generic infrastructure for lifetime debugging of objects.
|
||||||
*
|
*
|
||||||
* Started by Thomas Gleixner
|
|
||||||
*
|
|
||||||
* Copyright (C) 2008, Thomas Gleixner <tglx@linutronix.de>
|
* Copyright (C) 2008, Thomas Gleixner <tglx@linutronix.de>
|
||||||
*
|
|
||||||
* For licencing details see kernel-base/COPYING
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define pr_fmt(fmt) "ODEBUG: " fmt
|
#define pr_fmt(fmt) "ODEBUG: " fmt
|
||||||
|
|||||||
Reference in New Issue
Block a user