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

Commit 96a6f0f1 authored by Damien Lespiau's avatar Damien Lespiau Committed by Daniel Vetter
Browse files

drm/i915: Fix i915_switch_context() argument name in kerneldoc



While reading some code, out of boredom, stumbled on a tiny tiny fix.

Signed-off-by: default avatarDamien Lespiau <damien.lespiau@intel.com>
Signed-off-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
parent 9ad6ce51
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -758,7 +758,7 @@ static int do_switch(struct intel_ring_buffer *ring,
 * i915_switch_context() - perform a GPU context switch.
 * i915_switch_context() - perform a GPU context switch.
 * @ring: ring for which we'll execute the context switch
 * @ring: ring for which we'll execute the context switch
 * @file_priv: file_priv associated with the context, may be NULL
 * @file_priv: file_priv associated with the context, may be NULL
 * @id: context id number
 * @to: the context to switch to
 *
 *
 * The context life cycle is simple. The context refcount is incremented and
 * The context life cycle is simple. The context refcount is incremented and
 * decremented by 1 and create and destroy. If the context is in use by the GPU,
 * decremented by 1 and create and destroy. If the context is in use by the GPU,