[Intel-gfx] [PATCH 2/2] drm: Add kernel-doc for drm_crtc_commit_get/put

2016-12-22 Thread kbuild test robot
Hi Daniel, [auto build test ERROR on drm/drm-next] [also build test ERROR on v4.9 next-20161221] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Daniel-Vetter/drm-refernce-count-event-completion/

[PATCH 2/2] drm: Add kernel-doc for drm_crtc_commit_get/put

2016-12-21 Thread Daniel Vetter
I was lazy, rectify that! Also align with drm_atomic_state_get/put for ocd. Signed-off-by: Daniel Vetter --- drivers/gpu/drm/drm_atomic.c | 9 ++--- include/drm/drm_atomic.h | 21 - 2 files changed, 22 insertions(+), 8 deletions(-) diff --git a/drivers/gpu/drm/drm_a