From c7986febf276c2439fc476af09c301f37e7dbc67 Mon Sep 17 00:00:00 2001 From: Pierre-Eric Pelloux-Prayer Date: Tue, 24 Nov 2020 11:29:35 +0100 Subject: [PATCH] gallium: update fallthrough comments Reviewed-by: Kristian H. Kristensen Part-of: --- src/gallium/frontends/dri/dri2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/frontends/dri/dri2.c b/src/gallium/frontends/dri/dri2.c index 0c0168497a2..2f4454a1b60 100644 --- a/src/gallium/frontends/dri/dri2.c +++ b/src/gallium/frontends/dri/dri2.c @@ -523,7 +523,7 @@ dri2_allocate_textures(struct dri_context *ctx, if (!screen->auto_fake_front) { continue; /* invalid attachment */ } - /* fallthrough */ + FALLTHROUGH; case __DRI_BUFFER_FAKE_FRONT_LEFT: statt = ST_ATTACHMENT_FRONT_LEFT; break;