Re: [PATCH v2] ALSA: Use fallthrough pseudo-keyword

From: Takashi Iwai
Date: Thu Jul 09 2020 - 07:17:43 EST


On Wed, 08 Jul 2020 22:32:36 +0200,
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
>
> Signed-off-by: Gustavo A. R. Silva <gustavoars@xxxxxxxxxx>
> ---
> Changes in v2:
> - Remove unnecessary fall-through comment.

Applied now.

But I still see a few die-hard ones in other places than sound/soc, so
I'll convert them, too. Will submit another patches.


thanks,

Takashi