diff options
author | Joe Perches <[email protected]> | 2014-08-08 14:25:10 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 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 <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
-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 <[email protected]> S: Maintained -F: drivers/mtd/nand/pxa3xx-nand.c +F: drivers/mtd/nand/pxa3xx_nand.c MMP SUPPORT M: Eric Miao <[email protected]> |