[U-Boot] [PATCH] cmd_nvedit.c: clean up with checkpatch

Macpaul Lin macpaul at gmail.com
Sat Apr 16 13:17:15 CEST 2011


Hi all,

2011/4/16 Graeme Russ <graeme.russ at gmail.com>:
> On 16/04/11 16:22, Albert ARIBAUD wrote:
>>
>> If the goal is to have the !defined aligned, then maybe a solution here
>> would be toput a tab rather than a space after the #if?
>>

Do you guys means
#if"\t"defined (XXXXXX) ||
"\t"defined (XXXXXX)
instead of
#if defined (XXXXXX) ||
"space*4" defined (XXXXXX)
?

If so, I'll fix the patch and then send v2 on next Monday and see if
everybody feel this will be better.

-- 
Best regards,
Macpaul Lin


More information about the U-Boot mailing list