Re: [PATCH] drm: Fix Kconfig indentation

From: Jani Nikula
Date: Wed Nov 20 2019 - 09:15:44 EST


On Wed, 20 Nov 2019, Krzysztof Kozlowski <krzk@xxxxxxxxxx> 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/gpu/drm/Kconfig | 30 +++++++++++++++---------------
> 1 file changed, 15 insertions(+), 15 deletions(-)
>
> diff --git a/drivers/gpu/drm/Kconfig b/drivers/gpu/drm/Kconfig
> index 1168351267fd..ad1b6ecd2e08 100644
> --- a/drivers/gpu/drm/Kconfig
> +++ b/drivers/gpu/drm/Kconfig
> @@ -94,18 +94,18 @@ config DRM_KMS_FB_HELPER
> FBDEV helpers for KMS drivers.
>
> config DRM_DEBUG_DP_MST_TOPOLOGY_REFS
> - bool "Enable refcount backtrace history in the DP MST helpers"
> - select STACKDEPOT
> - depends on DRM_KMS_HELPER
> - depends on DEBUG_KERNEL
> - depends on EXPERT
> - help
> - Enables debug tracing for topology refs in DRM's DP MST helpers. A
> - history of each topology reference/dereference will be printed to the
> - kernel log once a port or branch device's topology refcount reaches 0.
> -
> - This has the potential to use a lot of memory and print some very
> - large kernel messages. If in doubt, say "N".
> + bool "Enable refcount backtrace history in the DP MST helpers"
> + select STACKDEPOT
> + depends on DRM_KMS_HELPER
> + depends on DEBUG_KERNEL
> + depends on EXPERT
> + help
> + Enables debug tracing for topology refs in DRM's DP MST helpers. A
> + history of each topology reference/dereference will be printed to the
> + kernel log once a port or branch device's topology refcount reaches 0.
> +
> + This has the potential to use a lot of memory and print some very
> + large kernel messages. If in doubt, say "N".
>
> config DRM_FBDEV_EMULATION
> bool "Enable legacy fbdev support for your modesetting driver"
> @@ -234,8 +234,8 @@ config DRM_RADEON
> tristate "ATI Radeon"
> depends on DRM && PCI && MMU
> select FW_LOADER
> - select DRM_KMS_HELPER
> - select DRM_TTM
> + select DRM_KMS_HELPER
> + select DRM_TTM
> select POWER_SUPPLY
> select HWMON
> select BACKLIGHT_CLASS_DEVICE
> @@ -294,7 +294,7 @@ config DRM_VKMS
> If M is selected the module will be called vkms.
>
> config DRM_ATI_PCIGART
> - bool
> + bool

This hunk is gone in drm-misc.

Other than that,

Reviewed-by: Jani Nikula <jani.nikula@xxxxxxxxx>



>
> source "drivers/gpu/drm/exynos/Kconfig"

--
Jani Nikula, Intel Open Source Graphics Center