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
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
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