OSDN Git Service

drm/i915: remove excess line continuation backslashes
authorJani Nikula <jani.nikula@intel.com>
Wed, 14 Nov 2018 11:21:30 +0000 (13:21 +0200)
committerJani Nikula <jani.nikula@intel.com>
Thu, 15 Nov 2018 11:50:03 +0000 (13:50 +0200)
commit05e0b4bf4613dc4238bcdfd2b29521a9656cbb20
tree7aa859ad34a4a8afd1d69b3f0dc8541e4922dc23
parent87b94026ff31b90a382d368123d31b2c4888069b
drm/i915: remove excess line continuation backslashes

While removing .palette_offsets, I removed the commas after
.trans_offsets in the macros, but failed to remove the line continuation
backslashes.

While at it, also remove another extra comma to be in line with the
other related macros.

Fixes: 74c1e826427a ("drm/i915: remove palette_offsets from device info in favor of _PICK()")
Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20181114112130.22264-1-jani.nikula@intel.com
drivers/gpu/drm/i915/i915_pci.c