[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <0925a763d31cf8055184247f272ea29af866c0ea.camel@pengutronix.de>
Date: Tue, 22 Oct 2019 18:16:53 +0200
From: Philipp Zabel <p.zabel@...gutronix.de>
To: Joe Perches <joe@...ches.com>, linux-kernel@...r.kernel.org
Cc: kernel@...gutronix.de
Subject: Re: [PATCH] MAINTAINERS: add reset controller framework keywords
On Tue, 2019-10-22 at 09:03 -0700, Joe Perches wrote:
> On Tue, 2019-10-22 at 14:38 +0200, Philipp Zabel wrote:
> > Add a regex that matches users of the reset controller API.
> []
> > diff --git a/MAINTAINERS b/MAINTAINERS
> []
> > @@ -13851,6 +13851,7 @@ F: include/dt-bindings/reset/
> > F: include/linux/reset.h
> > F: include/linux/reset/
> > F: include/linux/reset-controller.h
> > +K: \b(devm_|of_)?reset_control(ler_[a-z]+|_[a-z_]+)?\b
>
> Please add ?: to each group so no capture is done.
> It's a little faster.
>
> K: \b(?:devm_|of_)?reset_control(?:ler_[a-z]+|_[a-z_]+)?\b
Thank you, fixed in v2.
regards
Philipp
Powered by blists - more mailing lists