On Fri, 8 Nov 2024 11:41:44 +0100 Johannes Berg wrote: > From: Johannes Berg <johannes.berg@xxxxxxxxx> > > There are quite a number of places that use patterns > such as > > if (attr) > val = nla_get_u16(attr); > else > val = DEFAULT; > > Add nla_get_u16_default() and friends like that to > not have to type this out all the time. > > Acked-by: Toke Høiland-Jørgensen <toke@xxxxxxxxxx> > Acked-by: Jakub Kicinski <kuba@xxxxxxxxxx> > Signed-off-by: Johannes Berg <johannes.berg@xxxxxxxxx> Applied with some minor whitespace fixes, thanks!