Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1528323 > unrolled thread
| Started by | Nicolai Hähnle <nhaehnle@gmail.com> |
|---|---|
| First post | 2016-11-23 12:30 +0100 |
| Last post | 2016-11-23 12:30 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH 4/4] locking/ww_mutex: Fix a comment typo Nicolai Hähnle <nhaehnle@gmail.com> - 2016-11-23 12:30 +0100
| From | Nicolai Hähnle <nhaehnle@gmail.com> |
|---|---|
| Date | 2016-11-23 12:30 +0100 |
| Subject | [PATCH 4/4] locking/ww_mutex: Fix a comment typo |
| Message-ID | <sGDUt-4co-1@gated-at.bofh.it> |
From: Nicolai Hähnle <Nicolai.Haehnle@amd.com> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Ingo Molnar <mingo@redhat.com> Cc: dri-devel@lists.freedesktop.org Signed-off-by: Nicolai Hähnle <nicolai.haehnle@amd.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
Back to top | Article view | linux.kernel
csiph-web