usb: host: Fix Kconfig indentation
authorKrzysztof Kozlowski <krzk@kernel.org>
Thu, 21 Nov 2019 13:29:10 +0000 (21:29 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 21 Nov 2019 13:39:39 +0000 (14:39 +0100)
commit2f8b6e9a2b5ee23e5a14eed6a294f05dc669757b
treedd031b6b0dfd796529bb4d3255ff0828f770124e
parentc3afa22243453d7a09694bd2975074a8db53d4bc
usb: host: 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>
Link: https://lore.kernel.org/r/20191121132910.29310-1-krzk@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/Kconfig