diff options
author | 2018-01-29 16:12:30 +0100 | |
---|---|---|
committer | 2018-03-14 19:21:16 +0000 | |
commit | 4ed8773b5055363f1666345dd5ae5af12c7c6268 (patch) | |
tree | c980518d66394479e19ab8fe9b478e9e5738b3a0 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | KVM: s390: add exit io request stats and simplify code (diff) | |
download | wireguard-linux-4ed8773b5055363f1666345dd5ae5af12c7c6268.tar.xz wireguard-linux-4ed8773b5055363f1666345dd5ae5af12c7c6268.zip |
KVM: s390: fix fallthrough annotation
A case statement in kvm_s390_shadow_tables uses fallthrough annotations
which are not recognized by gcc because they are hidden within a block.
Move these annotations out of the block to fix (W=1) warnings like below:
arch/s390/kvm/gaccess.c: In function 'kvm_s390_shadow_tables':
arch/s390/kvm/gaccess.c:1029:26: warning: this statement may fall through [-Wimplicit-fallthrough=]
case ASCE_TYPE_REGION1: {
^
Signed-off-by: Sebastian Ott <sebott@linux.vnet.ibm.com>
Reviewed-by: Cornelia Huck <cohuck@redhat.com>
Reviewed-by: David Hildenbrand <david@redhat.com>
Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions