MAINTAINERS: Clean up the F: entries for some EDAC drivers
authorTony Luck <tony.luck@intel.com>
Thu, 5 Nov 2020 18:44:06 +0000 (10:44 -0800)
committerTony Luck <tony.luck@intel.com>
Tue, 10 Nov 2020 21:58:39 +0000 (13:58 -0800)
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>
MAINTAINERS

index e73636b75f29de8644c5c260b60f029e36df635a..aee8921cb470611b12f40beabb70b219fd31f7eb 100644 (file)
@@ -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>