aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Roper <[email protected]>2015-01-13 08:55:00 -0800
committerDaniel Vetter <[email protected]>2015-01-13 23:27:10 +0100
commitcd52471999ef08bca35568525c1d85d883ffedb6 (patch)
tree2d5b4b0e100c56fd89d913f0b297d7fcf2e0a504
parent1d83d957e621f160dfe0f08194e9c2fdd5fa7f3e (diff)
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 <[email protected]> Signed-off-by: Daniel Vetter <[email protected]>
-rw-r--r--drivers/gpu/drm/i915/intel_atomic_plane.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/intel_atomic_plane.c b/drivers/gpu/drm/i915/intel_atomic_plane.c
index e7425d6ca36f..5488efef1837 100644
--- a/drivers/gpu/drm/i915/intel_atomic_plane.c
+++ b/drivers/gpu/drm/i915/intel_atomic_plane.c
@@ -22,7 +22,7 @@
*/
/**
- * DOC: atomic plane helper support
+ * DOC: atomic plane helpers
*
* The functions here are used by the atomic plane helper functions to
* implement legacy plane updates (i.e., drm_plane->update_plane() and
@@ -67,6 +67,7 @@ intel_plane_duplicate_state(struct drm_plane *plane)
/**
* intel_plane_destroy_state - destroy plane state
* @plane: drm plane
+ * @state: state object to destroy
*
* Destroys the plane state (both common and Intel-specific) for the
* specified plane.