From 74d65bfcbdf50b7892fd651a4cfa8be1b46ff85d Mon Sep 17 00:00:00 2001 From: Hin-Tak Leung Date: Mon, 27 Apr 2020 01:04:16 +0100 Subject: [PATCH] use the kernel's way of suppressing fallthrough See include/linux/compiler_attributes.h: /* * Add the pseudo keyword 'fallthrough' so case statement blocks * must end with any of these keywords: * break; * fallthrough; * goto