Re: [PATCH v2 4/5] net: devres: provide devm_register_netdev()

From: Markus Elfring
Date: Sat May 23 2020 - 10:38:49 EST


â
> +++ b/net/devres.c
> @@ -38,3 +38,58 @@ struct net_device *devm_alloc_etherdev_mqs(struct device *dev, int sizeof_priv,
â
> + * This is a devres variant of register_netdev() for which the unregister
> + * function will be call automatically when the managing device is

Is the following wording variant more appropriate?

+ * function will be automatically called when the managing device is


Regards,
Markus