Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

usb: gadget.h: be consistent at kernel doc macros

There's one value that use spaces instead of tabs to ident.
That causes the following warning:

./include/linux/usb/gadget.h:193: ERROR: Unexpected indentation.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

authored by

Mauro Carvalho Chehab and committed by
Jonathan Corbet
0cb30062 3e208a00

+1 -1
+1 -1
include/linux/usb/gadget.h
··· 188 188 * @caps:The structure describing types and directions supported by endoint. 189 189 * @maxpacket:The maximum packet size used on this endpoint. The initial 190 190 * value can sometimes be reduced (hardware allowing), according to 191 - * the endpoint descriptor used to configure the endpoint. 191 + * the endpoint descriptor used to configure the endpoint. 192 192 * @maxpacket_limit:The maximum packet size value which can be handled by this 193 193 * endpoint. It's set once by UDC driver when endpoint is initialized, and 194 194 * should not be changed. Should not be confused with maxpacket.