diff options
author | Ingo Molnar <mingo@kernel.org> | 2018-12-03 04:05:56 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2018-12-03 05:55:42 -0500 |
commit | dfcb245e28481256a10a9133441baf2a93d26642 (patch) | |
tree | bd966a5edf3daa2fba961d3125f80818debca132 /include/linux/sched.h | |
parent | 5f675231e456cb599b283f8361f01cf34b0617df (diff) |
sched: Fix various typos in comments
Go over the scheduler source code and fix common typos
in comments - and a typo in an actual variable name.
No change in functionality intended.
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r-- | include/linux/sched.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 291a9bd5b97f..b8c7ba0e3796 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -176,7 +176,7 @@ struct task_group; | |||
176 | * TASK_RUNNING store which can collide with __set_current_state(TASK_RUNNING). | 176 | * TASK_RUNNING store which can collide with __set_current_state(TASK_RUNNING). |
177 | * | 177 | * |
178 | * However, with slightly different timing the wakeup TASK_RUNNING store can | 178 | * However, with slightly different timing the wakeup TASK_RUNNING store can |
179 | * also collide with the TASK_UNINTERRUPTIBLE store. Loosing that store is not | 179 | * also collide with the TASK_UNINTERRUPTIBLE store. Losing that store is not |
180 | * a problem either because that will result in one extra go around the loop | 180 | * a problem either because that will result in one extra go around the loop |
181 | * and our @cond test will save the day. | 181 | * and our @cond test will save the day. |
182 | * | 182 | * |
@@ -515,7 +515,7 @@ struct sched_dl_entity { | |||
515 | 515 | ||
516 | /* | 516 | /* |
517 | * Actual scheduling parameters. Initialized with the values above, | 517 | * Actual scheduling parameters. Initialized with the values above, |
518 | * they are continously updated during task execution. Note that | 518 | * they are continuously updated during task execution. Note that |
519 | * the remaining runtime could be < 0 in case we are in overrun. | 519 | * the remaining runtime could be < 0 in case we are in overrun. |
520 | */ | 520 | */ |
521 | s64 runtime; /* Remaining runtime for this instance */ | 521 | s64 runtime; /* Remaining runtime for this instance */ |