Re: [U-Boot] [PATCH v2 1/9] FAT: cosmetic: Remove extra spaces

2012-09-02 Thread Wolfgang Denk
Dear Benoît Thébaudeau, In message <1879824314.332488.1342790324727.javamail.r...@advansee.com> you wrote: > Remove spaces before opening parentheses in function calls. > > Signed-off-by: Benoît Thébaudeau > Cc: Wolfgang Denk > --- > Changes for v2: > - New patch for this version of the series

Re: [U-Boot] [PATCH v2 1/9] FAT: cosmetic: Remove extra spaces

2012-08-12 Thread Benoît Thébaudeau
Dear Wolfgang Denk, > Dear =?utf-8?Q?Beno=C3=AEt_Th=C3=A9baudeau?=, > > you wrote: > > > > > > > If it's ack'ed, why does nobody apply it? What is the normal > > > > > life cycle of > > > > > patches like these that don't have a custodian? > > And I explained to you: > > > They end on my table

Re: [U-Boot] [PATCH v2 1/9] FAT: cosmetic: Remove extra spaces

2012-08-12 Thread Wolfgang Denk
Dear =?utf-8?Q?Beno=C3=AEt_Th=C3=A9baudeau?=, In message <1605401818.2306523.1344722631605.javamail.r...@advansee.com> you wrote: > > Oh, great! This is good news. Thanks for the information. The merge window > should be renamed to "submission window" or something since it is not really a > merg

Re: [U-Boot] [PATCH v2 1/9] FAT: cosmetic: Remove extra spaces

2012-08-12 Thread Wolfgang Denk
Dear =?utf-8?Q?Beno=C3=AEt_Th=C3=A9baudeau?=, you wrote: > > > > > If it's ack'ed, why does nobody apply it? What is the normal life cycle > > > > of > > > > patches like these that don't have a custodian? And I explained to you: > They end on my table, and probably get merged when the next me

Re: [U-Boot] [PATCH v2 1/9] FAT: cosmetic: Remove extra spaces

2012-08-11 Thread Benoît Thébaudeau
Hi Graeme, On Aug 11, 2012 11:43:39 PM, Graeme Russ wrote: > (added ML to Cc) > Hi Benoît, > On Aug 12, 2012 6:27 AM, "Benoît Thébaudeau" < > benoit.thebaud...@advansee.com > wrote: > > > > Hi Mike, > > > > On Fri, Aug 10, 2012 at 04:41:51 PM, Benoît Thébaudeau wrote: > > > On Sat, Aug 4, 2012 at

Re: [U-Boot] [PATCH v2 1/9] FAT: cosmetic: Remove extra spaces

2012-08-11 Thread Benoît Thébaudeau
Hi Mike, On Fri, Aug 10, 2012 at 04:41:51 PM, Benoît Thébaudeau wrote: > On Sat, Aug 4, 2012 at 01:11:16 AM, Benoît Thébaudeau wrote: > > Dear Wolfgang Denk, > > > > On Fri, Jul 27, 2012 at 04:29:41 PM, Wolfgang Denk wrote: > > > Dear =?utf-8?Q?Beno=C3=AEt_Th=C3=A9baudeau?=, > > > > > > In messa

Re: [U-Boot] [PATCH v2 1/9] FAT: cosmetic: Remove extra spaces

2012-08-10 Thread Benoît Thébaudeau
On Sat, Aug 4, 2012 at 01:11:16 AM, Benoît Thébaudeau wrote: > Dear Wolfgang Denk, > > On Fri, Jul 27, 2012 at 04:29:41 PM, Wolfgang Denk wrote: > > Dear =?utf-8?Q?Beno=C3=AEt_Th=C3=A9baudeau?=, > > > > In message > > <845266616.705298.1343398892482.javamail.r...@advansee.com> you > > wrote: > >

Re: [U-Boot] [PATCH v2 1/9] FAT: cosmetic: Remove extra spaces

2012-08-03 Thread Benoît Thébaudeau
Dear Wolfgang Denk, On Fri, Jul 27, 2012 at 04:29:41 PM, Wolfgang Denk wrote: > Dear =?utf-8?Q?Beno=C3=AEt_Th=C3=A9baudeau?=, > > In message > <845266616.705298.1343398892482.javamail.r...@advansee.com> you > wrote: > > > > On Sat, Jul 21, 2012 at 07:23:57 PM, Mike Frysinger wrote: > > > Acked-b

Re: [U-Boot] [PATCH v2 1/9] FAT: cosmetic: Remove extra spaces

2012-07-27 Thread Wolfgang Denk
Dear =?utf-8?Q?Beno=C3=AEt_Th=C3=A9baudeau?=, In message <845266616.705298.1343398892482.javamail.r...@advansee.com> you wrote: > > On Sat, Jul 21, 2012 at 07:23:57 PM, Mike Frysinger wrote: > > Acked-by: Mike Frysinger > > If it's ack'ed, why does nobody apply it? What is the normal life cycl

Re: [U-Boot] [PATCH v2 1/9] FAT: cosmetic: Remove extra spaces

2012-07-27 Thread Benoît Thébaudeau
Dear Mike, On Sat, Jul 21, 2012 at 07:23:57 PM, Mike Frysinger wrote: > Acked-by: Mike Frysinger If it's ack'ed, why does nobody apply it? What is the normal life cycle of patches like these that don't have a custodian? Regards, Benoît ___ U-Boot mail

Re: [U-Boot] [PATCH v2 1/9] FAT: cosmetic: Remove extra spaces

2012-07-21 Thread Mike Frysinger
Acked-by: Mike Frysinger -mike signature.asc Description: This is a digitally signed message part. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v2 1/9] FAT: cosmetic: Remove extra spaces

2012-07-20 Thread Benoît Thébaudeau
Argh, it was 1/8 actually, not 1/9... - Original Message - > From: "Benoît Thébaudeau" > To: u-boot@lists.denx.de > Cc: "Wolfgang Denk" , "Mike Frysinger" > Sent: Friday, July 20, 2012 3:18:44 PM > Subject: [PATCH v2 1/9] FAT: cosmetic: Remove extra spaces > > Remove spaces before openi

[U-Boot] [PATCH v2 1/9] FAT: cosmetic: Remove extra spaces

2012-07-20 Thread Benoît Thébaudeau
Remove spaces before opening parentheses in function calls. Signed-off-by: Benoît Thébaudeau Cc: Wolfgang Denk --- Changes for v2: - New patch for this version of the series. .../fs/fat/fat.c | 44 ++-- 1 file changed, 21 insertions(+), 23 d