From: York Sun <yorksun@freescale.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [Patch v7] Consolidate bool type
Date: Mon, 4 Mar 2013 13:46:41 -0800 [thread overview]
Message-ID: <51351641.8090501@freescale.com> (raw)
In-Reply-To: <20130304213858.GA16106@bill-the-cat>
On 03/04/2013 01:38 PM, Tom Rini wrote:
> On Wed, Jan 30, 2013 at 03:11:40PM -0800, York Sun wrote:
>
>> 'bool' is defined in random places. This patch consolidates them into a
>> single header file include/linux/types.h, using stdbool.h introduced in C99.
>>
>> All other #define, typedef and enum are removed. They are all consistent with
>> true = 1, false = 0.
>>
>> Replace FALSE, False with false. Replace TRUE, True with true.
>> Skip *.py, *.php, lib/* files.
>>
>> Signed-off-by: York Sun <yorksun@freescale.com>
>> Acked-by: Allen Martin <amartin@nvidia.com>
>
> There was a lot of talk from v1 to v6, and nothing to v7. Is everyone
> happy now?
Changes from v6 to v7 is to remove RFC from the subject and add
Acked-byL Allen. I didn't hear any nack for v7.
York
prev parent reply other threads:[~2013-03-04 21:46 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-30 23:11 [U-Boot] [Patch v7] Consolidate bool type York Sun
2013-03-04 21:38 ` Tom Rini
2013-03-04 21:46 ` York Sun [this message]
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=51351641.8090501@freescale.com \
--to=yorksun@freescale.com \
--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.