* [PATCH v2] dyndbg: fix kernel-doc parameter name for DECLARE_DYNDBG_CLASSMAP()
@ 2026-03-15 17:09 Kit Dallege
0 siblings, 0 replies; only message in thread
From: Kit Dallege @ 2026-03-15 17:09 UTC (permalink / raw)
To: Jason Baron, Jim Cromie; +Cc: linux-kernel
The kernel-doc comment documents the parameter as @_type but the actual
macro parameter name is @_maptype. Fix the mismatch.
Assisted-by: Claude:claude-opus-4-6
Signed-off-by: Kit Dallege <xaum.io@gmail.com>
---
include/linux/dynamic_debug.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/linux/dynamic_debug.h b/include/linux/dynamic_debug.h
index 05743900a116..70b081fbe748 100644
--- a/include/linux/dynamic_debug.h
+++ b/include/linux/dynamic_debug.h
@@ -96,7 +96,7 @@ struct ddebug_class_map {
/**
* DECLARE_DYNDBG_CLASSMAP - declare classnames known by a module
* @_var: a struct ddebug_class_map, passed to module_param_cb
- * @_type: enum class_map_type, chooses bits/verbose, numeric/symbolic
+ * @_maptype: enum class_map_type, chooses bits/verbose, numeric/symbolic
* @_base: offset of 1st class-name. splits .class_id space
* @classes: class-names used to control class'd prdbgs
*/
--
2.53.0
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2026-03-15 17:10 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-03-15 17:09 [PATCH v2] dyndbg: fix kernel-doc parameter name for DECLARE_DYNDBG_CLASSMAP() Kit Dallege
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®