drm/atomic-helpers: Fix documentation typos and wrong copy&paste
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Mon, 23 Feb 2015 00:50:23 +0000 (02:50 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 23 Feb 2015 10:19:36 +0000 (11:19 +0100)
commit7f50002fc602ba7870df554f91a76434c9404f5d
tree325509caec7037c6f472ae4e5fa2beeb24538cb4
parent498b8738485ab1a327163f771953f32cf35ca3b5
drm/atomic-helpers: Fix documentation typos and wrong copy&paste

The kerneldoc blocks for the drm_atomic_helper_*_set_property()
functions seem to have been copied from the plane disable handler
without being properly updated. Fix them.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/drm_atomic_helper.c