Wolfgang Denk wrote:
> In message <[EMAIL PROTECTED]> you wrote:
>> diff --git a/board/trab/auto_update.c b/board/trab/auto_update.c
>> index fa08bff..5311e12 100644
>> --- a/board/trab/auto_update.c
>> +++ b/board/trab/auto_update.c
>> @@ -224,7 +224,7 @@ au_check_cksum_valid(int idx, long nbytes)
>>              return -1;
>>      }
>>      /* check the data CRC */
>> -    if (!image_check_dcrc (hdr)) {
>> +    if (!image_check_dcrc (hdr))
>>      {
> 
> This patch looks broken to me. You should keep the brace on the  same
> line  with  the  if,  and rather delete the next line with the single
> brace.

Will fix.

Regards,
Bartlomiej

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
U-Boot-Users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/u-boot-users

Reply via email to