
4 Mar
2013
4 Mar
'13
10:46 p.m.
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