Re: [PATCH v4 net-next 19/19] ionic: Add basic devlink interface
On 7/23/19 2:40 PM, David Miller wrote: From: Shannon Nelson Date: Mon, 22 Jul 2019 14:40:23 -0700 +struct ionic *ionic_devlink_alloc(struct device *dev) +{ + struct devlink *dl; + struct ionic *ionic; Reverse christmas tree please. Yep, I missed this one. Thanks for your revie
Re: [PATCH v4 net-next 19/19] ionic: Add basic devlink interface
From: Shannon Nelson Date: Mon, 22 Jul 2019 14:40:23 -0700 > +struct ionic *ionic_devlink_alloc(struct device *dev) > +{ > + struct devlink *dl; > + struct ionic *ionic; Reverse christmas tree please.