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

Jakub Kicinski kuba at kernel.org
Sat Oct 31 21:11:43 UTC 2020


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.


More information about the Linux-kernel-mentees mailing list