[PATCH phy-next 22/22] MAINTAINERS: add regex for linux-phy
Vladimir Oltean
vladimir.oltean at nxp.com
Thu Mar 5 07:39:00 PST 2026
On Thu, Mar 05, 2026 at 07:35:54AM -0800, Joe Perches wrote:
> On Thu, 2026-03-05 at 13:43 +0200, Vladimir Oltean wrote:
>
> > K: (?:struct\s+)?phy(?:_ops|_attrs|_lookup|_provider)?\b
>
> You have (?:...)?phy(?:...)?\b
>
> I rather doubt you want anything that ends in phy
>
> That matches words like cryptography and way too many dts/yaml files
Yeah, the struct was meant to be non-optional, thanks for pointing it out.
K: \bstruct\s+phy(?:_ops|_attrs|_lookup|_provider)?\b
More information about the Linux-rockchip
mailing list