From: Lan Tianyu Date: Tue, 26 Mar 2019 06:28:21 +0000 (+0800) Subject: MAINTAINERS: Fix Hyperv vIOMMU driver file name X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=bafe1e79e05de725e26b3f60c90b49e635b686b9;p=openwrt%2Fstaging%2Fblogic.git MAINTAINERS: Fix Hyperv vIOMMU driver file name The Hyperv vIOMMU file name should be "hyperv-iommu.c" rather than "hyperv_iommu.c". This patch is to fix it. Signed-off-by: Lan Tianyu Signed-off-by: Sasha Levin --- diff --git a/MAINTAINERS b/MAINTAINERS index 783569e3c4b4..b03179510e26 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7454,7 +7454,7 @@ F: drivers/net/hyperv/ F: drivers/scsi/storvsc_drv.c F: drivers/uio/uio_hv_generic.c F: drivers/video/fbdev/hyperv_fb.c -F: drivers/iommu/hyperv_iommu.c +F: drivers/iommu/hyperv-iommu.c F: net/vmw_vsock/hyperv_transport.c F: include/clocksource/hyperv_timer.h F: include/linux/hyperv.h