From: Alvin Šipraga <[email protected]> Date: Mon, 17 Aug 2020 15:58:59 +0200
> @@ -1269,6 +1269,9 @@ static void macvlan_port_destroy(struct net_device *dev)
> static int macvlan_validate(struct nlattr *tb[], struct nlattr *data[],
> struct netlink_ext_ack *extack)
> {
> + int rem, len;
> + struct nlattr *nla, *head;
> +
Reverse christmas tree ordering for local variables please.
