On Wed, Jul 8, 2020 at 12:43 PM Hans de Goede <hdegoede@xxxxxxxxxx> wrote: > > Fix the following kerneldoc warning: > > drivers/gpu/drm/drm_connector.c:2189: > warning: missing initial short description on line > > Signed-off-by: Hans de Goede <hdegoede@xxxxxxxxxx> Acked-by: Alex Deucher <alexander.deucher@xxxxxxx> > --- > drivers/gpu/drm/drm_connector.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/gpu/drm/drm_connector.c b/drivers/gpu/drm/drm_connector.c > index d877ddc6dc57..543086533850 100644 > --- a/drivers/gpu/drm/drm_connector.c > +++ b/drivers/gpu/drm/drm_connector.c > @@ -2130,8 +2130,8 @@ int drm_connector_set_panel_orientation( > EXPORT_SYMBOL(drm_connector_set_panel_orientation); > > /** > - * drm_connector_set_panel_orientation_with_quirk - > - * set the connecter's panel_orientation after checking for quirks > + * drm_connector_set_panel_orientation_with_quirk - set the connecter's > + * panel_orientation after checking for quirks > * @connector: connector for which to init the panel-orientation property. > * @panel_orientation: drm_panel_orientation value to set > * @width: width in pixels of the panel, used for panel quirk detection > -- > 2.26.2 > > _______________________________________________ > dri-devel mailing list > dri-devel@xxxxxxxxxxxxxxxxxxxxx > https://lists.freedesktop.org/mailman/listinfo/dri-devel _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/dri-devel