* [PATCH] Fix for kernel doc warning [linux-next]
@ 2024-04-19 15:23 sundar
0 siblings, 0 replies; only message in thread
From: sundar @ 2024-04-19 15:23 UTC (permalink / raw)
To: maarten.lankhorst, mripard, tzimmermann, airlied, daniel
Cc: dri-devel, linux-kernel, sundar
Fixed the kernel doc warning due to typo error in field name.
./include/drm/drm_mode_config.h:973: warning: Function parameter or struct member 'size_hints_property' not described in 'drm_mode_config'
./include/drm/drm_mode_config.h:973: warning: Excess struct member 'size_hints_propertty' description in 'drm_mode_config'
Signed-off-by: sundar <prosunofficial@gmail.com>
---
include/drm/drm_mode_config.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/drm/drm_mode_config.h b/include/drm/drm_mode_config.h
index 06d7777a881f..8de3c9a5f61b 100644
--- a/include/drm/drm_mode_config.h
+++ b/include/drm/drm_mode_config.h
@@ -953,7 +953,7 @@ struct drm_mode_config {
struct drm_property *modifiers_property;
/**
- * @size_hints_propertty: Plane SIZE_HINTS property.
+ * @size_hints_property: Plane SIZE_HINTS property.
*/
struct drm_property *size_hints_property;
--
2.34.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2024-04-19 15:23 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-19 15:23 [PATCH] Fix for kernel doc warning [linux-next] sundar
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.