Re: [PATCH] MAINTAINERS: add keyword "tegra" to Tegra section

2013-02-08 Thread Joe Perches
On Fri, 2013-02-08 at 20:15 -0700, Stephen Warren wrote: > Perhaps a custom almost-equivalent (?i)[^a-z]tegra would work? I didn't notice false positives with that one. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to

Re: [PATCH] MAINTAINERS: add keyword "tegra" to Tegra section

2013-02-08 Thread Stephen Warren
On 02/08/2013 06:05 PM, Joe Perches wrote: > On Fri, 2013-02-08 at 17:47 -0700, Stephen Warren wrote: >> On 02/08/2013 05:40 PM, Joe Perches wrote: >>> On Fri, 2013-02-08 at 13:04 -0700, Stephen Warren wrote: (?>> >>> This doesn't work well. It matches too many >>> words like integral. >>

Re: [PATCH] MAINTAINERS: add keyword "tegra" to Tegra section

2013-02-08 Thread Joe Perches
On Fri, 2013-02-08 at 17:47 -0700, Stephen Warren wrote: > On 02/08/2013 05:40 PM, Joe Perches wrote: > > On Fri, 2013-02-08 at 13:04 -0700, Stephen Warren wrote: > >> (? > > > This doesn't work well. It matches too many > > words like integral. > > Hmmm. That's exactly what the (? attempting

Re: [PATCH] MAINTAINERS: add keyword "tegra" to Tegra section

2013-02-08 Thread Stephen Warren
On 02/08/2013 05:40 PM, Joe Perches wrote: > On Fri, 2013-02-08 at 13:04 -0700, Stephen Warren wrote: >> (? > This doesn't work well. It matches too many > words like integral. Hmmm. That's exactly what the (? I suggest > > K:(?:\btegra\b|\bTEGRA_) > -- To unsubscribe from this list:

Re: [PATCH] MAINTAINERS: add keyword "tegra" to Tegra section

2013-02-08 Thread Joe Perches
On Fri, 2013-02-08 at 13:04 -0700, Stephen Warren wrote: > (?http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

[PATCH] MAINTAINERS: add keyword "tegra" to Tegra section

2013-02-08 Thread Stephen Warren
From: Stephen Warren The intent is to ensure that all Tegra-related patches are sent to the linux-tegra@ mailing list, so people can keep up-to-date on all misc driver changes. Doing this with a keyword is far simpler and more compact than listing all Tegra-related drivers, even if wildcards

[PATCH] MAINTAINERS: add keyword tegra to Tegra section

2013-02-08 Thread Stephen Warren
From: Stephen Warren swar...@nvidia.com The intent is to ensure that all Tegra-related patches are sent to the linux-tegra@ mailing list, so people can keep up-to-date on all misc driver changes. Doing this with a keyword is far simpler and more compact than listing all Tegra-related drivers,

Re: [PATCH] MAINTAINERS: add keyword tegra to Tegra section

2013-02-08 Thread Joe Perches
On Fri, 2013-02-08 at 13:04 -0700, Stephen Warren wrote: (?!in)tegra This doesn't work well. It matches too many words like integral. I suggest K: (?:\btegra\b|\bTEGRA_) -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to

Re: [PATCH] MAINTAINERS: add keyword tegra to Tegra section

2013-02-08 Thread Stephen Warren
On 02/08/2013 05:40 PM, Joe Perches wrote: On Fri, 2013-02-08 at 13:04 -0700, Stephen Warren wrote: (?!in)tegra This doesn't work well. It matches too many words like integral. Hmmm. That's exactly what the (?!in) negative look-behind assertion is attempting to avoid. It works fine here.

Re: [PATCH] MAINTAINERS: add keyword tegra to Tegra section

2013-02-08 Thread Joe Perches
On Fri, 2013-02-08 at 17:47 -0700, Stephen Warren wrote: On 02/08/2013 05:40 PM, Joe Perches wrote: On Fri, 2013-02-08 at 13:04 -0700, Stephen Warren wrote: (?!in)tegra This doesn't work well. It matches too many words like integral. Hmmm. That's exactly what the (?!in) negative

Re: [PATCH] MAINTAINERS: add keyword tegra to Tegra section

2013-02-08 Thread Stephen Warren
On 02/08/2013 06:05 PM, Joe Perches wrote: On Fri, 2013-02-08 at 17:47 -0700, Stephen Warren wrote: On 02/08/2013 05:40 PM, Joe Perches wrote: On Fri, 2013-02-08 at 13:04 -0700, Stephen Warren wrote: (?!in)tegra This doesn't work well. It matches too many words like integral. Hmmm.

Re: [PATCH] MAINTAINERS: add keyword tegra to Tegra section

2013-02-08 Thread Joe Perches
On Fri, 2013-02-08 at 20:15 -0700, Stephen Warren wrote: Perhaps a custom almost-equivalent (?i)[^a-z]tegra would work? I didn't notice false positives with that one. -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org