From b80f7bc89bfdcab601f0ea5c00f657a01b4119e9 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