commit | c4429556646edd7f557e1b6451e0b14b832634d3 | [log] [tgz] |
---|---|---|
author | Gustavo A. R. Silva <gustavoars@kernel.org> | Thu Jul 16 16:23:17 2020 -0500 |
committer | Linus Walleij <linus.walleij@linaro.org> | Mon Jul 20 15:39:31 2020 +0200 |
tree | 90166984cf12744f30dabe55bb18aeac7fd0f1d7 | |
parent | 1586f556ca90668f096284bc12cd3e311f5a04dc [diff] |
pinctrl: single: Use fallthrough pseudo-keyword Replace the existing /* fall through */ comments and its variants with the new pseudo-keyword macro fallthrough[1]. [1] https://www.kernel.org/doc/html/latest/process/deprecated.html?highlight=fallthrough#implicit-switch-case-fall-through Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org> Link: https://lore.kernel.org/r/20200716212317.GA17754@embeddedor Signed-off-by: Linus Walleij <linus.walleij@linaro.org>