Re: [PATCH] counter: stm32: clean up indentation issue

2019-10-07 Thread Fabrice Gasnier
On 10/5/19 7:30 PM, William Breathitt Gray wrote: > On Wed, Sep 25, 2019 at 10:51:26AM +0100, Colin King wrote: >> From: Colin Ian King >> >> There is an if statement that is indented one level too deeply, >> remove the extraneous tabs. >> >> Signed-off-by: Colin Ian King >> --- >> drivers/count

Re: [PATCH] counter: stm32: clean up indentation issue

2019-10-06 Thread Jonathan Cameron
On Sat, 5 Oct 2019 13:30:04 -0400 William Breathitt Gray wrote: > On Wed, Sep 25, 2019 at 10:51:26AM +0100, Colin King wrote: > > From: Colin Ian King > > > > There is an if statement that is indented one level too deeply, > > remove the extraneous tabs. > > > > Signed-off-by: Colin Ian King

Re: [PATCH] counter: stm32: clean up indentation issue

2019-10-05 Thread William Breathitt Gray
On Wed, Sep 25, 2019 at 10:51:26AM +0100, Colin King wrote: > From: Colin Ian King > > There is an if statement that is indented one level too deeply, > remove the extraneous tabs. > > Signed-off-by: Colin Ian King > --- > drivers/counter/stm32-timer-cnt.c | 4 ++-- > 1 file changed, 2 inserti