aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/exported-sql-viewer.py
diff options
context:
space:
mode:
authorSean Christopherson <[email protected]>2020-02-18 15:40:10 -0800
committerPaolo Bonzini <[email protected]>2020-05-27 13:11:07 -0400
commit7cb85fc465fdb91e88eff02b496150b1270952cf (patch)
tree4b49af3ba1da688007aa73ba5b2aa369e34f3b81 /tools/perf/scripts/python/exported-sql-viewer.py
parentdf2a69af85bef169ab6810cc57f6b6b943941e7e (diff)
KVM: x86: Remove superfluous brackets from case statement
Remove unnecessary brackets from a case statement that unintentionally encapsulates unrelated case statements in the same switch statement. While technically legal and functionally correct syntax, the brackets are visually confusing and potentially dangerous, e.g. the last of the encapsulated case statements has an undocumented fall-through that isn't flagged by compilers due the encapsulation. Reviewed-by: Vitaly Kuznetsov <[email protected]> Signed-off-by: Sean Christopherson <[email protected]> Message-Id: <[email protected]> Signed-off-by: Paolo Bonzini <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions