commit | 8731745e4821b6738189b7ac490cf042fa9f1fe0 | [log] [tgz] |
---|---|---|
author | Gustavo A. R. Silva <gustavoars@kernel.org> | Fri Oct 02 18:42:17 2020 -0500 |
committer | Daniel Borkmann <daniel@iogearbox.net> | Mon Oct 05 15:52:36 2020 +0200 |
tree | 9e6582e47c6cd193a40b1b2920b13eae44f330e1 | |
parent | b75597d8947f842fa525000cf9569c21e7596da9 [diff] |
bpf, verifier: Use fallthrough pseudo-keyword 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@kernel.org> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Acked-by: Yonghong Song <yhs@fb.com> Link: https://lore.kernel.org/bpf/20201002234217.GA12280@embeddedor