All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] sched/core: fix one typo
@ 2016-08-05  6:32 Leo Yan
  2016-08-10 18:02 ` [tip:sched/core] sched/core: Fix " tip-bot for Leo Yan
  0 siblings, 1 reply; 2+ messages in thread
From: Leo Yan @ 2016-08-05  6:32 UTC (permalink / raw)
  To: Ingo Molnar, Peter Zijlstra, linux-kernel; +Cc: Leo Yan

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [tip:sched/core] sched/core: Fix one typo
  2016-08-05  6:32 [PATCH] sched/core: fix one typo Leo Yan
@ 2016-08-10 18:02 ` tip-bot for Leo Yan
  0 siblings, 0 replies; 2+ messages in thread
From: tip-bot for Leo Yan @ 2016-08-10 18:02 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: tglx, leo.yan, efault, linux-kernel, mingo, torvalds, peterz, hpa

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;
 	}

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-08-10 18:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-05  6:32 [PATCH] sched/core: fix one typo Leo Yan
2016-08-10 18:02 ` [tip:sched/core] sched/core: Fix " tip-bot for Leo Yan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.