[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <cover.1585264062.git.gustavo@embeddedor.com>
Date: Thu, 26 Mar 2020 18:23:22 -0500
From: "Gustavo A. R. Silva" <gustavo@...eddedor.com>
To: Geert Uytterhoeven <geert@...ux-m68k.org>,
"Gustavo A. R. Silva" <gustavo@...eddedor.com>
Cc: linux-m68k@...ts.linux-m68k.org, linux-kernel@...r.kernel.org
Subject: [PATCH 0/2][next] m68k: amiga: config: Use flexible-array member and
mark expected switch fall-through
mark expected switch fall-through
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Cc: linux-m68k@...ts.linux-m68k.org, linux-kernel@...r.kernel.org
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
Powered by blists - more mailing lists