Re: [PATCH 07/61] misc: convert utilities to use "fallthrough;"
From: Eric Sandeen <hidden> Date: 2021-10-01 19:10:19
On 9/15/21 6:07 PM, Darrick J. Wong wrote:
From: Darrick J. Wong <djwong@kernel.org>
Now that we have a macro to virtualize switch statement fallthroughs for
lazy compiler linters, we might as well spread it elsewhere.
Signed-off-by: Darrick J. Wong <djwong@kernel.org>