[U-Boot] [PATCH 1/3] rename _end to __bss_end__

Po-Yu Chuang ratbert.chuang at gmail.com
Wed Mar 2 08:09:23 CET 2011


Hi Albert,

On Wed, Mar 2, 2011 at 2:59 PM, Albert ARIBAUD <albert.aribaud at free.fr> wrote:
> Hi Po-Yu Chuang,
>
> Le 02/03/2011 06:53, Po-Yu Chuang a écrit :
>>
>> From: Po-Yu Chuang<ratbert at faraday-tech.com>
>
> This line appears in the body of your mail; it should not. Did you use git
> send-email to post these patches?

Yes, I use git send-email.
I guess git put this line to the body because I use a different sender address
(ratbert.chuang at gmail.com) from the one in git config
(ratbert at faraday-tech.com).

I don't know how to fix it, but nobody complained my patches about this.
So I guess this doesn't matter when using git am?

>> This is done by the following command:
>> $ for f in `find * -type f`; do sed -i 's/\<_end\>/__bss_end__/g' $f; done
>
> This part about sed does not really matter for the U-Boot code base as such.
> You can put it below the "---" line, as a comment to the patch rather than
> as a part of the commit message.

OK, I will fix it.

regards,
Po-Yu Chuang


More information about the U-Boot mailing list