[U-Boot] [PATCH] imx: fix coding style
Stefan Roese
sr at denx.de
Thu Oct 13 17:23:14 CEST 2011
On Thursday 13 October 2011 17:17:03 Fabio Estevam wrote:
> > This style for multiline comments is wrong. Please fix it.
>
> After applying the patch I read:
>
> /* "time" is measured in 1 / CONFIG_SYS_HZ seconds,
> * "tick" is internal timer period
> */
>
> Could you please let me know what is the error?
It should be:
/*
* "time" is measured in 1 / CONFIG_SYS_HZ seconds,
* "tick" is internal timer period
*/
instead.
Cheers,
Stefan
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-0 Fax: (+49)-8142-66989-80 Email: office at denx.de
More information about the U-Boot
mailing list