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:

committed by
Martin Schwidefsky

parent
496e59cc48
commit
0b92515916
@@ -309,7 +309,7 @@ __init const struct attribute_group **cpumf_cf_event_group(void)
|
||||
default:
|
||||
model = NULL;
|
||||
break;
|
||||
};
|
||||
}
|
||||
|
||||
if (!model)
|
||||
goto out;
|
||||
|
Reference in New Issue
Block a user