Re: [PATCH] watchdog: wafer5823wdt: Mark expected switch fall-through

From: Gustavo A. R. Silva
Date: Tue Mar 27 2018 - 17:14:33 EST




On 03/27/2018 04:05 PM, Guenter Roeck wrote:
On 03/27/2018 12:33 PM, Gustavo A. R. Silva wrote:
In preparation to enabling -Wimplicit-fallthrough, mark switch cases
where we are expecting to fall through.

Notice that in this particular case I replaced "Fall" with a proper
"Fall through" comment, which is what GCC is expecting to find.

Signed-off-by: Gustavo A. R. Silva <gustavo@xxxxxxxxxxxxxx>

Reviewed-by: Guenter Roeck <linux@xxxxxxxxxxxx>


Thanks, Guenter.
--
Gustavo