MAINTAINERS: omap: fix regex
authorFelipe Contreras <felipe.contreras@gmail.com>
Tue, 22 Sep 2009 00:04:25 +0000 (17:04 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 22 Sep 2009 14:17:47 +0000 (07:17 -0700)
Otherwise 'arch/arm/*omap*/foo.c' wouldn't match

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Cc: Joe Perches <joe@perches.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
MAINTAINERS

index 8d30ce8..4dd43f8 100644 (file)
@@ -3737,7 +3737,7 @@ W:        http://www.muru.com/linux/omap/
 W:     http://linux.omap.com/
 T:     git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git
 S:     Maintained
-F:     arch/arm/*omap*
+F:     arch/arm/*omap*/
 
 OMAP CLOCK FRAMEWORK SUPPORT
 M:     Paul Walmsley <paul@pwsan.com>