On Thu, 2024-10-24 at 16:31 +0200, Johannes Berg wrote: > On Thu, 2024-10-24 at 16:28 +0200, Sabrina Dubroca wrote: > > > > > > Not really familiar with spatch, but I'm guessing this won't cover: > > val = attr ? getter(attr) : default; > > True, we could add > > -val = attr ? fn(attr) : def; > +val = dfn(attr); > There are about 50 of those :) thanks! johannes