diff options
author | Gustavo A. R. Silva <gustavoars@kernel.org> | 2021-03-05 03:48:50 -0600 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2021-04-17 20:51:38 +0300 |
commit | bf3365a856a19ac6b96973dbf17069e0e5013e28 (patch) | |
tree | 5ba849ec40db2312e67eb8e2a1a544fc29fd9d78 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | a381b78a1598dde34a6e40dae2842024308a6ef2 (diff) |
rtl8xxxu: Fix fall-through warnings for Clang
In preparation to enable -Wimplicit-fallthrough for Clang, fix
multiple warnings by replacing /* fall through */ comments with
the new pseudo-keyword macro fallthrough; instead of letting the
code fall through to the next case.
Notice that Clang doesn't recognize /* fall through */ comments as
implicit fall-through markings.
Link: https://github.com/KSPP/linux/issues/115
Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/20210305094850.GA141221@embeddedor
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions