s390x/ccw: fix oddity in machine class init
commitfb85b34da77cba6e255830e7a49447d3c7ef74f0
authorCornelia Huck <cornelia.huck@de.ibm.com>
Wed, 3 Dec 2014 14:38:28 +0000 (3 15:38 +0100)
committerCornelia Huck <cornelia.huck@de.ibm.com>
Mon, 12 Jan 2015 09:14:04 +0000 (12 10:14 +0100)
treee26819f9c28d181759b1e225aba5c3dc41499162
parent64ea8038ffbf703dcd438a108d2d5499c8ff95d9
s390x/ccw: fix oddity in machine class init

ccw_machine_class_init() uses ',' instead of ';' while initializing
the class' fields. This is almost certainly a copy/paste error and,
while legal C, rather on the unusual side. Just use ';' everywhere.

Reviewed-by: Thomas Huth <thuth@linux.vnet.ibm.com>
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Signed-off-by: Jens Freimann <jfrei@linux.vnet.ibm.com>
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
hw/s390x/s390-virtio-ccw.c