All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm: Fix kernel docs for drm_helper_mode_fill_fb_struct()
@ 2016-12-15 17:01 ville.syrjala
  2016-12-15 17:12 ` Deucher, Alexander
  2016-12-15 17:52 ` Laurent Pinchart
  0 siblings, 2 replies; 4+ messages in thread
From: ville.syrjala @ 2016-12-15 17:01 UTC (permalink / raw)
  To: dri-devel; +Cc: Alex Deucher, Laurent Pinchart

From: Ville Syrjälä <ville.syrjala@linux.intel.com>

drm_modeset_helper.c:74: warning: No description found for parameter 'dev'

Cc: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Cc: Alex Deucher <alexander.deucher@amd.com>
Fixes: a3f913ca9892 ("drm: Pass 'dev' to drm_helper_mode_fill_fb_struct()")
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
---
 drivers/gpu/drm/drm_modeset_helper.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/drm_modeset_helper.c b/drivers/gpu/drm/drm_modeset_helper.c
index f78df06a940d..4b31f5f70177 100644
--- a/drivers/gpu/drm/drm_modeset_helper.c
+++ b/drivers/gpu/drm/drm_modeset_helper.c
@@ -62,6 +62,7 @@ EXPORT_SYMBOL(drm_helper_move_panel_connectors_to_head);
 
 /**
  * drm_helper_mode_fill_fb_struct - fill out framebuffer metadata
+ * @dev: DRM device
  * @fb: drm_framebuffer object to fill out
  * @mode_cmd: metadata from the userspace fb creation request
  *
-- 
2.10.2

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-12-15 17:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-15 17:01 [PATCH] drm: Fix kernel docs for drm_helper_mode_fill_fb_struct() ville.syrjala
2016-12-15 17:12 ` Deucher, Alexander
2016-12-15 17:58   ` Ville Syrjälä
2016-12-15 17:52 ` Laurent Pinchart

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.