Hello Wolfgang,

Wolfgang Denk wrote:
> Dear Heiko Schocher,
> 
> In message <1320819979-3861-1-git-send-email...@denx.de> you wrote:
> ...
>> +                    if (count < MAX_PHY)
>> +                            active_phy_addr[j++] = i;
>> +                    else {
>> +                            printf("%s: to much PHYs detected.\n",
>> +                                    __func__);
>> +                            break;
>> +                    }
> 
> Coding Style: if the "else" branch uses braces, the "if" branch shall
> use braces, too.

Hups, you are right, just checked only with checkpatch ... sorry.
Changed!

> Also, please s/too much/too many/  in the printf() above.

Done.

Thanks!

bye,
Heiko
-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to