Hi,

> From: Gerd Hoffmann [mailto:kra...@redhat.com]
> 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