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
