From 04527412e391c301cdb9eadb887577d26def4267 Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Fri, 21 Jan 2022 10:05:59 -0500 Subject: [PATCH] Follow the Linux kernel's lead on "fallthrough" The pseudo keyword 'fallthrough' is defined such that case statement blocks must end with any of these keywords: * break; * fallthrough; * continue; * goto