summaryrefslogtreecommitdiffstats
path: root/kernel/sched/sched.h
diff options
context:
space:
mode:
authorZhihui Zhang <zzhsuny@gmail.com>2014-09-20 21:24:36 -0400
committerIngo Molnar <mingo@kernel.org>2014-09-21 03:00:02 -0400
commit9c58c79a8a76c510cd3a5012c536d4fe3c81ec3b (patch)
treef1ab38bfa70d4f9c2a7ef1008c5de9c7d5729d8f /kernel/sched/sched.h
parentbd61c98f9b3f142cd63f9e15acfe203bec9e5f5a (diff)
sched: Clean up some typos and grammatical errors in code/comments
Signed-off-by: Zhihui Zhang <zzhsuny@gmail.com> Cc: peterz@infradead.org Link: http://lkml.kernel.org/r/1411262676-19928-1-git-send-email-zzhsuny@gmail.com Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'kernel/sched/sched.h')
-rw-r--r--kernel/sched/sched.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/sched/sched.h b/kernel/sched/sched.h
index aa0f73ba3777..1bc6aad1391a 100644
--- a/kernel/sched/sched.h
+++ b/kernel/sched/sched.h
@@ -188,7 +188,7 @@ struct cfs_bandwidth {
188 raw_spinlock_t lock; 188 raw_spinlock_t lock;
189 ktime_t period; 189 ktime_t period;
190 u64 quota, runtime; 190 u64 quota, runtime;
191 s64 hierarchal_quota; 191 s64 hierarchical_quota;
192 u64 runtime_expires; 192 u64 runtime_expires;
193 193
194 int idle, timer_active; 194 int idle, timer_active;