Re: [PATCH] usbip: Use fallthrough pseudo-keyword

2020-07-08 Thread Gustavo A. R. Silva
On Tue, Jul 07, 2020 at 02:06:26PM -0600, Shuah Khan wrote: > On 7/7/20 1:52 PM, 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 c

Re: [PATCH] usbip: Use fallthrough pseudo-keyword

2020-07-08 Thread Shuah Khan
On 7/8/20 9:39 AM, Joe Perches wrote: On 2020-07-08 07:35, Shuah Khan wrote: On 7/7/20 7:56 PM, Joe Perches wrote: On Tue, 2020-07-07 at 14:06 -0600, Shuah Khan wrote: On 7/7/20 1:52 PM, Gustavo A. R. Silva wrote: Replace the existing /* fall through */ comments and its variants with the new

Re: [PATCH] usbip: Use fallthrough pseudo-keyword

2020-07-08 Thread Joe Perches
On 2020-07-08 07:35, Shuah Khan wrote: On 7/7/20 7:56 PM, Joe Perches wrote: On Tue, 2020-07-07 at 14:06 -0600, Shuah Khan wrote: On 7/7/20 1:52 PM, Gustavo A. R. Silva wrote: Replace the existing /* fall through */ comments and its variants with the new pseudo-keyword macro fallthrough[1]. Al

Re: [PATCH] usbip: Use fallthrough pseudo-keyword

2020-07-08 Thread Shuah Khan
On 7/8/20 4:16 AM, Julia Lawall wrote: On Tue, 7 Jul 2020, Joe Perches wrote: On Tue, 2020-07-07 at 14:06 -0600, Shuah Khan wrote: On 7/7/20 1:52 PM, Gustavo A. R. Silva wrote: Replace the existing /* fall through */ comments and its variants with the new pseudo-keyword macro fallthrough[1]

Re: [PATCH] usbip: Use fallthrough pseudo-keyword

2020-07-08 Thread Shuah Khan
On 7/7/20 7:56 PM, Joe Perches wrote: On Tue, 2020-07-07 at 14:06 -0600, Shuah Khan wrote: On 7/7/20 1:52 PM, 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 mark

Re: [PATCH] usbip: Use fallthrough pseudo-keyword

2020-07-08 Thread Julia Lawall
On Tue, 7 Jul 2020, Joe Perches wrote: > On Tue, 2020-07-07 at 14:06 -0600, Shuah Khan wrote: > > On 7/7/20 1:52 PM, Gustavo A. R. Silva wrote: > > > Replace the existing /* fall through */ comments and its variants with > > > the new pseudo-keyword macro fallthrough[1]. Also, remove unnecessar

Re: [PATCH] usbip: Use fallthrough pseudo-keyword

2020-07-07 Thread Joe Perches
On Tue, 2020-07-07 at 14:06 -0600, Shuah Khan wrote: > On 7/7/20 1:52 PM, 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. >

Re: [PATCH] usbip: Use fallthrough pseudo-keyword

2020-07-07 Thread Shuah Khan
On 7/7/20 1:52 PM, 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.htm

[PATCH] usbip: Use fallthrough pseudo-keyword

2020-07-07 Thread Gustavo A. R. Silva
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-fal