sched: Rename a misleading variable in build_overlap_sched_groups()
authorZhihui Zhang <zzhsuny@gmail.com>
Sat, 2 Aug 2014 01:18:03 +0000 (21:18 -0400)
committerIngo Molnar <mingo@kernel.org>
Tue, 12 Aug 2014 10:48:21 +0000 (12:48 +0200)
commitaaecac4ad46b35ad308245384d019633fb9bc21b
tree2aed8d3c70a31fd90a6cfd781176d802c8ce7c5b
parent9a5d9ba6a3631d55c358fe1bdbaa162a97471a05
sched: Rename a misleading variable in build_overlap_sched_groups()

The child variable in build_overlap_sched_groups() actually refers to the
peer or sibling domain of the given CPU. Rename it to sibling to be consistent
with the naming in build_group_mask().

Signed-off-by: Zhihui Zhang <zzhsuny@gmail.com>
Signed-off-by: Peter Zijlstra <peterz@infradead.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org
Link: http://lkml.kernel.org/r/1406942283-18249-1-git-send-email-zzhsuny@gmail.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
kernel/sched/core.c