aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/linux/sched.h2
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 {
924struct sched_avg { 924struct 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;