On Thu, May 10, 2012 at 2:10 PM, Gerd Hoffmann <kra...@redhat.com> 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 multiplication sign and suggests to surround it by spaces from both sides. -- Thanks. -- Max