mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-18 15:42:09 -06:00
hw/usb: rename Error ** parameter to more common errp
Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com> Message-Id: <20191205174635.18758-18-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
e04e332134
commit
a5fee60df2
1 changed files with 1 additions and 1 deletions
|
@ -1342,7 +1342,7 @@ static NetClientInfo net_usbnet_info = {
|
||||||
.cleanup = usbnet_cleanup,
|
.cleanup = usbnet_cleanup,
|
||||||
};
|
};
|
||||||
|
|
||||||
static void usb_net_realize(USBDevice *dev, Error **errrp)
|
static void usb_net_realize(USBDevice *dev, Error **errp)
|
||||||
{
|
{
|
||||||
USBNetState *s = USB_NET(dev);
|
USBNetState *s = USB_NET(dev);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue