[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20181005.104055.1450398286878441400.davem@davemloft.net>
Date: Fri, 05 Oct 2018 10:40:55 -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 03/19] net: usb: aqc111: Add implementation of
read and write commands
From: Igor Russkikh <Igor.Russkikh@...antia.com>
Date: Fri, 5 Oct 2018 10:24:44 +0000
> +static int __aqc111_read_cmd(struct usbnet *dev, u8 cmd, u16 value,
> + u16 index, u16 size, void *data, int nopm)
> +{
> + int ret;
> + int (*fn)(struct usbnet *dev, u8 cmd, u8 reqtype, u16 value,
> + u16 index, void *data, u16 size);
Again, please order local variables from longest to shortest line.
I won't explicitly point out the others, you need to audit your entire
submission for this problem and fix it up.
Thank you.
Powered by blists - more mailing lists