Re: [PATCH net-next 05/10] genetlink: use attrs from struct genl_info
From: Miquel Raynal <miquel.raynal@bootlin.com>
Date: 2023-08-10 06:17:55
From: Miquel Raynal <miquel.raynal@bootlin.com>
Date: 2023-08-10 06:17:55
Hi Jakub, kuba@kernel.org wrote on Wed, 9 Aug 2023 11:26:43 -0700:
Since dumps carry struct genl_info now, use the attrs pointer use the attr pointer from genl_info and remove the one in
"use the attr pointer" is present twice
struct genl_dumpit_info. Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/ieee802154/nl802154.c | 4 ++--
Otherwise for wpan: Reviewed-by: Miquel Raynal <miquel.raynal@bootlin.com> Thanks, Miquèl