Re: [PATCH][next] greybus: Use fallthrough pseudo-keyword

2020-08-05 Thread Johan Hovold
On Wed, Aug 05, 2020 at 08:14:47AM -0500, Alex Elder wrote: > On 7/28/20 5:37 PM, Alex Elder wrote: > > On 7/27/20 1:32 PM, Gustavo A. R. Silva wrote: > >> Replace the existing /* fall through */ comments and its variants with > >> the new pseudo-keyword macro fallthrough[1]. > >> > >> [1] > >> ht

Re: [PATCH][next] greybus: Use fallthrough pseudo-keyword

2020-08-05 Thread Alex Elder
On 7/28/20 5:37 PM, Alex Elder wrote: > On 7/27/20 1:32 PM, Gustavo A. R. Silva wrote: >> Replace the existing /* fall through */ comments and its variants with >> the new pseudo-keyword macro fallthrough[1]. >> >> [1] >> https://www.kernel.org/doc/html/v5.7/process/deprecated.html?highlight=fallt

Re: [PATCH][next] greybus: Use fallthrough pseudo-keyword

2020-07-28 Thread Joe Perches
On Tue, 2020-07-28 at 17:37 -0500, Alex Elder wrote: > On 7/27/20 1:32 PM, Gustavo A. R. Silva wrote: > > Replace the existing /* fall through */ comments and its variants with > > the new pseudo-keyword macro fallthrough[1]. > > > > [1] > > https://www.kernel.org/doc/html/v5.7/process/deprecated

Re: [PATCH][next] greybus: Use fallthrough pseudo-keyword

2020-07-28 Thread Alex Elder
On 7/27/20 1:32 PM, Gustavo A. R. Silva wrote: Replace the existing /* fall through */ comments and its variants with the new pseudo-keyword macro fallthrough[1]. [1] https://www.kernel.org/doc/html/v5.7/process/deprecated.html?highlight=fallthrough#implicit-switch-case-fall-through Thanks fo