Re: [PATCH RESEND][next] rtl8xxxu: Fix fall-through warnings for Clang

From: Jes Sorensen
Date: Sat Apr 17 2021 - 14:30:56 EST


On 4/17/21 1:52 PM, Kalle Valo wrote:
> "Gustavo A. R. Silva" <gustavoars@xxxxxxxxxx> wrote:
>
>> In preparation to enable -Wimplicit-fallthrough for Clang, fix
>> multiple warnings by replacing /* fall through */ comments with
>> the new pseudo-keyword macro fallthrough; instead of letting the
>> code fall through to the next case.
>>
>> Notice that Clang doesn't recognize /* fall through */ comments as
>> implicit fall-through markings.
>>
>> Link: https://github.com/KSPP/linux/issues/115
>> Signed-off-by: Gustavo A. R. Silva <gustavoars@xxxxxxxxxx>
>
> Patch applied to wireless-drivers-next.git, thanks.
>
> bf3365a856a1 rtl8xxxu: Fix fall-through warnings for Clang
>

Sorry this junk patch should not have been applied.

Jes