[U-Boot] [PATCH] usb: fix wait_ms declaration
Magnus Lilja
lilja.magnus at gmail.com
Sat Dec 13 21:35:58 CET 2008
2008/12/13 Wolfgang Denk <wd at denx.de>:
> Dear Jean-Christophe PLAGNIOL-VILLARD,
>
> In message <1229198787-24017-1-git-send-email-plagnioj at jcrosoft.com> you wrote:
> ...
>> +static void __inline__ wait_ms(unsigned long ms)
>> +{
>> + while(ms-->0)
>
> White space before and after the '>', please.
And white space between while and '(' I assume.
Regards, Magnus
More information about the U-Boot
mailing list