lkml.org 
[lkml]   [2013]   [Dec]   [3]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: [PATCH v2 1/3] nohz_full: fix code sytle issue of tick_nohz_full_stop_tick
In subject: s/sytle/style/

On Tue, Dec 03, 2013 at 12:35:10PM +0000, Alex Shi wrote:
> Code usually starts with 'tab' instead of 7 'space'es in kernel
>
> Signed-off-by: Alex Shi <alex.shi@linaro.org>
> ---
> kernel/time/tick-sched.c | 16 ++++++++--------
> 1 file changed, 8 insertions(+), 8 deletions(-)
>
> diff --git a/kernel/time/tick-sched.c b/kernel/time/tick-sched.c
> index 3612fc7..b55d1c0 100644
> --- a/kernel/time/tick-sched.c
> +++ b/kernel/time/tick-sched.c
> @@ -681,18 +681,18 @@ out:
> static void tick_nohz_full_stop_tick(struct tick_sched *ts)
> {
> #ifdef CONFIG_NO_HZ_FULL
> - int cpu = smp_processor_id();
> + int cpu = smp_processor_id();
>
> - if (!tick_nohz_full_cpu(cpu) || is_idle_task(current))
> - return;
> + if (!tick_nohz_full_cpu(cpu) || is_idle_task(current))
> + return;
>
> - if (!ts->tick_stopped && ts->nohz_mode == NOHZ_MODE_INACTIVE)
> - return;
> + if (!ts->tick_stopped && ts->nohz_mode == NOHZ_MODE_INACTIVE)
> + return;
>
> - if (!can_stop_full_tick())
> - return;
> + if (!can_stop_full_tick())
> + return;
>
> - tick_nohz_stop_sched_tick(ts, ktime_get(), cpu);
> + tick_nohz_stop_sched_tick(ts, ktime_get(), cpu);
> #endif
> }
>
> --
> 1.8.1.2
>
>


\
 
 \ /
  Last update: 2013-12-03 19:21    [W:0.093 / U:0.744 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site