Re: [PATCH 141/141] Input: libps2 - Fix fall-through warnings for Clang

From: Gustavo A. R. Silva
Date: Tue Nov 24 2020 - 09:44:47 EST


On Sun, Nov 22, 2020 at 10:16:05PM -0800, Dmitry Torokhov wrote:
> On Fri, Nov 20, 2020 at 12:41:12PM -0600, Gustavo A. R. Silva wrote:
> > In preparation to enable -Wimplicit-fallthrough for Clang, fix a
> > warning by replacing a /* Fall through */ comment with the new
> > pseudo-keyword macro fallthrough.
> >
> > 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>
>
> Applied, thank you.

Thank you, Dmitry.
--
Gustavo