mbox series

[v3,0/2] iommu: Fix spelling mistakes

Message ID 20210609083251.13827-1-thunder.leizhen@huawei.com (mailing list archive)
Headers show
Series iommu: Fix spelling mistakes | expand

Message

Leizhen (ThunderTown) June 9, 2021, 8:32 a.m. UTC
v2 --> v3:
1) Add some new fixes for the latest linux-next:
   drivers/iommu/fsl_pamu_domain.c:366: Traverese ==> Traverse
   drivers/iommu/mtk_iommu.c:977: Uppon ==> Upon
   drivers/iommu/intel/svm.c:488: shuld ==> should
   drivers/iommu/intel/svm.c:920: requeset ==> request
   drivers/iommu/intel/dmar.c:2131: Specifiction ==> Specification
2) Add a new fix "Additionally, The ==> Additionally, the", discovered by Will Deacon
3) Add some new fixes for the header files of iommu/iova
   The header files to be checked are as follows:
   include/linux/iommu*.h
   include/linux/iova.h
   include/uapi/linux/iommu.h
4) Changes to files "iova.h" and "iova.c" are grouped into a new patch.


v1 --> v2:
1. Merge into one patch
2. Add a new fix "appropriatley --> appropriately" in iommu.c, discovered by John Garry

Zhen Lei (2):
  iommu/iova: Fix spelling mistakes
  iommu: Fix spelling mistakes

 drivers/iommu/amd/amd_iommu_types.h   |  2 +-
 drivers/iommu/amd/init.c              |  2 +-
 drivers/iommu/amd/iommu.c             |  2 +-
 drivers/iommu/arm/arm-smmu/arm-smmu.c |  2 +-
 drivers/iommu/fsl_pamu.c              |  2 +-
 drivers/iommu/fsl_pamu_domain.c       |  2 +-
 drivers/iommu/intel/dmar.c            |  8 ++++----
 drivers/iommu/intel/iommu.c           |  2 +-
 drivers/iommu/intel/irq_remapping.c   |  2 +-
 drivers/iommu/intel/svm.c             |  4 ++--
 drivers/iommu/iommu.c                 |  6 +++---
 drivers/iommu/iova.c                  |  2 +-
 drivers/iommu/mtk_iommu.c             |  4 ++--
 drivers/iommu/omap-iommu.c            |  2 +-
 drivers/iommu/sun50i-iommu.c          |  2 +-
 include/linux/iova.h                  | 10 +++++-----
 16 files changed, 27 insertions(+), 27 deletions(-)