All of lore.kernel.org
 help / color / mirror / Atom feed
From: Albert ARIBAUD <albert.aribaud@free.fr>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/3] rename _end to __bss_end__
Date: Wed, 02 Mar 2011 07:59:51 +0100	[thread overview]
Message-ID: <4D6DEAE7.5000904@free.fr> (raw)
In-Reply-To: <1299045219-1708-1-git-send-email-ratbert.chuang@gmail.com>

Hi Po-Yu Chuang,

Le 02/03/2011 06:53, Po-Yu Chuang a ?crit :
> From: Po-Yu Chuang<ratbert@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?

> 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.

> Currently, _end is used for end of BSS section.  We want _end to mean
> end of u-boot image, so we rename _end to __bss_end__ first.
>
> Signed-off-by: Po-Yu Chuang<ratbert@faraday-tech.com>
> ---

Amicalement,
-- 
Albert.

  reply	other threads:[~2011-03-02  6:59 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-02  5:53 [U-Boot] [PATCH 1/3] rename _end to __bss_end__ Po-Yu Chuang
2011-03-02  6:59 ` Albert ARIBAUD [this message]
2011-03-02  7:09   ` Po-Yu Chuang
2011-03-02  8:59 ` [U-Boot] [PATCH 1/2 v2] " Po-Yu Chuang
2011-03-03  6:55   ` Albert ARIBAUD

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4D6DEAE7.5000904@free.fr \
    --to=albert.aribaud@free.fr \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.