]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
drm/vtables: Fix typo
authorThierry Reding <treding@nvidia.com>
Fri, 1 Sep 2017 14:40:41 +0000 (16:40 +0200)
committerThierry Reding <treding@nvidia.com>
Fri, 1 Sep 2017 17:50:24 +0000 (19:50 +0200)
The callback is named .atomic_check, not .atomc_check.

Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20170901144042.6023-1-thierry.reding@gmail.com
include/drm/drm_modeset_helper_vtables.h

index c55cf3ff68477b8b6e0009a8c54e5b33238df9d5..16646c44b7df715c93a1e59cbc3aacc70c25d9c9 100644 (file)
@@ -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