qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v2 15/19] dev-wacom: convert init to realize


From: Gonglei (Arei)
Subject: Re: [Qemu-devel] [PATCH v2 15/19] dev-wacom: convert init to realize
Date: Fri, 19 Sep 2014 06:05:46 +0000

Hi,

> From: Gerd Hoffmann [mailto:address@hidden
> Sent: Friday, September 19, 2014 2:02 PM
> Subject: Re: [PATCH v2 15/19] dev-wacom: convert init to realize
> 
> 
> >  static const VMStateDescription vmstate_usb_wacom = {
> > @@ -357,7 +356,7 @@ static void usb_wacom_class_init(ObjectClass *klass,
> void *data)
> >
> >      uc->product_desc   = "QEMU PenPartner Tablet";
> >      uc->usb_desc       = &desc_wacom;
> > -    uc->init           = usb_wacom_initfn;
> > +    uc->realize           = usb_wacom_realize;
> >      uc->handle_reset   = usb_wacom_handle_reset;
> >      uc->handle_control = usb_wacom_handle_control;
> >      uc->handle_data    = usb_wacom_handle_data;
> 
> The new line isn't aligned with the others (here and in lots of other
> patches too).
> 
OK. I will check and fix them shortly. Thanks!

Best regards,
-Gonglei

> cheers,
>   Gerd
> 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]