
21 May
2009
21 May
'09
10:10 p.m.
Dear Timur Tabi,
In message ed82fe3e0905211257g47d07e52j6072db38c81072a1@mail.gmail.com you wrote:
On Thu, May 21, 2009 at 2:34 PM, Haiying Wang Haiying.Wang@freescale.com wrote:
printf("Warning: The number of MAC address > is greater"
" than MAX_NUM_PORTS, force> it to MAX_NUM_PORTS.\n");
I think you meant to do this:
printf("Warning: The number of MAC address is greater" " than %u, force it to %u.\n", MAX_NUM_PORTS, MAX_NUM_POR> TS);
Actually it should be "number of MAC addresses", i. e. plural.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de
Anyone who isn't confused here doesn't really know what's going on.