Re: [PATCH][next] clk: davinci: Use fallthrough pseudo-keyword

From: David Lechner
Date: Mon Jul 27 2020 - 16:32:59 EST


On 7/27/20 3:11 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

Signed-off-by: Gustavo A. R. Silva <gustavoars@xxxxxxxxxx>

Reviewed-by: David Lechner <david@xxxxxxxxxxxxxx>