On Fri, 2025-03-28 at 17:55 +0530, Roopni Devanathan wrote: > > @@ -3237,7 +3243,8 @@ static int nl80211_dump_wiphy(struct sk_buff *skb, struct netlink_callback *cb) > skb, > NETLINK_CB(cb->skb).portid, > cb->nlh->nlmsg_seq, > - NLM_F_MULTI, state); > + NLM_F_MULTI, > + state); > Please don't make unrelated (and unnecessary) changes. johannes