diff mbox

[1/2] drm/vtables: Fix typo

Message ID 20170901144042.6023-1-thierry.reding@gmail.com (mailing list archive)
State New, archived
Headers show

Commit Message

Thierry Reding Sept. 1, 2017, 2:40 p.m. UTC
From: Thierry Reding <treding@nvidia.com>

The callback is named .atomic_check, not .atomc_check.

Signed-off-by: Thierry Reding <treding@nvidia.com>
---
 include/drm/drm_modeset_helper_vtables.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Ville Syrjälä Sept. 1, 2017, 4:51 p.m. UTC | #1
On Fri, Sep 01, 2017 at 04:40:41PM +0200, Thierry Reding wrote:
> From: Thierry Reding <treding@nvidia.com>
> 
> The callback is named .atomic_check, not .atomc_check.
> 
> Signed-off-by: Thierry Reding <treding@nvidia.com>

For the series
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>

> ---
>  include/drm/drm_modeset_helper_vtables.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/drm/drm_modeset_helper_vtables.h b/include/drm/drm_modeset_helper_vtables.h
> index c55cf3ff6847..16646c44b7df 100644
> --- a/include/drm/drm_modeset_helper_vtables.h
> +++ b/include/drm/drm_modeset_helper_vtables.h
> @@ -314,7 +314,7 @@ struct drm_crtc_helper_funcs {
>  	 * implementation in drm_atomic_helper_check().
>  	 *
>  	 * When using drm_atomic_helper_check_planes() this hook is called
> -	 * after the &drm_plane_helper_funcs.atomc_check hook for planes, which
> +	 * after the &drm_plane_helper_funcs.atomic_check hook for planes, which
>  	 * allows drivers to assign shared resources requested by planes in this
>  	 * callback here. For more complicated dependencies the driver can call
>  	 * the provided check helpers multiple times until the computed state
> -- 
> 2.13.3
> 
> _______________________________________________
> dri-devel mailing list
> dri-devel@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/dri-devel
Thierry Reding Sept. 1, 2017, 7:03 p.m. UTC | #2
On Fri, Sep 01, 2017 at 07:51:41PM +0300, Ville Syrjälä wrote:
> On Fri, Sep 01, 2017 at 04:40:41PM +0200, Thierry Reding wrote:
> > From: Thierry Reding <treding@nvidia.com>
> > 
> > The callback is named .atomic_check, not .atomc_check.
> > 
> > Signed-off-by: Thierry Reding <treding@nvidia.com>
> 
> For the series
> Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>

Applied to drm-misc-next, thanks.

Thierry
diff mbox

Patch

diff --git a/include/drm/drm_modeset_helper_vtables.h b/include/drm/drm_modeset_helper_vtables.h
index c55cf3ff6847..16646c44b7df 100644
--- a/include/drm/drm_modeset_helper_vtables.h
+++ b/include/drm/drm_modeset_helper_vtables.h
@@ -314,7 +314,7 @@  struct drm_crtc_helper_funcs {
 	 * implementation in drm_atomic_helper_check().
 	 *
 	 * When using drm_atomic_helper_check_planes() this hook is called
-	 * after the &drm_plane_helper_funcs.atomc_check hook for planes, which
+	 * after the &drm_plane_helper_funcs.atomic_check hook for planes, which
 	 * allows drivers to assign shared resources requested by planes in this
 	 * callback here. For more complicated dependencies the driver can call
 	 * the provided check helpers multiple times until the computed state