Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1456889 > unrolled thread
| Started by | Leo Yan <leo.yan@linaro.org> |
|---|---|
| First post | 2016-08-05 08:40 +0200 |
| Last post | 2016-08-10 23:30 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] sched/core: fix one typo Leo Yan <leo.yan@linaro.org> - 2016-08-05 08:40 +0200
[tip:sched/core] sched/core: Fix one typo tip-bot for Leo Yan <tipbot@zytor.com> - 2016-08-10 23:30 +0200
| From | Leo Yan <leo.yan@linaro.org> |
|---|---|
| Date | 2016-08-05 08:40 +0200 |
| Subject | [PATCH] sched/core: fix one typo |
| Message-ID | <s2GXv-3Uf-11@gated-at.bofh.it> |
Fix one minor typo in the comment: s/targer/target/. Signed-off-by: Leo Yan <leo.yan@linaro.org> --- kernel/sched/core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/sched/core.c b/kernel/sched/core.c index 5c883fe..4cb3547 100644 --- a/kernel/sched/core.c +++ b/kernel/sched/core.c @@ -1264,7 +1264,7 @@ static void __migrate_swap_task(struct task_struct *p, int cpu) /* * Task isn't running anymore; make it appear like we migrated * it before it went to sleep. This means on wakeup we make the - * previous cpu our targer instead of where it really is. + * previous cpu our target instead of where it really is. */ p->wake_cpu = cpu; } -- 1.9.1
[toc] | [next] | [standalone]
| From | tip-bot for Leo Yan <tipbot@zytor.com> |
|---|---|
| Date | 2016-08-10 23:30 +0200 |
| Subject | [tip:sched/core] sched/core: Fix one typo |
| Message-ID | <s4Jey-29X-19@gated-at.bofh.it> |
| In reply to | #1456889 |
Commit-ID: a1fd46565bea62840a24bee7b7c60f65bb12bd21 Gitweb: http://git.kernel.org/tip/a1fd46565bea62840a24bee7b7c60f65bb12bd21 Author: Leo Yan <leo.yan@linaro.org> AuthorDate: Fri, 5 Aug 2016 14:32:38 +0800 Committer: Ingo Molnar <mingo@kernel.org> CommitDate: Wed, 10 Aug 2016 14:03:32 +0200 sched/core: Fix one typo Fix one minor typo in the comment: s/targer/target/. Signed-off-by: Leo Yan <leo.yan@linaro.org> Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Cc: Linus Torvalds <torvalds@linux-foundation.org> Cc: Mike Galbraith <efault@gmx.de> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: linux-kernel@vger.kernel.org Link: http://lkml.kernel.org/r/1470378758-15066-1-git-send-email-leo.yan@linaro.org Signed-off-by: Ingo Molnar <mingo@kernel.org> --- kernel/sched/core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/sched/core.c b/kernel/sched/core.c index 2a906f2..4a5f52e 100644 --- a/kernel/sched/core.c +++ b/kernel/sched/core.c @@ -1265,7 +1265,7 @@ static void __migrate_swap_task(struct task_struct *p, int cpu) /* * Task isn't running anymore; make it appear like we migrated * it before it went to sleep. This means on wakeup we make the - * previous cpu our targer instead of where it really is. + * previous cpu our target instead of where it really is. */ p->wake_cpu = cpu; }
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web