Merge f10bc40168 ("Merge tag 'core-debugobjects-2022-12-10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip") into android-mainline

Steps on the way to 6.2-rc1

Change-Id: Ic1b2e8ba4f431444b289e7f499fa0746d17955e9
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
Greg Kroah-Hartman
2022-12-20 13:57:34 +00:00
+2 -2
View File
@@ -500,9 +500,9 @@ static void debug_print_object(struct debug_obj *obj, char *msg)
descr->debug_hint(obj->object) : NULL;
limit++;
WARN(1, KERN_ERR "ODEBUG: %s %s (active state %u) "
"object type: %s hint: %pS\n",
"object: %p object type: %s hint: %pS\n",
msg, obj_states[obj->state], obj->astate,
descr->name, hint);
obj->object, descr->name, hint);
}
debug_objects_warnings++;
}