Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756595Ab1CRNkx (ORCPT ); Fri, 18 Mar 2011 09:40:53 -0400 Received: from mail-gx0-f174.google.com ([209.85.161.174]:56460 "EHLO mail-gx0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756436Ab1CRNks (ORCPT ); Fri, 18 Mar 2011 09:40:48 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer; b=KY3WiyvDLAMRrwZCI+acNKwukfU11LrOfxGItfBwpNcZE+Z86PlBEqRO8gQPd9oigi zzWmgtkhxb9ISjNxu3vJyGZdOSzicxamElNS2SIweV4a8dke9+1DXe8zqRaofWzfj8CL pWZHluFxaH/JkN/KRgQNc7FCEDHt/Gu0H5B50= From: Lucas De Marchi To: mingo@elte.hu Cc: Lucas De Marchi , linux-kernel@vger.kernel.org, trivial@kernel.org Subject: [PATCH 1/4] lockdep: fix common misspellings Date: Fri, 18 Mar 2011 10:40:27 -0300 Message-Id: <1300455630-21577-1-git-send-email-lucas.demarchi@profusion.mobi> X-Mailer: git-send-email 1.7.4.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1233 Lines: 37 They were generated by 'codespell' and then manually reviewed. Signed-off-by: Lucas De Marchi --- 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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/