Re: [PATCH 1/2] clocksource: Kconfig: fix tabs vs space

2016-06-16 Thread Alexandre Belloni
On 16/06/2016 at 16:38:46 +0200, Daniel Lezcano wrote : > On 06/10/2016 05:54 PM, Alexandre Belloni wrote: > > Some options are indented with spaces, properly use tabs instead > > > > Signed-off-by: Alexandre Belloni > > --- > > I will postpone this patch because it is creating a big issue with

Re: [PATCH 1/2] clocksource: Kconfig: fix tabs vs space

2016-06-16 Thread Daniel Lezcano
On 06/10/2016 05:54 PM, Alexandre Belloni wrote: Some options are indented with spaces, properly use tabs instead Signed-off-by: Alexandre Belloni --- I will postpone this patch because it is creating a big issue with the incoming changes if it comes before. -- Li

[PATCH 1/2] clocksource: Kconfig: fix tabs vs space

2016-06-10 Thread Alexandre Belloni
Some options are indented with spaces, properly use tabs instead Signed-off-by: Alexandre Belloni --- drivers/clocksource/Kconfig | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig index 47352d25c15