[PATCH 7/7] docs: debugobjects: Fix debug_object_init() name
From: Karl Mehltretter
Date: Sat Aug 22 2026 - 08:20:30 EST
The initialization helper is debug_object_init(), not
debug_objects_init().
Fixes: 691cc54c7d28 ("debugobjects: add documentation")
Assisted-by: Codex:gpt-5.6-sol
Signed-off-by: Karl Mehltretter <kmehltretter@xxxxxxxxx>
---
Documentation/core-api/debug-objects.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/core-api/debug-objects.rst b/Documentation/core-api/debug-objects.rst
index ac926fd55a64a..708775fc581b7 100644
--- a/Documentation/core-api/debug-objects.rst
+++ b/Documentation/core-api/debug-objects.rst
@@ -129,7 +129,7 @@ When the real object is not yet tracked by debugobjects then the
fixup_activate function is called if available. This is necessary to
allow the legitimate activation of statically allocated and initialized
objects. The fixup function checks whether the object is valid and calls
-the debug_objects_init() function to initialize the tracking of this
+the debug_object_init() function to initialize the tracking of this
object.
When the activation is legitimate, then the state of the associated
--
2.53.0