drm/i915/gt: Replace unnecessary ',' with '; '
authorChris Wilson <chris@chris-wilson.co.uk>
Fri, 22 Jan 2021 19:29:11 +0000 (19:29 +0000)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 24 Mar 2021 18:30:35 +0000 (19:30 +0100)
commit70b0f07770ea7b2949b47b6b8d22c0ad8d533d96
treefb86e6e137bc81c9acf6b3f436b070b1678afbbc
parent512114178eb970d2759bb0ba90f5e5feda75283d
drm/i915/gt: Replace unnecessary ',' with '; '

Checkpatch spotted a couple of commas where we can use the more common
';', and so not worry about the subtle implications of sequence points.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Michal Wajdeczko <michal.wajdeczko@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210122192913.4518-8-chris@chris-wilson.co.uk
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/gt/gen6_ppgtt.h
drivers/gpu/drm/i915/gt/intel_region_lmem.c