usb: misc: Fix Kconfig indentation
authorKrzysztof Kozlowski <krzk@kernel.org>
Thu, 21 Nov 2019 13:29:01 +0000 (21:29 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 21 Nov 2019 13:39:40 +0000 (14:39 +0100)
commit6aad39f63949901de57f4c78aa3da79625df4bad
tree02c6173f23dc0989b9952e9e5c12b46d94223567
parentb14f8b90341bb3258e536914ad0b1ad1a076233f
usb: misc: 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/20191121132901.29186-1-krzk@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/misc/Kconfig