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

drm/doc: Fix missing @ctx documentation

Forgot to add this :(

Fixes: 1931529448bc ("drm: Add acquire ctx parameter to ->plane_disable")
Cc: Harry Wentland <harry.wentland@amd.com>
Reviewed-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/20170413074007.7620-1-daniel.vetter@ffwll.ch

+1
+1
drivers/gpu/drm/drm_plane_helper.c
··· 381 381 /** 382 382 * drm_primary_helper_disable() - Helper for primary plane disable 383 383 * @plane: plane to disable 384 + * @ctx: lock acquire context, not used here 384 385 * 385 386 * Provides a default plane disable handler for primary planes. This is handler 386 387 * is called in response to a userspace SetPlane operation on the plane with a