Re: [U-Boot] [RFC Patch v5] Consolidate bool type

2013-01-24 Thread Wolfgang Denk
Dear York Sun, In message <1359053230-18920-1-git-send-email-york...@freescale.com> you 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 remov

Re: [U-Boot] [RFC Patch v5] Consolidate bool type

2013-01-24 Thread Allen Martin
On Thu, Jan 24, 2013 at 11:13:27AM -0800, York Sun wrote: > On 01/24/2013 11:09 AM, Scott Wood wrote: > > On 01/24/2013 12:47:10 PM, York Sun wrote: > >> diff --git a/tools/patman/checkpatch.py b/tools/patman/checkpatch.py > >> index d831087..28b3240 100644 > >> --- a/tools/patman/checkpatch.py > >

Re: [U-Boot] [RFC Patch v5] Consolidate bool type

2013-01-24 Thread York Sun
On 01/24/2013 11:09 AM, Scott Wood wrote: > On 01/24/2013 12:47:10 PM, York Sun wrote: >> diff --git a/tools/patman/checkpatch.py b/tools/patman/checkpatch.py >> index d831087..28b3240 100644 >> --- a/tools/patman/checkpatch.py >> +++ b/tools/patman/checkpatch.py >> @@ -48,12 +48,12 @@ def FindChec

Re: [U-Boot] [RFC Patch v5] Consolidate bool type

2013-01-24 Thread Scott Wood
On 01/24/2013 12:47:10 PM, York Sun wrote: diff --git a/tools/patman/checkpatch.py b/tools/patman/checkpatch.py index d831087..28b3240 100644 --- a/tools/patman/checkpatch.py +++ b/tools/patman/checkpatch.py @@ -48,12 +48,12 @@ def FindCheckPatch(): print 'Could not find checkpatch.pl'