Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/vtables: Fix typo

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

+1 -1
+1 -1
include/drm/drm_modeset_helper_vtables.h
··· 314 314 * implementation in drm_atomic_helper_check(). 315 315 * 316 316 * When using drm_atomic_helper_check_planes() this hook is called 317 - * after the &drm_plane_helper_funcs.atomc_check hook for planes, which 317 + * after the &drm_plane_helper_funcs.atomic_check hook for planes, which 318 318 * allows drivers to assign shared resources requested by planes in this 319 319 * callback here. For more complicated dependencies the driver can call 320 320 * the provided check helpers multiple times until the computed state