public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/4] lockdep: fix common misspellings
@ 2011-03-18 13:40 Lucas De Marchi
  2011-03-18 13:40 ` [PATCH 2/4] perf: " Lucas De Marchi
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Lucas De Marchi @ 2011-03-18 13:40 UTC (permalink / raw)
  To: mingo; +Cc: Lucas De Marchi, linux-kernel, trivial

They were generated by 'codespell' and then manually reviewed.

Signed-off-by: Lucas De Marchi <lucas.demarchi@profusion.mobi>
---
 kernel/lockdep.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kernel/lockdep.c b/kernel/lockdep.c
index 0d2058d..53a6895 100644
--- a/kernel/lockdep.c
+++ b/kernel/lockdep.c
@@ -2309,7 +2309,7 @@ void trace_hardirqs_on_caller(unsigned long ip)
 	if (unlikely(curr->hardirqs_enabled)) {
 		/*
 		 * Neither irq nor preemption are disabled here
-		 * so this is racy by nature but loosing one hit
+		 * so this is racy by nature but losing one hit
 		 * in a stat is not a big deal.
 		 */
 		__debug_atomic_inc(redundant_hardirqs_on);
@@ -2620,7 +2620,7 @@ static int mark_lock(struct task_struct *curr, struct held_lock *this,
 	if (!graph_lock())
 		return 0;
 	/*
-	 * Make sure we didnt race:
+	 * Make sure we didn't race:
 	 */
 	if (unlikely(hlock_class(this)->usage_mask & new_mask)) {
 		graph_unlock();
-- 
1.7.4.1


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

end of thread, other threads:[~2011-03-22 16:48 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-18 13:40 [PATCH 1/4] lockdep: fix common misspellings Lucas De Marchi
2011-03-18 13:40 ` [PATCH 2/4] perf: " Lucas De Marchi
2011-03-22 10:37   ` Ingo Molnar
2011-03-22 11:27     ` Lucas De Marchi
2011-03-22 11:44       ` Ingo Molnar
2011-03-22 12:07         ` Lucas De Marchi
2011-03-22 12:33           ` Ingo Molnar
2011-03-22 12:39             ` Lucas De Marchi
2011-03-22 16:31             ` Linus Torvalds
2011-03-22 16:48               ` Lucas De Marchi
2011-03-18 13:40 ` [PATCH 3/4] sched: " Lucas De Marchi
2011-03-18 13:40 ` [PATCH 4/4] tracing: Fix " Lucas De Marchi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox