Re: [PATCH v2] net: use exponential backoff in netdev_wait_allrefs

From: David Miller
Date: Thu Sep 17 2020 - 19:12:31 EST


From: fruggeri@xxxxxxxxxx (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.