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

phy: hisilicon: Fix Kconfig indentation

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>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>

authored by

Krzysztof Kozlowski and committed by
Kishon Vijay Abraham I
795e5599 e42617b8

+8 -8
+8 -8
drivers/phy/hisilicon/Kconfig
··· 33 33 If unsure, say N. 34 34 35 35 config PHY_HISI_INNO_USB2 36 - tristate "HiSilicon INNO USB2 PHY support" 37 - depends on (ARCH_HISI && ARM64) || COMPILE_TEST 38 - select GENERIC_PHY 39 - select MFD_SYSCON 40 - help 41 - Support for INNO USB2 PHY on HiSilicon SoCs. This Phy supports 42 - USB 1.5Mb/s, USB 12Mb/s, USB 480Mb/s speeds. It supports one 43 - USB host port to accept one USB device. 36 + tristate "HiSilicon INNO USB2 PHY support" 37 + depends on (ARCH_HISI && ARM64) || COMPILE_TEST 38 + select GENERIC_PHY 39 + select MFD_SYSCON 40 + help 41 + Support for INNO USB2 PHY on HiSilicon SoCs. This Phy supports 42 + USB 1.5Mb/s, USB 12Mb/s, USB 480Mb/s speeds. It supports one 43 + USB host port to accept one USB device. 44 44 45 45 config PHY_HIX5HD2_SATA 46 46 tristate "HIX5HD2 SATA PHY Driver"