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