diff options
author | Kamalesh Babulal <kamalesh@linux.vnet.ibm.com> | 2013-06-27 02:04:09 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2013-06-27 04:18:26 -0400 |
commit | 239003ea2e30374d1cdfee788867e497cca2366c (patch) | |
tree | 192a61df3a4f60135bd372190c866516ce3e73ba | |
parent | 0fc576d592bd137437fdeb059738b789e642b744 (diff) |
sched: Fix typo in struct sched_avg member description
Remove extra 'for' from the description about member of
struct sched_avg.
Signed-off-by: Kamalesh Babulal <kamalesh@linux.vnet.ibm.com>
Cc: pjt@google.com
Cc: peterz@infradead.org
Link: http://lkml.kernel.org/r/20130627060409.GB18582@linux.vnet.ibm.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
-rw-r--r-- | include/linux/sched.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 0019befea59a..ec80684a0127 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -924,7 +924,7 @@ struct load_weight { | |||
924 | struct sched_avg { | 924 | struct sched_avg { |
925 | /* | 925 | /* |
926 | * These sums represent an infinite geometric series and so are bound | 926 | * These sums represent an infinite geometric series and so are bound |
927 | * above by 1024/(1-y). Thus we only need a u32 to store them for for all | 927 | * above by 1024/(1-y). Thus we only need a u32 to store them for all |
928 | * choices of y < 1-2^(-32)*1024. | 928 | * choices of y < 1-2^(-32)*1024. |
929 | */ | 929 | */ |
930 | u32 runnable_avg_sum, runnable_avg_period; | 930 | u32 runnable_avg_sum, runnable_avg_period; |