From: Govindarajulu Varadarajan <gvara...@cisco.com> Date: Tue, 7 Feb 2017 23:28:24 -0800
> +static void enic_udp_tunnel_add(struct net_device *netdev, > + struct udp_tunnel_info *ti) > +{ > + struct enic *enic = netdev_priv(netdev); > + int err; > + __be16 port = ti->port; Again, please order local variable declarations from longest to shortest line.