Re: [PATCH trivial] usb: Fix Kconfig indentation

From: Johan Hovold
Date: Wed Sep 25 2019 - 04:01:27 EST


On Mon, Sep 23, 2019 at 05:49:56PM +0200, Krzysztof Kozlowski wrote:
> 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@xxxxxxxxxx>
> ---
> drivers/usb/dwc3/Kconfig | 4 +-
> drivers/usb/gadget/legacy/Kconfig | 20 ++++-----
> drivers/usb/gadget/udc/Kconfig | 2 +-
> drivers/usb/host/Kconfig | 68 +++++++++++++++---------------
> drivers/usb/misc/Kconfig | 8 ++--
> drivers/usb/misc/sisusbvga/Kconfig | 2 +-
> drivers/usb/serial/Kconfig | 44 +++++++++----------
> 7 files changed, 74 insertions(+), 74 deletions(-)

Acked-by: Johan Hovold <johan@xxxxxxxxxx>