Re: [PATCH] mmc: core: annotate implicit fall through

2019-01-21 Thread Ulf Hansson
On Mon, 14 Jan 2019 at 21:42, Mathieu Malaterre wrote: > > There is a plan to build the kernel with -Wimplicit-fallthrough and > this place in the code produced a warning (W=1). > > In this particular case rewrote the comment to start with the string "fall > through", so as to match the regular ex

Re: [PATCH] mmc: core: annotate implicit fall through

2019-01-14 Thread Gustavo A. R. Silva
On 1/14/19 2:42 PM, Mathieu Malaterre wrote: There is a plan to build the kernel with -Wimplicit-fallthrough and this place in the code produced a warning (W=1). In this particular case rewrote the comment to start with the string "fall through", so as to match the regular expression expected

[PATCH] mmc: core: annotate implicit fall through

2019-01-14 Thread Mathieu Malaterre
There is a plan to build the kernel with -Wimplicit-fallthrough and this place in the code produced a warning (W=1). In this particular case rewrote the comment to start with the string "fall through", so as to match the regular expression expected by GCC. Truncate the comment slightly to fit the