Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Consolidate bool type | York Sun | 2013-04-01 | 1 | -7/+4 |
| | | | | | | | | | | | | | '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> | ||||
* | Code cleanup, especially MIPS for GCC 4.x | Wolfgang Denk | 2005-12-04 | 1 | -1/+1 |
| | |||||
* | Cleanup for GCC-4.x | Wolfgang Denk | 2005-10-13 | 1 | -1/+2 |
| | |||||
* | * Some code cleanup | wdenk | 2004-02-12 | 1 | -142/+137 |
| | | | | | | | | * Patch by Josef Baumgartner, 10 Feb 2004: Fixes for Coldfire port * Patch by Brad Kemp, 11 Feb 2004: Fix CFI flash driver problems | ||||
* | * Code cleanup: | wdenk | 2003-06-27 | 1 | -48/+48 |
| | | | | | | | | | - remove trailing white space, trailing empty lines, C++ comments, etc. - split cmd_boot.c (separate cmd_bdinfo.c and cmd_load.c) * Patches by Kenneth Johansson, 25 Jun 2003: - major rework of command structure (work done mostly by Michal Cendrowski and Joakim Kristiansen) | ||||
* | Initial revision | wdenk | 2002-11-03 | 1 | -0/+225 |