diff mbox

[11/11] drm/doc: Small markup fixup

Message ID 20170404095304.17599-11-daniel.vetter@ffwll.ch (mailing list archive)
State New, archived
Headers show

Commit Message

Daniel Vetter April 4, 2017, 9:53 a.m. UTC
Drive-by cleanup.

Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
---
 drivers/gpu/drm/drm_probe_helper.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Neil Armstrong April 4, 2017, 3:12 p.m. UTC | #1
On 04/04/2017 11:53 AM, Daniel Vetter wrote:
> Drive-by cleanup.
> 
> Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
> ---
>  drivers/gpu/drm/drm_probe_helper.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/drm_probe_helper.c b/drivers/gpu/drm/drm_probe_helper.c
> index 85005d57bde6..efb5e5e8ce62 100644
> --- a/drivers/gpu/drm/drm_probe_helper.c
> +++ b/drivers/gpu/drm/drm_probe_helper.c
> @@ -44,7 +44,7 @@
>   *
>   * This library provides some helper code for output probing. It provides an
>   * implementation of the core &drm_connector_funcs.fill_modes interface with
> - * drm_helper_probe_single_connector_modes.
> + * drm_helper_probe_single_connector_modes().
>   *
>   * It also provides support for polling connectors with a work item and for
>   * generic hotplug interrupt handling where the driver doesn't or cannot keep
> 

Reviewed-by: Neil Armstrong <narmstrong@baylibre.com>
Daniel Vetter April 4, 2017, 6:49 p.m. UTC | #2
On Tue, Apr 04, 2017 at 05:12:59PM +0200, Neil Armstrong wrote:
> On 04/04/2017 11:53 AM, Daniel Vetter wrote:
> > Drive-by cleanup.
> > 
> > Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
> > ---
> >  drivers/gpu/drm/drm_probe_helper.c | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/drivers/gpu/drm/drm_probe_helper.c b/drivers/gpu/drm/drm_probe_helper.c
> > index 85005d57bde6..efb5e5e8ce62 100644
> > --- a/drivers/gpu/drm/drm_probe_helper.c
> > +++ b/drivers/gpu/drm/drm_probe_helper.c
> > @@ -44,7 +44,7 @@
> >   *
> >   * This library provides some helper code for output probing. It provides an
> >   * implementation of the core &drm_connector_funcs.fill_modes interface with
> > - * drm_helper_probe_single_connector_modes.
> > + * drm_helper_probe_single_connector_modes().
> >   *
> >   * It also provides support for polling connectors with a work item and for
> >   * generic hotplug interrupt handling where the driver doesn't or cannot keep
> > 
> 
> Reviewed-by: Neil Armstrong <narmstrong@baylibre.com>

I merged the non-vblank patches to drm-misc, thanks a lot for your review.
For the vblank patches I'd like to get some additional review from
Ville/Chris or Mauro, will take all your feedback in on the next round.

Thanks, Daniel
diff mbox

Patch

diff --git a/drivers/gpu/drm/drm_probe_helper.c b/drivers/gpu/drm/drm_probe_helper.c
index 85005d57bde6..efb5e5e8ce62 100644
--- a/drivers/gpu/drm/drm_probe_helper.c
+++ b/drivers/gpu/drm/drm_probe_helper.c
@@ -44,7 +44,7 @@ 
  *
  * This library provides some helper code for output probing. It provides an
  * implementation of the core &drm_connector_funcs.fill_modes interface with
- * drm_helper_probe_single_connector_modes.
+ * drm_helper_probe_single_connector_modes().
  *
  * It also provides support for polling connectors with a work item and for
  * generic hotplug interrupt handling where the driver doesn't or cannot keep