sched: hmp: fix misleading-indentation build warning 46/137946/1
authorSeung-Woo Kim <sw0312.kim@samsung.com>
Mon, 10 Jul 2017 10:26:32 +0000 (19:26 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Mon, 10 Jul 2017 10:28:16 +0000 (19:28 +0900)
commitb3e48996f1833e48343b87d461a006ede95d55df
treef690cdcd22fa7f801748df803ea2679baddbb50a
parent60f8b78ad8b75c5c3a52f2ad66897da628153eec
sched: hmp: fix misleading-indentation build warning

This patch fixes following build warning caused by wrong indent:

   kernel/sched/fair.c: In function 'move_specific_task':
   kernel/sched/fair.c:9074:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (throttled_lb_pair(task_group(p), env->src_rq->cpu,
     ^~
   kernel/sched/fair.c:9078:3: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
      if (!hmp_can_migrate_task(p, env))
      ^~

Change-Id: Ibaad680588b9b6b7f1ba6fec3ec1422963268d7a
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
kernel/sched/fair.c