aboutsummaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2014-08-08 14:25:10 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2014-08-08 15:57:30 -0700
commit9a67f099c802879c1dd7952114faee4adcf0a5b4 (patch)
treec5103a56208c2635bbd488d058b40fb9de1e8a9f /MAINTAINERS
parentMAINTAINERS: use correct filename for sdhci-bcm-kona (diff)
downloadlinux-dev-9a67f099c802879c1dd7952114faee4adcf0a5b4.tar.xz
linux-dev-9a67f099c802879c1dd7952114faee4adcf0a5b4.zip
MAINTAINERS: fix PXA3xx NAND FLASH DRIVER pattern
Use underscore, not dash Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS2
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index c453de31f4c2..13dbfe9e5760 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7245,7 +7245,7 @@ PXA3xx NAND FLASH DRIVER
M: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
L: linux-mtd@lists.infradead.org
S: Maintained
-F: drivers/mtd/nand/pxa3xx-nand.c
+F: drivers/mtd/nand/pxa3xx_nand.c
MMP SUPPORT
M: Eric Miao <eric.y.miao@gmail.com>