commit | 5e619d73e6797ed9f2554a1bf996d52d8c91ca50 | [log] [tgz] |
---|---|---|
author | Gustavo A. R. Silva <gustavoars@kernel.org> | Mon Jul 27 12:55:26 2020 -0500 |
committer | David S. Miller <davem@davemloft.net> | Mon Jul 27 13:14:10 2020 -0700 |
tree | d55a1d9e14a6cb7ac25d7e0c0061eb90f2a21661 | |
parent | a02d26fe48f580ba1e9f88ad6f22aae9a6eca0db [diff] |
net/mlx4: 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/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: David S. Miller <davem@davemloft.net>