diff options
author | Joe Perches <[email protected]> | 2010-07-12 17:45:49 -0300 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2010-07-12 14:42:05 -0700 |
commit | 70aff0ce210f58afa3ed47102532f20834da31b3 (patch) | |
tree | ddfde26c11622b04a3303794422b2df556fe22bd | |
parent | 589643be6693c46fbc54bae77745f336c8ed4bcc (diff) |
MAINTAINERS: fix EDAC-I7CORE file patterns
File patterns are one per line.
Fixed include file location.
Signed-off-by: Joe Perches <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
-rw-r--r-- | MAINTAINERS | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index a07a49deb47b..58848125b8bf 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2121,7 +2121,9 @@ M: Mauro Carvalho Chehab <[email protected]> W: bluesmoke.sourceforge.net S: Maintained -F: drivers/edac/i7core_edac.c linux/edac_mce.h drivers/edac/edac_mce.c +F: drivers/edac/i7core_edac.c +F: drivers/edac/edac_mce.c +F: include/linux/edac_mce.h EDAC-I82975X M: Ranganathan Desikan <[email protected]> |