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=-10.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=unavailable 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 B37E3C433B4 for ; Tue, 6 Apr 2021 19:38:03 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 73BC460FEF for ; Tue, 6 Apr 2021 19:38:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S244882AbhDFTiK (ORCPT ); Tue, 6 Apr 2021 15:38:10 -0400 Received: from us-smtp-delivery-124.mimecast.com ([216.205.24.124]:57540 "EHLO us-smtp-delivery-124.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S242679AbhDFTiG (ORCPT ); Tue, 6 Apr 2021 15:38:06 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1617737878; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=8dMs3nqHBT5cQBi5MtXM5AYMaRA0akJjO+wkzuphB+8=; b=S9jnanZNsIo5IBZdzBX8AcuCsmAb993ZhrI07yQJQoPduLbFufq6FSDs6oJYnznDWvcLEZ vMRhfYZBEaBTmlrllPBTZWG8KCUdowaf63i0EVKtJkZ5fqrimNYjqG3qJUtyZUN6NOhN0V EtSlxI/KgTpUJhlVd8soXQ/uCZAyHk8= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-133-ZMisu-1SPDqTSaMbVSPhWA-1; Tue, 06 Apr 2021 15:37:56 -0400 X-MC-Unique: ZMisu-1SPDqTSaMbVSPhWA-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id AEFDC881D7C; Tue, 6 Apr 2021 19:37:53 +0000 (UTC) Received: from omen (ovpn-112-85.phx2.redhat.com [10.3.112.85]) by smtp.corp.redhat.com (Postfix) with ESMTP id 38BAB60240; Tue, 6 Apr 2021 19:37:45 +0000 (UTC) Date: Tue, 6 Apr 2021 13:37:44 -0600 From: Alex Williamson To: Zhen Lei Cc: Cornelia Huck , kvm , Kirti Wankhede , Eric Auger , linux-kernel Subject: Re: [PATCH 0/4] vfio: fix a couple of spelling mistakes detected by codespell tool Message-ID: <20210406133744.4c7dc047@omen> In-Reply-To: <20210326083528.1329-1-thunder.leizhen@huawei.com> References: <20210326083528.1329-1-thunder.leizhen@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 26 Mar 2021 16:35:24 +0800 Zhen Lei wrote: > This detection and correction covers the entire driver/vfio directory. > > Zhen Lei (4): > vfio/type1: fix a couple of spelling mistakes > vfio/mdev: Fix spelling mistake "interal" -> "internal" > vfio/pci: fix a couple of spelling mistakes > vfio/platform: Fix spelling mistake "registe" -> "register" > > drivers/vfio/mdev/mdev_private.h | 2 +- > drivers/vfio/pci/vfio_pci.c | 2 +- > drivers/vfio/pci/vfio_pci_config.c | 2 +- > drivers/vfio/pci/vfio_pci_nvlink2.c | 4 ++-- > drivers/vfio/platform/reset/vfio_platform_calxedaxgmac.c | 2 +- > drivers/vfio/vfio_iommu_type1.c | 6 +++--- > 6 files changed, 9 insertions(+), 9 deletions(-) > Applied to vfio next branch for v5.13. Thanks, Alex