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

2020-08-27 Thread Gustavo A. R. Silva
Hi all, Friendly ping: who can take this? Thanks -- Gustavo On 7/24/20 17:10, 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][next] media: Use fallthrough pseudo-keyword

2020-07-29 Thread Sakari Ailus
Hi Gustavo, On Fri, Jul 24, 2020 at 05:10:14PM -0500, 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.ker