From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-13.8 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7EAFDC433E0 for ; Fri, 29 Jan 2021 16:24:34 +0000 (UTC) Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id E31A264DD6 for ; Fri, 29 Jan 2021 16:24:33 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org E31A264DD6 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=virtualization-bounces@lists.linux-foundation.org Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 5DFE98749F; Fri, 29 Jan 2021 16:24:33 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id v-BJkLpsQ8Eh; Fri, 29 Jan 2021 16:24:32 +0000 (UTC) Received: from lists.linuxfoundation.org (lf-lists.osuosl.org [140.211.9.56]) by hemlock.osuosl.org (Postfix) with ESMTP id BA0AE87497; Fri, 29 Jan 2021 16:24:32 +0000 (UTC) Received: from lf-lists.osuosl.org (localhost [127.0.0.1]) by lists.linuxfoundation.org (Postfix) with ESMTP id 945DBC0FA7; Fri, 29 Jan 2021 16:24:32 +0000 (UTC) Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by lists.linuxfoundation.org (Postfix) with ESMTP id 3977DC013A for ; Fri, 29 Jan 2021 16:24:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 1AD7F22654 for ; Fri, 29 Jan 2021 16:24:32 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id YjJNgaAkyHft for ; Fri, 29 Jan 2021 16:24:31 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by silver.osuosl.org (Postfix) with ESMTPS id 0C88220408 for ; Fri, 29 Jan 2021 16:24:31 +0000 (UTC) Received: by mail.kernel.org (Postfix) with ESMTPSA id A0FC164DFB; Fri, 29 Jan 2021 16:24:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1611937470; bh=rX//8lmNsK9ouUWLaFuelzOZswldJFRqZnwM9SrzbmA=; h=Date:From:To:Cc:Subject:In-Reply-To:From; b=rIdEcRXyknFPg6vCzipnjyc/WTpKmyVlmoOuN2YwQwtLSqPW+EJuS+WD4+mmtmLKX 5gwOC0Z/ybiPmQnrOTa5DIRP0EqAkElggSbcll5Mb43sr62i2YUhpexHQULXJat2jy t8gzwcPAlLkFM/HjstxhS06O3sImop4QIX3GpQsMvn/XvnpP0qeTH6ccTQeGbsJFiT 43ospAl2b7n4fvB5j2fjm+yxiWBJePUJtikrT7XbZEOnXC501ZBbw0lCpbTd01mHZG 8npsCU1Y65UT2PgkQ3xfqqvnU5/rvG4k1Qx5v6xqT3b0Q+eY0XRk4h9Z2RwE7u356y 534BjZuz4AGww== Date: Fri, 29 Jan 2021 10:24:28 -0600 From: Bjorn Helgaas To: Heiko Carstens , Vasily Gorbik , Christian Borntraeger , Dave Airlie , Gerd Hoffmann , Daniel Vetter , Luca Coelho , Kalle Valo , "David S . Miller" , Jakub Kicinski Subject: Re: [PATCH] Fix "ordering" comment typos Message-ID: <20210129162428.GA85218@bjorn-Precision-5520> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210126195042.2909405-1-helgaas@kernel.org> Cc: linux-pci@vger.kernel.org, linux-s390@vger.kernel.org, Bjorn Helgaas , linux-wireless@vger.kernel.org, virtualization@lists.linux-foundation.org X-BeenThere: virtualization@lists.linux-foundation.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Linux virtualization List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: virtualization-bounces@lists.linux-foundation.org Sender: "Virtualization" On Tue, Jan 26, 2021 at 01:50:42PM -0600, Bjorn Helgaas wrote: > From: Bjorn Helgaas > > Fix comment typos in "ordering". > > Signed-off-by: Bjorn Helgaas > --- > arch/s390/include/asm/facility.h | 2 +- > drivers/gpu/drm/qxl/qxl_drv.c | 2 +- > drivers/net/wireless/intel/iwlwifi/fw/file.h | 2 +- > 3 files changed, 3 insertions(+), 3 deletions(-) > > > Unless somebody objects, I'll just merge these typo fixes via the PCI tree. Applied to pci/misc for v5.12 with acks from Kalle and Vasily. > diff --git a/arch/s390/include/asm/facility.h b/arch/s390/include/asm/facility.h > index 68c476b20b57..91b5d714d28f 100644 > --- a/arch/s390/include/asm/facility.h > +++ b/arch/s390/include/asm/facility.h > @@ -44,7 +44,7 @@ static inline int __test_facility(unsigned long nr, void *facilities) > } > > /* > - * The test_facility function uses the bit odering where the MSB is bit 0. > + * The test_facility function uses the bit ordering where the MSB is bit 0. > * That makes it easier to query facility bits with the bit number as > * documented in the Principles of Operation. > */ > diff --git a/drivers/gpu/drm/qxl/qxl_drv.c b/drivers/gpu/drm/qxl/qxl_drv.c > index 6e7f16f4cec7..dab190a547cc 100644 > --- a/drivers/gpu/drm/qxl/qxl_drv.c > +++ b/drivers/gpu/drm/qxl/qxl_drv.c > @@ -141,7 +141,7 @@ static void qxl_drm_release(struct drm_device *dev) > > /* > * TODO: qxl_device_fini() call should be in qxl_pci_remove(), > - * reodering qxl_modeset_fini() + qxl_device_fini() calls is > + * reordering qxl_modeset_fini() + qxl_device_fini() calls is > * non-trivial though. > */ > qxl_modeset_fini(qdev); > diff --git a/drivers/net/wireless/intel/iwlwifi/fw/file.h b/drivers/net/wireless/intel/iwlwifi/fw/file.h > index 597bc88479ba..04fbfe5cbeb0 100644 > --- a/drivers/net/wireless/intel/iwlwifi/fw/file.h > +++ b/drivers/net/wireless/intel/iwlwifi/fw/file.h > @@ -866,7 +866,7 @@ struct iwl_fw_dbg_trigger_time_event { > * tx_bar: tid bitmap to configure on what tid the trigger should occur > * when a BAR is send (for an Rx BlocAck session). > * frame_timeout: tid bitmap to configure on what tid the trigger should occur > - * when a frame times out in the reodering buffer. > + * when a frame times out in the reordering buffer. > */ > struct iwl_fw_dbg_trigger_ba { > __le16 rx_ba_start; > -- > 2.25.1 > _______________________________________________ Virtualization mailing list Virtualization@lists.linux-foundation.org https://lists.linuxfoundation.org/mailman/listinfo/virtualization