On Fri, 2019-03-01 at 21:46 -0800, David Miller wrote: > From: Andy Shevchenko <andriy.shevche...@linux.intel.com> > Date: Thu, 28 Feb 2019 23:34:29 +0300 > > > @@ -1554,7 +1554,7 @@ static int enc28j60_probe(struct spi_device *spi) > > { > > struct net_device *dev; > > struct enc28j60_net *priv; > > - const void *macaddr; > > + unsigned char macaddr[ETH_ALEN]; > > int ret = 0; > > Preserve the reverse christmas tree here please.
There is no reverse christmas tree here.