Re: [PATCH] drivers: usb: Kconfig: cleanup indentions

From: Greg KH
Date: Thu Nov 21 2019 - 11:42:45 EST


On Thu, Nov 21, 2019 at 04:14:08PM +0100, Enrico Weigelt, metux IT consult wrote:
> Make the code look a little bit nicer.

That is really vague.

What exactly are you doing here, and why?

>
> Signed-off-by: Enrico Weigelt, metux IT consult <info@xxxxxxxxx>
> ---
> drivers/usb/dwc3/Kconfig | 30 +++++++++++++++---------------
> drivers/usb/misc/Kconfig | 24 ++++++++++++------------
> 2 files changed, 27 insertions(+), 27 deletions(-)
>
> diff --git a/drivers/usb/dwc3/Kconfig b/drivers/usb/dwc3/Kconfig
> index 556a876c7896..7695841a108f 100644
> --- a/drivers/usb/dwc3/Kconfig
> +++ b/drivers/usb/dwc3/Kconfig
> @@ -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

I think this change is already in my tree, right? Please don't
duplicate work that others already did.

thanks,

greg k-h