mbox series

[0/4] vfio: fix a couple of spelling mistakes detected by codespell tool

Message ID 20210326083528.1329-1-thunder.leizhen@huawei.com (mailing list archive)
Headers show
Series vfio: fix a couple of spelling mistakes detected by codespell tool | expand

Message

Leizhen (ThunderTown) March 26, 2021, 8:35 a.m. UTC
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(-)

Comments

Alex Williamson April 6, 2021, 7:37 p.m. UTC | #1
On Fri, 26 Mar 2021 16:35:24 +0800
Zhen Lei <thunder.leizhen@huawei.com> 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