diff options
| author | Danilo Krummrich <dakr@kernel.org> | 2026-01-16 22:02:30 +0300 |
|---|---|---|
| committer | Danilo Krummrich <dakr@kernel.org> | 2026-01-16 22:03:17 +0300 |
| commit | 086714bbb96f63785da251e1f8d1ce3e716a6e42 (patch) | |
| tree | 7809e44f86e1733b60c820b9c892876298a446d7 /lib/debugobjects.c | |
| parent | 8304c44631c370646de35d343ddba078738d1719 (diff) | |
| parent | 0f61b1860cc3f52aef9036d7235ed1f017632193 (diff) | |
| download | linux-086714bbb96f63785da251e1f8d1ce3e716a6e42.tar.xz | |
Merge tag 'v6.19-rc5' into drm-rust-next
We need the drm-rust fixes from -rc5 in here for nova-core to build on
top of.
Signed-off-by: Danilo Krummrich <dakr@kernel.org>
Diffstat (limited to 'lib/debugobjects.c')
| -rw-r--r-- | lib/debugobjects.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/debugobjects.c b/lib/debugobjects.c index ecf8e7f978e3..89a1d6745dc2 100644 --- a/lib/debugobjects.c +++ b/lib/debugobjects.c @@ -2,7 +2,7 @@ /* * Generic infrastructure for lifetime debugging of objects. * - * Copyright (C) 2008, Thomas Gleixner <tglx@linutronix.de> + * Copyright (C) 2008, Linutronix GmbH, Thomas Gleixner <tglx@kernel.org> */ #define pr_fmt(fmt) "ODEBUG: " fmt |
