mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 08:43:55 -06: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:
parent
547d645908
commit
1019388c82
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue