summaryrefslogtreecommitdiff
path: root/kernel/sched_fair.c
diff options
context:
space:
mode:
authorMichael Neuling <mikey@neuling.org>2010-06-29 02:02:01 (GMT)
committerIngo Molnar <mingo@elte.hu>2010-06-29 08:44:29 (GMT)
commit2ec57d448b2e8fcfba539a46701b43f14f037f17 (patch)
tree92f014a595860b3124816ba4bb1ec8751ea66543 /kernel/sched_fair.c
parent0b2e918aa99fe6c3b8f163aa323a275ad8577828 (diff)
downloadlinux-fsl-qoriq-2ec57d448b2e8fcfba539a46701b43f14f037f17.tar.xz
sched: Fix spelling of sibling
No logic changes, only spelling. Signed-off-by: Michael Neuling <mikey@neuling.org> Cc: linuxppc-dev@ozlabs.org Cc: David Howells <dhowells@redhat.com> Cc: Peter Zijlstra <peterz@infradead.org> LKML-Reference: <15249.1277776921@neuling.org> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'kernel/sched_fair.c')
-rw-r--r--kernel/sched_fair.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/sched_fair.c b/kernel/sched_fair.c
index 5e8f98c..b4da534 100644
--- a/kernel/sched_fair.c
+++ b/kernel/sched_fair.c
@@ -2567,7 +2567,7 @@ static inline void update_sd_lb_stats(struct sched_domain *sd, int this_cpu,
} while (sg != sd->groups);
}
-int __weak arch_sd_sibiling_asym_packing(void)
+int __weak arch_sd_sibling_asym_packing(void)
{
return 0*SD_ASYM_PACKING;
}