Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 374887ba authored by Masanari Iida's avatar Masanari Iida Committed by Daniel Vetter
Browse files

drm/i915: Fix warnings while make xmldocs caused by intel_lrc.c



This patch fix following warnings while "make xmldocs".
.//drivers/gpu/drm/i915/intel_lrc.c:780: warning: No description
found for parameter 'req'
.//drivers/gpu/drm/i915/intel_lrc.c:780: warning: Excess function
 parameter 'request' description in 'intel_logical_ring_begin'
.//drivers/gpu/drm/i915/intel_lrc.c:780: warning: Excess function
 parameter 'ctx' description in 'intel_logical_ring_begin'

Signed-off-by: default avatarMasanari Iida <standby24x7@gmail.com>
Signed-off-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
parent e84fe803
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -802,8 +802,7 @@ static int logical_ring_prepare(struct drm_i915_gem_request *req, int bytes)
/**
 * intel_logical_ring_begin() - prepare the logical ringbuffer to accept some commands
 *
 * @request: The request to start some new work for
 * @ctx: Logical ring context whose ringbuffer is being prepared.
 * @req: The request to start some new work for
 * @num_dwords: number of DWORDs that we plan to write to the ringbuffer.
 *
 * The ringbuffer might not be ready to accept the commands right away (maybe it needs to