From: frugg...@arista.com (Francesco Ruggeri) Date: Thu, 17 Sep 2020 15:19:22 -0700
> static void netdev_wait_allrefs(struct net_device *dev) > { > unsigned long rebroadcast_time, warning_time; > int refcnt; > + unsigned int wait = MIN_MSLEEP; Please preserve the reverse christmas tree ordering of local variables here, thank you.