From: Tom Rini Date: Wed, 2 Jul 2025 01:03:46 +0000 (-0600) Subject: usb: gadget: rockchip: Fix spacing around the Kconfig option X-Git-Tag: v2025.10-rc4~8^2~43 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9bd3fc8cd976e66b869e243d22fe37d836bbf318;p=pandora-u-boot.git usb: gadget: rockchip: Fix spacing around the Kconfig option This Kconfig option used spaces and not tabs for indentation. Switch to tabs. Signed-off-by: Tom Rini Reviewed-by: Quentin Schulz Reviewed-by: Kever Yang --- diff --git a/drivers/usb/gadget/Kconfig b/drivers/usb/gadget/Kconfig index b0decd7b251..6201663317b 100644 --- a/drivers/usb/gadget/Kconfig +++ b/drivers/usb/gadget/Kconfig @@ -201,13 +201,13 @@ config USB_FUNCTION_MASS_STORAGE the eMMC/SD card content to HOST PC so it can be mounted. config USB_FUNCTION_ROCKUSB - bool "Enable USB rockusb gadget" + bool "Enable USB rockusb gadget" depends on ARCH_ROCKCHIP - help - Rockusb protocol is widely used by Rockchip SoC based devices. It can - read/write info, image to/from devices. This enables the USB part of - the rockusb gadget.for more detail about Rockusb protocol, please see - doc/README.rockusb + help + Rockusb protocol is widely used by Rockchip SoC based devices. It can + read/write info, image to/from devices. This enables the USB part of + the rockusb gadget.for more detail about Rockusb protocol, please see + doc/README.rockusb config USB_FUNCTION_SDP bool "Enable USB SDP (Serial Download Protocol)"