Re: [Qemu-devel] checkpatch issue

2012-05-10 Thread Jim Meyering
Gerd Hoffmann wrote: > anyone can explain what checkpatch tries to tell me here? > > ERROR: need consistent spacing around '*' (ctx:WxV) > #11: FILE: hw/usb/hcd-ehci.c:1398: > +static int ehci_execute(EHCIPacket *p) Hi Gerd, When I add that line to that file, creating the patch below, checkpatch d

Re: [Qemu-devel] checkpatch issue

2012-05-10 Thread Max Filippov
On Thu, May 10, 2012 at 2:10 PM, Gerd Hoffmann wrote: >  Hi, > > anyone can explain what checkpatch tries to tell me here? > > ERROR: need consistent spacing around '*' (ctx:WxV) > #11: FILE: hw/usb/hcd-ehci.c:1398: > +static int ehci_execute(EHCIPacket *p) I guess that it takes asterisk for mult

[Qemu-devel] checkpatch issue

2012-05-10 Thread Gerd Hoffmann
Hi, anyone can explain what checkpatch tries to tell me here? ERROR: need consistent spacing around '*' (ctx:WxV) #11: FILE: hw/usb/hcd-ehci.c:1398: +static int ehci_execute(EHCIPacket *p) thanks, Gerd