mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
hw/sd: drop extra whitespace in sdhci_sysbus_realize() header
Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com> Reviewed-by: Eric Blake <eblake@redhat.com> Message-Id: <20191205174635.18758-16-vsementsov@virtuozzo.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com>
This commit is contained in:
committed by
Markus Armbruster
parent
547d645908
commit
1019388c82
+1
-1
@@ -1459,7 +1459,7 @@ static void sdhci_sysbus_finalize(Object *obj)
|
||||
sdhci_uninitfn(s);
|
||||
}
|
||||
|
||||
static void sdhci_sysbus_realize(DeviceState *dev, Error ** errp)
|
||||
static void sdhci_sysbus_realize(DeviceState *dev, Error **errp)
|
||||
{
|
||||
SDHCIState *s = SYSBUS_SDHCI(dev);
|
||||
SysBusDevice *sbd = SYS_BUS_DEVICE(dev);
|
||||
|
||||
Reference in New Issue
Block a user