Re: [PATCH v2] net: usb: usbnet: update __usbnet_{read|write}_cmd() to use new API

From: Anant Thazhemadam
Date: Sat Oct 31 2020 - 17:31:56 EST



On 01/11/20 2:41 am, Jakub Kicinski wrote:
> On Thu, 29 Oct 2020 18:52:56 +0530 Anant Thazhemadam wrote:
>> + return usb_control_msg_recv(dev->udev, 0,
>> + cmd, reqtype, value, index, data, size,
>> + USB_CTRL_GET_TIMEOUT, GFP_KERNEL);
> Please align continuation lines after the opening bracket.

I will do that, and send in a v3 right away.

Thanks,
Anant