spapr: Fix code design style (s/SPAPRMachine/sPAPRMachineState)
commit6ca1502e3694cdb79f7143f700e3dc60a5d73539
authorAlexey Kardashevskiy <aik@ozlabs.ru>
Wed, 25 Jun 2014 04:10:24 +0000 (25 14:10 +1000)
committerAlexander Graf <agraf@suse.de>
Fri, 27 Jun 2014 11:48:25 +0000 (27 13:48 +0200)
treec37abbd28e8b9084c0ce30ecb87dc2882f784a40
parentf6c3ebcc3b117311389bac58cffc4ad7c3016e1c
spapr: Fix code design style (s/SPAPRMachine/sPAPRMachineState)

Every single sPAPR QOM object has small first "s".
Most (not all yet) QOM objects have "State" suffix.

This replaces SPAPRMachine with sPAPRMachineState to conform with QEMU
code style and removes redundant empty line.

Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Signed-off-by: Alexander Graf <agraf@suse.de>
hw/ppc/spapr.c