drm/i915: Fix kerneldoc for i915 atomic plane code
authorMatt Roper <matthew.d.roper@intel.com>
Tue, 13 Jan 2015 16:55:00 +0000 (08:55 -0800)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 13 Jan 2015 22:27:10 +0000 (23:27 +0100)
commitcd52471999ef08bca35568525c1d85d883ffedb6
tree2d5b4b0e100c56fd89d913f0b297d7fcf2e0a504
parent1d83d957e621f160dfe0f08194e9c2fdd5fa7f3e
drm/i915: Fix kerneldoc for i915 atomic plane code

Description of the 'state' parameter for intel_plane_destroy_state() was
missing and the intel_atomic_plane.c file section heading did not match
drm.tmpl.

Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_atomic_plane.c