York Sun
472d546054
Consolidate bool type
...
'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 >
2013-04-01 16:33:52 -04:00
..
2012-11-30 07:15:04 -07:00
2013-04-01 16:33:52 -04:00
2012-11-04 11:00:34 -07:00
2013-04-01 16:33:52 -04:00
2010-05-06 00:17:01 +02:00
2012-01-26 16:09:02 -06:00
2009-09-17 22:45:31 +02:00
2012-11-04 11:00:34 -07:00
2011-10-01 21:56:20 +02:00
2010-05-06 00:17:01 +02:00
2010-05-06 00:17:01 +02:00
2010-05-06 00:17:01 +02:00
2011-01-18 23:38:08 +01:00
2008-12-16 01:02:17 +01:00
2011-10-17 22:25:34 +02:00
2010-05-06 00:17:01 +02:00
2012-04-30 16:54:51 +02:00
2011-04-20 15:09:19 -05:00
2010-10-27 22:48:30 +02:00
2012-05-15 08:31:39 +02:00
2010-05-06 00:17:01 +02:00
2010-05-06 00:17:01 +02:00
2010-10-27 22:48:30 +02:00
2012-05-15 08:31:26 +02:00
2012-12-13 11:46:07 -07:00
2008-09-13 02:23:05 +02:00
2009-12-05 01:30:23 +01:00
2009-03-20 22:39:15 +01:00
2009-08-25 12:57:55 +02:00
2011-09-11 21:24:09 +02:00
2010-12-17 10:14:09 +01:00
2011-02-19 20:32:37 +01:00
2008-08-31 04:24:51 +02:00
2008-10-18 21:54:01 +02:00
2010-05-06 00:17:01 +02:00
2010-04-02 12:28:40 -04:00
2012-11-04 11:00:34 -07:00
2012-12-13 11:46:07 -07:00
2012-10-15 11:53:47 -07:00
2002-03-08 21:31:05 +00:00
2013-04-01 16:33:52 -04:00