Re: [PATCH -next 011/491] ARM/QUALCOMM SUPPORT: Use fallthrough;

From: Joe Perches
Date: Wed Mar 11 2020 - 10:32:34 EST


On Wed, 2020-03-11 at 09:46 +0100, Marc Gonzalez wrote:
> On 11/03/2020 05:51, Joe Perches wrote:
> > Convert the various uses of fallthrough comments to fallthrough;
>
> What is the rationale for such a change?
> Portability to different tool-chains? Something else?

Converting /* fallthrough */ style comments to the pseudo-keyword fallthrough
allows clang 10 and higher to work at finding missing fallthroughs too.