From patchwork Wed Nov 23 11:25:25 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Nicolai_H=C3=A4hnle?= X-Patchwork-Id: 9443015 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id B4AD1600BA for ; Wed, 23 Nov 2016 11:26:11 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 8A7A51FE95 for ; Wed, 23 Nov 2016 11:26:11 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 7F22E2236A; Wed, 23 Nov 2016 11:26:11 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.1 required=2.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_MED, T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 899C31FE95 for ; Wed, 23 Nov 2016 11:26:09 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id CF1576E826; Wed, 23 Nov 2016 11:25:59 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-wj0-x241.google.com (mail-wj0-x241.google.com [IPv6:2a00:1450:400c:c01::241]) by gabe.freedesktop.org (Postfix) with ESMTPS id 15C606E81F for ; Wed, 23 Nov 2016 11:25:54 +0000 (UTC) Received: by mail-wj0-x241.google.com with SMTP id xy5so816171wjc.1 for ; Wed, 23 Nov 2016 03:25:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=zV0XielCAzNlj4Ldj1DeR1I6MJbeHULwet8l1i427/8=; b=1Aly2RvLKaPh6TVDKitRHkPvTGOAPzWS5EhwPI2JKkg+TZcD5vSTQDOq5bgnrUjl6Y +RFzcSHtp4wcCqWbc9hwShMvRYjUAMqnfKXDmRUOQWCwFh9S/dkjgjM7kelunoG8ZJK1 HVZhdBHKKUZrnV5s0x4VkMzqsZVf9tsAjhTsmikKYDvU9nNSsffD8djSgvDuM2L2eeXW aEK+ZIsku5JXz760TG7NYA+zGS6lFcb6yujZ/XIrtJ5Tj9hq1hjtcnUVmojGrOwe7sw0 +zvpCoYWCSfOrWSgTAeq8JzMsjyiS3H6CKYFyu5l+vE5J9gR6lX0qxIwL9fmZgy4yDQ2 iZIw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=zV0XielCAzNlj4Ldj1DeR1I6MJbeHULwet8l1i427/8=; b=La7CBySxzDBabrGLe6Tlm028WeEKBnvijMPh3q+7OOA6cQQg6LdgkM6KreIj5i+ULi TW1hsFyQPa7u+chB4WI0xbKVH+kYYFAGnZx9bKUkAZ2Yz5AzOXyglk9UmfftXE7RInAV atIUWjDmP1dqNQ4L61M5+G+EADfWgmzlNl+AjdCAq4xMm4Ear4iDHEjDVwYQP2WB1koc NzluUlYajjDQ/6RzDeEDpn4VtYxIbanZLsBDYuzR7ErDp03Mwu6noBskjt/kbF1j3SfM om1/F3P6KuDcgR+Joz6wcs4v1ECFaoFCUvDEETpyvTBMKizG1tVUqIYs2vDI6OqP+Auh jEMQ== X-Gm-Message-State: AKaTC02LcKxDxJ2B5m8CtIVvy1c4HiP97Bi17hlTRgnweUjSWerQk/AsUgLVu1Q8UTo8SA== X-Received: by 10.194.148.134 with SMTP id ts6mr2767181wjb.220.1479900352389; Wed, 23 Nov 2016 03:25:52 -0800 (PST) Received: from cassiopeia.fritz.box ([2001:a61:1157:fa01:f4ca:31b1:e109:5ff4]) by smtp.gmail.com with ESMTPSA id c133sm2264367wme.12.2016.11.23.03.25.51 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 23 Nov 2016 03:25:51 -0800 (PST) From: =?UTF-8?q?Nicolai=20H=C3=A4hnle?= To: linux-kernel@vger.kernel.org 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 Cc: Peter Zijlstra , Ingo Molnar , dri-devel@lists.freedesktop.org, =?UTF-8?q?Nicolai=20H=C3=A4hnle?= X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" X-Virus-Scanned: ClamAV using ClamSMTP 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