s390: remove couple of unneeded semicolons

Remove a couple of unneeded semicolons. This is just to reduce the
noise that the coccinelle static code checker generates.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
This commit is contained in:
Heiko Carstens
2017-01-02 08:51:02 +01:00
committed by Martin Schwidefsky
parent 496e59cc48
commit 0b92515916
5 changed files with 6 additions and 6 deletions

View File

@@ -311,7 +311,7 @@ static int handle_sske(struct kvm_vcpu *vcpu)
if (rc < 0)
return kvm_s390_inject_program_int(vcpu, PGM_ADDRESSING);
start += PAGE_SIZE;
};
}
if (m3 & (SSKE_MC | SSKE_MR)) {
if (m3 & SSKE_MB) {