usb: dwc3: Fix Kconfig indentation
authorKrzysztof Kozlowski <krzk@kernel.org>
Thu, 21 Nov 2019 13:29:14 +0000 (21:29 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 21 Nov 2019 13:39:39 +0000 (14:39 +0100)
Adjust indentation from spaces to tab (+optional two spaces) as in
coding style with command like:
$ sed -e 's/^        /\t/' -i */Kconfig

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Link: https://lore.kernel.org/r/20191121132914.29368-1-krzk@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/dwc3/Kconfig

index 0d97e6b..206caa0 100644 (file)
@@ -97,24 +97,24 @@ config USB_DWC3_KEYSTONE
          Say 'Y' or 'M' here if you have one such device
 
 config USB_DWC3_MESON_G12A
-       tristate "Amlogic Meson G12A Platforms"
-       depends on OF && COMMON_CLK
-       depends on ARCH_MESON || COMPILE_TEST
-       default USB_DWC3
-       select USB_ROLE_SWITCH
+       tristate "Amlogic Meson G12A Platforms"
+       depends on OF && COMMON_CLK
+       depends on ARCH_MESON || COMPILE_TEST
+       default USB_DWC3
+       select USB_ROLE_SWITCH
        select REGMAP_MMIO
-       help
-        Support USB2/3 functionality in Amlogic G12A platforms.
-        Say 'Y' or 'M' if you have one such device.
+       help
+         Support USB2/3 functionality in Amlogic G12A platforms.
+         Say 'Y' or 'M' if you have one such device.
 
 config USB_DWC3_OF_SIMPLE
-       tristate "Generic OF Simple Glue Layer"
-       depends on OF && COMMON_CLK
-       default USB_DWC3
-       help
-        Support USB2/3 functionality in simple SoC integrations.
-        Currently supports Xilinx and Qualcomm DWC USB3 IP.
-        Say 'Y' or 'M' if you have one such device.
+       tristate "Generic OF Simple Glue Layer"
+       depends on OF && COMMON_CLK
+       default USB_DWC3
+       help
+         Support USB2/3 functionality in simple SoC integrations.
+         Currently supports Xilinx and Qualcomm DWC USB3 IP.
+         Say 'Y' or 'M' if you have one such device.
 
 config USB_DWC3_ST
        tristate "STMicroelectronics Platforms"