Wolfgang Denk wrote:
> Dear Stefano Babic,
> 

Hi Wolfgang,

> 
> Line to long. And please try to stick with a consistent error message
> format.

I see I have too long lines in all patches I have sent. I check this
issue for all of them.

>> +    return  (params->dflag && (params->fflag || params->lflag)) ||
>> +            (params->fflag && (params->dflag || params->lflag)) ||
>> +            (params->lflag && (params->dflag || params->fflag)) ||
>> +            (params->xflag) || !(strlen(params->imagename));
> 
> I cannot understand this code.

Well, I will try to simplify this check and, if not possible, I add
comments to explain what the code is doing.

Best regards,
Stefano Babic

-- 
=====================================================================
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: off...@denx.de
=====================================================================
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to