drm/i915: Rename request->list to link for consistency
authorChris Wilson <chris@chris-wilson.co.uk>
Thu, 4 Aug 2016 06:52:33 +0000 (07:52 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Thu, 4 Aug 2016 07:09:23 +0000 (08:09 +0100)
commitefdf7c0605ba0eeab1a002c43a84f959099aa8f0
tree604574ea7a984e7320e8a84bbc146c33dd12386c
parent8cac6f6c415bcd559db2f5c05c1bd76d7e378f67
drm/i915: Rename request->list to link for consistency

We use "list" to denote the list and "link" to denote an element on that
list. Rename request->list to match this idiom.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1470293567-10811-14-git-send-email-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/i915_debugfs.c
drivers/gpu/drm/i915/i915_gem.c
drivers/gpu/drm/i915/i915_gem_request.c
drivers/gpu/drm/i915/i915_gem_request.h
drivers/gpu/drm/i915/i915_gpu_error.c
drivers/gpu/drm/i915/intel_ringbuffer.c
This page took 0.025886 seconds and 5 git commands to generate.