Wolfgang Denk wrote:
> Dear Heiko Schocher,
> 
> In message <[EMAIL PROTECTED]> you wrote:
>> The EEprom contains some Manufacturerinformation,
>> which are read from u-boot at boot time, and saved
>> in same Environmentvars.
>>
>> Signed-off-by: Heiko Schocher <[EMAIL PROTECTED]>

[snip]

>> +{
>> +    int xcode = 0;
>> +    BTChar cr = '\r';
>> +    /* Semikolon char */
>> +    BTChar sc = ';';
> 
> Come on. Do we really need variables for these? And do you think that
> "sc" is easier to read or understand than ';'?
> 
> Please drop these.
> 
>> +    /* Number of CR found */
>> +    unsigned long crFound = 0;
>> +    /* Current address */
>> +    unsigned long address = INVENTORYDATAADDRESS;
>> +    /* String length */
>> +    unsigned long strSize = 0;
>> +    /* Number of CR to skip */
>> +    unsigned long nbrOfCR = aType;
>> +    /* Semicolon to end */
>> +    int endWithSemikolon = 0;

Nitpick: s/kolon/colon/ (several places).  The mixture of English and 
German is jarring.

Best regards,
gvb
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to