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
