Hi Randy, On Sun, Oct 10, 2021 at 03:44:59PM -0700, Randy Dunlap wrote: > Clean up all of the kernel-doc issues in drm_connector.c: > > drivers/gpu/drm/drm_connector.c:2611: warning: Excess function parameter 'connector' description in 'drm_connector_oob_hotplug_event' > drivers/gpu/drm/drm_connector.c:2611: warning: Function parameter or member 'connector_fwnode' not described in 'drm_connector_oob_hotplug_event' > > drm_connector.c:630: warning: No description found for return value of 'drm_get_connector_status_name' > drm_connector.c:715: warning: No description found for return value of 'drm_connector_list_iter_next' > drm_connector.c:785: warning: No description found for return value of 'drm_get_subpixel_order_name' > drm_connector.c:816: warning: No description found for return value of 'drm_display_info_set_bus_formats' > drm_connector.c:1331: warning: No description found for return value of 'drm_mode_create_dvi_i_properties' > drm_connector.c:1412: warning: No description found for return value of 'drm_connector_attach_content_type_property' > drm_connector.c:1492: warning: No description found for return value of 'drm_mode_create_tv_margin_properties' > drm_connector.c:1534: warning: No description found for return value of 'drm_mode_create_tv_properties' > drm_connector.c:1627: warning: No description found for return value of 'drm_mode_create_scaling_mode_property' > drm_connector.c:1944: warning: No description found for return value of 'drm_mode_create_suggested_offset_properties' > > drm_connector.c:2315: warning: missing initial short description on line: > * drm_connector_set_panel_orientation_with_quirk - > > [The last warning listed is probably a quirk/bug in scripts/kernel-doc.] > > Fixes: 613051dac40d ("drm: locking&new iterators for connector_list") > Fixes: 522171951761 ("drm: Extract drm_connector.[hc]") > Fixes: b3c6c8bfe378 ("drm: document drm_display_info") > Fixes: 50525c332b55 ("drm: content-type property for HDMI connector") > Fixes: 6c4f52dca36f ("drm/connector: Allow creation of margin props alone") > Fixes: 69654c632d80 ("drm/connector: Split out orientation quirk detection (v2)") > Fixes: 72ad49682dde ("drm/connector: Add support for out-of-band hotplug notification (v3)") > Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> > Cc: David Airlie <airlied@xxxxxxxx> > Cc: Daniel Vetter <daniel@xxxxxxxx> > Cc: dri-devel@xxxxxxxxxxxxxxxxxxxxx > Cc: Stanislav Lisovskiy <stanislav.lisovskiy@xxxxxxxxx> > Cc: Ville Syrjälä <ville.syrjala@xxxxxxxxxxxxxxx> > Cc: Derek Basehore <dbasehore@xxxxxxxxxxxx> > Cc: Hans de Goede <hdegoede@xxxxxxxxxx> > Cc: Maarten Lankhorst <maarten.lankhorst@xxxxxxxxxxxxxxx> > Cc: Maxime Ripard <mripard@xxxxxxxxxx> > Cc: Thomas Zimmermann <tzimmermann@xxxxxxx> > Cc: Sam Ravnborg <sam@xxxxxxxxxxxx> This is not an urgent fix so pushed to drm-misc-next. I was a bit reluctant with all the fixes: tags as this will have the commit picked up for backporting for little gain. But in the end I left them there. Sam