[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20181005.103956.929408559960094011.davem@davemloft.net>
Date: Fri, 05 Oct 2018 10:39:56 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: Igor.Russkikh@...antia.com
Cc: linux-usb@...r.kernel.org, netdev@...r.kernel.org,
Dmitry.Bezrukov@...antia.com
Subject: Re: [PATCH net-next 02/19] net: usb: aqc111: Add bind and empty
unbind callbacks
From: Igor Russkikh <Igor.Russkikh@...antia.com>
Date: Fri, 5 Oct 2018 10:24:42 +0000
> +static int aqc111_bind(struct usbnet *dev, struct usb_interface *intf)
> +{
> + int ret;
> + struct usb_device *udev = interface_to_usbdev(intf);
Please always order local variable declarations from longest to shortest
line (reverse christmas tree).
Powered by blists - more mailing lists