Re: [PATCH 0/8] Fix coding style in sdhci.c

2012-11-11 Thread Joe Perches
On Mon, 2012-11-12 at 02:12 -0500, Chris Ball wrote: > Hi, > > On Sun, Nov 11 2012, Tushar Behera wrote: > > Yes, I can do that. I did split it specifically so that we could drop > > any patches if required. > > > > I will wait for a word from Chris regarding what he prefers. > > I would want to

Re: [PATCH 0/8] Fix coding style in sdhci.c

2012-11-11 Thread Tushar Behera
On 11/12/2012 12:42 PM, Chris Ball wrote: > Hi, > > On Sun, Nov 11 2012, Tushar Behera wrote: >> Yes, I can do that. I did split it specifically so that we could drop >> any patches if required. >> >> I will wait for a word from Chris regarding what he prefers. > > I would want to merge one

Re: [PATCH 0/8] Fix coding style in sdhci.c

2012-11-11 Thread Chris Ball
Hi, On Sun, Nov 11 2012, Tushar Behera wrote: > Yes, I can do that. I did split it specifically so that we could drop > any patches if required. > > I will wait for a word from Chris regarding what he prefers. I would want to merge one patch, but I'm afraid I don't generally want to merge

Re: [PATCH 0/8] Fix coding style in sdhci.c

2012-11-11 Thread Tushar Behera
On 11/12/2012 07:54 AM, Jaehoon Chung wrote: > Hi Tushar, > > Could you make one patch? Why do you separate patches? > Yes, I can do that. I did split it specifically so that we could drop any patches if required. I will wait for a word from Chris regarding what he prefers. > Best Regards, >

Re: [PATCH 0/8] Fix coding style in sdhci.c

2012-11-11 Thread Jaehoon Chung
Hi Tushar, Could you make one patch? Why do you separate patches? Best Regards, Jaehoon Chung On 11/09/2012 08:39 PM, Tushar Behera wrote: > Documents/CodingStyle Chapter 3 recommends usage of braces for both > if and else statements if any of the branches contains multiple > statements. > >

Re: [PATCH 0/8] Fix coding style in sdhci.c

2012-11-11 Thread Jaehoon Chung
Hi Tushar, Could you make one patch? Why do you separate patches? Best Regards, Jaehoon Chung On 11/09/2012 08:39 PM, Tushar Behera wrote: Documents/CodingStyle Chapter 3 recommends usage of braces for both if and else statements if any of the branches contains multiple statements.

Re: [PATCH 0/8] Fix coding style in sdhci.c

2012-11-11 Thread Tushar Behera
On 11/12/2012 07:54 AM, Jaehoon Chung wrote: Hi Tushar, Could you make one patch? Why do you separate patches? Yes, I can do that. I did split it specifically so that we could drop any patches if required. I will wait for a word from Chris regarding what he prefers. Best Regards,

Re: [PATCH 0/8] Fix coding style in sdhci.c

2012-11-11 Thread Chris Ball
Hi, On Sun, Nov 11 2012, Tushar Behera wrote: Yes, I can do that. I did split it specifically so that we could drop any patches if required. I will wait for a word from Chris regarding what he prefers. I would want to merge one patch, but I'm afraid I don't generally want to merge changes

Re: [PATCH 0/8] Fix coding style in sdhci.c

2012-11-11 Thread Tushar Behera
On 11/12/2012 12:42 PM, Chris Ball wrote: Hi, On Sun, Nov 11 2012, Tushar Behera wrote: Yes, I can do that. I did split it specifically so that we could drop any patches if required. I will wait for a word from Chris regarding what he prefers. I would want to merge one patch, but I'm

Re: [PATCH 0/8] Fix coding style in sdhci.c

2012-11-11 Thread Joe Perches
On Mon, 2012-11-12 at 02:12 -0500, Chris Ball wrote: Hi, On Sun, Nov 11 2012, Tushar Behera wrote: Yes, I can do that. I did split it specifically so that we could drop any patches if required. I will wait for a word from Chris regarding what he prefers. I would want to merge one

[PATCH 0/8] Fix coding style in sdhci.c

2012-11-09 Thread Tushar Behera
Documents/CodingStyle Chapter 3 recommends usage of braces for both if and else statements if any of the branches contains multiple statements. Cleaning up drivers/mmc/host/sdhci.c for all these occurrences. Tushar Behera (8): mmc: sdhci: fix coding style in sdhci_calc_timeout mmc: sdhci:

[PATCH 0/8] Fix coding style in sdhci.c

2012-11-09 Thread Tushar Behera
Documents/CodingStyle Chapter 3 recommends usage of braces for both if and else statements if any of the branches contains multiple statements. Cleaning up drivers/mmc/host/sdhci.c for all these occurrences. Tushar Behera (8): mmc: sdhci: fix coding style in sdhci_calc_timeout mmc: sdhci: