Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935962AbcKWL0W (ORCPT ); Wed, 23 Nov 2016 06:26:22 -0500 Received: from mail-wj0-f193.google.com ([209.85.210.193]:35881 "EHLO mail-wj0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S935401AbcKWLZx (ORCPT ); Wed, 23 Nov 2016 06:25:53 -0500 From: =?UTF-8?q?Nicolai=20H=C3=A4hnle?= To: linux-kernel@vger.kernel.org Cc: =?UTF-8?q?Nicolai=20H=C3=A4hnle?= , Peter Zijlstra , Ingo Molnar , dri-devel@lists.freedesktop.org, =?UTF-8?q?Nicolai=20H=C3=A4hnle?= Subject: [PATCH 4/4] locking/ww_mutex: Fix a comment typo Date: Wed, 23 Nov 2016 12:25:25 +0100 Message-Id: <1479900325-28358-4-git-send-email-nhaehnle@gmail.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1479900325-28358-1-git-send-email-nhaehnle@gmail.com> References: <1479900325-28358-1-git-send-email-nhaehnle@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 947 Lines: 25 From: Nicolai Hähnle Cc: Peter Zijlstra Cc: Ingo Molnar Cc: dri-devel@lists.freedesktop.org Signed-off-by: Nicolai Hähnle --- 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