I no longer work for Arm, so update the stale reference to my old email address.
Signed-off-by: Will Deacon <[email protected]> --- drivers/iommu/arm-smmu-v3.c | 2 +- drivers/iommu/arm-smmu.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/iommu/arm-smmu-v3.c b/drivers/iommu/arm-smmu-v3.c index f79b14f75107..7669beafc493 100644 --- a/drivers/iommu/arm-smmu-v3.c +++ b/drivers/iommu/arm-smmu-v3.c @@ -3732,5 +3732,5 @@ static struct platform_driver arm_smmu_driver = { module_platform_driver(arm_smmu_driver); MODULE_DESCRIPTION("IOMMU API for ARM architected SMMUv3 implementations"); -MODULE_AUTHOR("Will Deacon <[email protected]>"); +MODULE_AUTHOR("Will Deacon <[email protected]>"); MODULE_LICENSE("GPL v2"); diff --git a/drivers/iommu/arm-smmu.c b/drivers/iommu/arm-smmu.c index 100ab5b9c255..d55acc48aee3 100644 --- a/drivers/iommu/arm-smmu.c +++ b/drivers/iommu/arm-smmu.c @@ -2291,5 +2291,5 @@ static struct platform_driver arm_smmu_driver = { module_platform_driver(arm_smmu_driver); MODULE_DESCRIPTION("IOMMU API for ARM architected SMMU implementations"); -MODULE_AUTHOR("Will Deacon <[email protected]>"); +MODULE_AUTHOR("Will Deacon <[email protected]>"); MODULE_LICENSE("GPL v2"); -- 2.24.0.432.g9d3f5f5b63-goog _______________________________________________ iommu mailing list [email protected] https://lists.linuxfoundation.org/mailman/listinfo/iommu
