drm/i915: Fix i915_switch_context() argument name in kerneldoc
authorDamien Lespiau <damien.lespiau@intel.com>
Mon, 3 Mar 2014 23:57:24 +0000 (23:57 +0000)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 5 Mar 2014 20:30:41 +0000 (21:30 +0100)
While reading some code, out of boredom, stumbled on a tiny tiny fix.

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_gem_context.c

index d194f5084edfa48d57bb237ede9221a4ae610fbc..ce41cff843466291582aeaed583ded996fba213c 100644 (file)
@@ -758,7 +758,7 @@ unpin_out:
  * i915_switch_context() - perform a GPU context switch.
  * @ring: ring for which we'll execute the context switch
  * @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
  * decremented by 1 and create and destroy. If the context is in use by the GPU,
This page took 0.028454 seconds and 5 git commands to generate.