Re: [PATCH] usbip: Use fallthrough pseudo-keyword
From: Shuah Khan
Date: Tue Jul 07 2020 - 16:06:31 EST
On 7/7/20 1:52 PM, Gustavo A. R. Silva wrote:
Replace the existing /* fall through */ comments and its variants with
the new pseudo-keyword macro fallthrough[1]. Also, remove unnecessary
fall-through markings when it is the case.
[1] https://www.kernel.org/doc/html/latest/process/deprecated.html?highlight=fallthrough#implicit-switch-case-fall-through
Is fallthrough syntax supported on our min gcc version?
Does checkpatch or coccicheck catch these cases?
The patch looks good.
Acked-by: Shuah Khan <skhan@xxxxxxxxxxxxxxxxxxx>
thanks,
-- Shuah