diff options
author | Joe Perches | 2014-08-08 14:25:10 -0700 |
---|---|---|
committer | Linus Torvalds | 2014-08-08 15:57:30 -0700 |
commit | 9a67f099c802879c1dd7952114faee4adcf0a5b4 (patch) | |
tree | c5103a56208c2635bbd488d058b40fb9de1e8a9f | |
parent | e4ef47f2fe33906be2a03e5b91c68c84d2613af4 (diff) |
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>
-rw-r--r-- | MAINTAINERS | 2 |
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> |