[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1479900325-28358-4-git-send-email-nhaehnle@gmail.com>
Date: Wed, 23 Nov 2016 12:25:25 +0100
From: Nicolai Hähnle <nhaehnle@...il.com>
To: linux-kernel@...r.kernel.org
Cc: Nicolai Hähnle <Nicolai.Haehnle@....com>,
Peter Zijlstra <peterz@...radead.org>,
Ingo Molnar <mingo@...hat.com>,
dri-devel@...ts.freedesktop.org,
Nicolai Hähnle <nicolai.haehnle@....com>
Subject: [PATCH 4/4] locking/ww_mutex: Fix a comment typo
From: Nicolai Hähnle <Nicolai.Haehnle@....com>
Cc: Peter Zijlstra <peterz@...radead.org>
Cc: Ingo Molnar <mingo@...hat.com>
Cc: dri-devel@...ts.freedesktop.org
Signed-off-by: Nicolai Hähnle <nicolai.haehnle@....com>
---
include/linux/ww_mutex.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/linux/ww_mutex.h b/include/linux/ww_mutex.h
index 760399a..fd93cd3 100644
--- a/include/linux/ww_mutex.h
+++ b/include/linux/ww_mutex.h
@@ -97,7 +97,7 @@ static inline void ww_mutex_init(struct ww_mutex *lock,
* @ctx: w/w acquire context to initialize
* @ww_class: w/w class of the context
*
- * Initializes an context to acquire multiple mutexes of the given w/w class.
+ * Initializes a context to acquire multiple mutexes of the given w/w class.
*
* Context-based w/w mutex acquiring can be done in any order whatsoever within
* a given lock class. Deadlocks will be detected and handled with the
--
2.7.4
Powered by blists - more mailing lists