projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5eb0a6
)
debugobjects: Convert to SPDX license identifier
author
Thomas Gleixner
<tglx@linutronix.de>
Tue, 10 May 2022 08:53:41 +0000
(10:53 +0200)
committer
Thomas Gleixner
<tglx@linutronix.de>
Fri, 13 May 2022 10:35:17 +0000
(12:35 +0200)
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Link:
https://lore.kernel.org/r/87v8udpy3u.ffs@tglx
lib/debugobjects.c
patch
|
blob
|
history
diff --git
a/lib/debugobjects.c
b/lib/debugobjects.c
index 6946f8e204e3950614c979f5e9732ac65546debc..337d797a714163460d2e89e55b6cce443d1b52db 100644
(file)
--- a/
lib/debugobjects.c
+++ b/
lib/debugobjects.c
@@
-1,11
+1,8
@@
+// SPDX-License-Identifier: GPL-2.0
/*
* Generic infrastructure for lifetime debugging of objects.
*
- * Started by Thomas Gleixner
- *
* Copyright (C) 2008, Thomas Gleixner <tglx@linutronix.de>
- *
- * For licencing details see kernel-base/COPYING
*/
#define pr_fmt(fmt) "ODEBUG: " fmt