summaryrefslogtreecommitdiff
path: root/src/sna/gen8_render.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sna/gen8_render.c')
-rw-r--r--src/sna/gen8_render.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/sna/gen8_render.c b/src/sna/gen8_render.c
index 5d09c2cc..0955f90e 100644
--- a/src/sna/gen8_render.c
+++ b/src/sna/gen8_render.c
@@ -2405,7 +2405,7 @@ gen8_render_composite(struct sna *sna,
case 0:
if (!gen4_channel_init_solid(sna, &tmp->src, 0))
goto cleanup_dst;
- /* fall through to fixup */
+ /* fall through */
case 1:
/* Did we just switch rings to prepare the source? */
if (mask == NULL &&
@@ -2461,7 +2461,7 @@ gen8_render_composite(struct sna *sna,
case 0:
if (!gen4_channel_init_solid(sna, &tmp->mask, 0))
goto cleanup_src;
- /* fall through to fixup */
+ /* fall through */
case 1:
if (!gen8_composite_channel_convert(&tmp->mask))
goto cleanup_mask;
@@ -2696,7 +2696,7 @@ gen8_render_composite_spans(struct sna *sna,
case 0:
if (!gen4_channel_init_solid(sna, &tmp->base.src, 0))
goto cleanup_dst;
- /* fall through to fixup */
+ /* fall through */
case 1:
if (!gen8_composite_channel_convert(&tmp->base.src))
goto cleanup_src;