usb: gadget: rockchip: Fix spacing around the Kconfig option
authorTom Rini <trini@konsulko.com>
Wed, 2 Jul 2025 01:03:46 +0000 (19:03 -0600)
committerKever Yang <kever.yang@rock-chips.com>
Sat, 30 Aug 2025 14:41:16 +0000 (22:41 +0800)
This Kconfig option used spaces and not tabs for indentation. Switch to
tabs.

Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
drivers/usb/gadget/Kconfig

index b0decd7..6201663 100644 (file)
@@ -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)"