[PATCH 0/2][next] m68k: amiga: config: Use flexible-array member and mark expected switch fall-through
From: Gustavo A. R. Silva
Date: Thu Mar 26 2020 - 19:19:50 EST
mark expected switch fall-through
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Cc: linux-m68k@xxxxxxxxxxxxxxxxxxxx, linux-kernel@xxxxxxxxxxxxxxx
Hi,
This series aims to replace a zero-length array with a flexible-array
member and mark a switch case where we are expecting to fall through.
This also coverts some /* fall through */ comments to the new
pseudo-keyword fallthrough;
Building: allmodconfig m68k
Thanks
Gustavo A. R. Silva (2):
[next] m68k: amiga: config: Replace zero-length array with
flexible-array member
[next] m68k: amiga: config: Mark expected switch fall-through
arch/m68k/amiga/config.c | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
--
2.26.0