Re: [PATCH phy-next 22/22] MAINTAINERS: add regex for linux-phy
From: Joe Perches
Date: Thu Mar 05 2026 - 10:39:09 EST
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