diff options
author | Michael Neuling <mikey@neuling.org> | 2010-06-28 22:02:01 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2010-06-29 04:44:29 -0400 |
commit | 2ec57d448b2e8fcfba539a46701b43f14f037f17 (patch) | |
tree | 92f014a595860b3124816ba4bb1ec8751ea66543 /include | |
parent | 0b2e918aa99fe6c3b8f163aa323a275ad8577828 (diff) |
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 'include')
-rw-r--r-- | include/linux/topology.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/topology.h b/include/linux/topology.h index cf57f30d0dcb..b572e432d2f3 100644 --- a/include/linux/topology.h +++ b/include/linux/topology.h | |||
@@ -103,7 +103,7 @@ int arch_update_cpu_topology(void); | |||
103 | | 1*SD_SHARE_PKG_RESOURCES \ | 103 | | 1*SD_SHARE_PKG_RESOURCES \ |
104 | | 0*SD_SERIALIZE \ | 104 | | 0*SD_SERIALIZE \ |
105 | | 0*SD_PREFER_SIBLING \ | 105 | | 0*SD_PREFER_SIBLING \ |
106 | | arch_sd_sibiling_asym_packing() \ | 106 | | arch_sd_sibling_asym_packing() \ |
107 | , \ | 107 | , \ |
108 | .last_balance = jiffies, \ | 108 | .last_balance = jiffies, \ |
109 | .balance_interval = 1, \ | 109 | .balance_interval = 1, \ |