drm/i915/uc: Trivial s/dev_priv/i915 in intel_uc.c
authorMichal Wajdeczko <[email protected]>
Fri, 25 May 2018 12:18:58 +0000 (12:18 +0000)
committerChris Wilson <[email protected]>
Fri, 25 May 2018 19:28:54 +0000 (20:28 +0100)
commit8f1ad1ef1e7ac916a0b344e5e473f52b9159fc87
treeaa274c42409d17c30e57fed58ba9c11c191f9766
parent2b5b63126ef4037a576bc8f9954629dc22274ad2
drm/i915/uc: Trivial s/dev_priv/i915 in intel_uc.c

Some functions already use i915 name instead of dev_priv.
Let's rename this param in all remaining functions, except
those that still use legacy macros.

v2: don't forget about function descriptions (Sagar)
v3: rebased
v4: rebased
v5: rebased, pulled out from the series

Signed-off-by: Michal Wajdeczko <[email protected]>
Reviewed-by: Sagar Arun Kamble <[email protected]>
Cc: Chris Wilson <[email protected]>
Signed-off-by: Chris Wilson <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
drivers/gpu/drm/i915/intel_uc.c