commit | 70b0f07770ea7b2949b47b6b8d22c0ad8d533d96 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Fri Jan 22 19:29:11 2021 +0000 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Wed Mar 24 19:30:35 2021 +0100 |
tree | fb86e6e137bc81c9acf6b3f436b070b1678afbbc | |
parent | 512114178eb970d2759bb0ba90f5e5feda75283d [diff] |
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>