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: [greybus-dev] [PATCH][next] greybus: Use fallthrough pseudo-keyword

2020-07-29 Thread Alex Elder
On 7/29/20 5:51 AM, Viresh Kumar wrote: > On 28-07-20, 17:37, 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/h

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

2020-07-29 Thread Viresh Kumar
On 28-07-20, 17:37, 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

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

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

2020-07-27 Thread Gustavo A. R. Silva
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 Signed-off-by: Gustavo A. R. Silva --- drivers/greybus/es