mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 09:09:55 -04:00
drm/i915/gt: Add a space before '('
Checkpatch noticed a while(0) and complains about the lack of space. 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-9-chris@chris-wilson.co.uk Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
committed by
Daniel Vetter
parent
70b0f07770
commit
32ce590bdd
@@ -43,7 +43,7 @@ render_state_get_rodata(const struct intel_engine_cs *engine)
|
||||
if ((i) >= PAGE_SIZE / sizeof(u32)) \
|
||||
goto out; \
|
||||
(batch)[(i)++] = (val); \
|
||||
} while(0)
|
||||
} while (0)
|
||||
|
||||
static int render_state_setup(struct intel_renderstate *so,
|
||||
struct drm_i915_private *i915)
|
||||
|
||||
Reference in New Issue
Block a user