aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Luck2020-11-05 10:44:06 -0800
committerTony Luck2020-11-10 13:58:39 -0800
commit211f737ac76ac317b67fa903742e92236d5776df (patch)
tree427fd7342f5294747dc7dc775fc8e31cfdb25462
parent24269999027e6b161c0078ad9c1557f9a1575128 (diff)
MAINTAINERS: Clean up the F: entries for some EDAC drivers
The edac_altera entry stopped at the "." and needed "[ch]" to match both the driver and the header file. The edac_skx entry only matched on ".c" files so didn't include skx_common.h Signed-off-by: Tony Luck <tony.luck@intel.com>
-rw-r--r--MAINTAINERS4
1 files changed, 2 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index e73636b75f29..aee8921cb470 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2486,7 +2486,7 @@ F: drivers/clk/socfpga/
ARM/SOCFPGA EDAC SUPPORT
M: Dinh Nguyen <dinguyen@kernel.org>
S: Maintained
-F: drivers/edac/altera_edac.
+F: drivers/edac/altera_edac.[ch]
ARM/SPREADTRUM SoC SUPPORT
M: Orson Zhai <orsonzhai@gmail.com>
@@ -6402,7 +6402,7 @@ EDAC-SKYLAKE
M: Tony Luck <tony.luck@intel.com>
L: linux-edac@vger.kernel.org
S: Maintained
-F: drivers/edac/skx_*.c
+F: drivers/edac/skx_*.[ch]
EDAC-TI
M: Tero Kristo <t-kristo@ti.com>