On Thu, Jun 12, 2014 at 10:12:57AM -0700, Randy Dunlap wrote: > From: Randy Dunlap <[email protected]> > > Note that I don't maintain Documentation/ABI/, > Documentation/devicetree/, or the language translation files. > > Signed-off-by: Randy Dunlap <[email protected]>
One comment below. > MAINTAINERS | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > --- lnx-315-rc5.orig/MAINTAINERS > +++ lnx-315-rc5/MAINTAINERS > @@ -2885,7 +2885,7 @@ M: Randy Dunlap <[email protected]> > L: [email protected] > T: quilt http://www.infradead.org/~rdunlap/Doc/patches/ > S: Maintained > -F: Documentation/ > +F: Documentation/ (but not: ABI, devicetree, translations) Could we make this machine-readable, and teach scripts/get_maintainer.pl to understand it? Two possible syntaxes: F: Documentation/ F: !Documentation/ABI/ ... or: F: Documentation/ (not Documentation/ABI ...) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

