Re: [PATCH][next] bpf: verifier: Use fallthrough pseudo-keyword

From: Yonghong Song
Date: Fri Oct 02 2020 - 22:42:08 EST




On 10/2/20 4:42 PM, Gustavo A. R. Silva wrote:
Replace /* fallthrough */ comments 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>

Acked-by: Yonghong Song <yhs@xxxxxx>