diff mbox series

drm: Fix Kconfig indentation

Message ID 20191120133640.11659-1-krzk@kernel.org (mailing list archive)
State New, archived
Headers show
Series drm: Fix Kconfig indentation | expand

Commit Message

Krzysztof Kozlowski Nov. 20, 2019, 1:36 p.m. UTC
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>
---
 drivers/gpu/drm/Kconfig | 30 +++++++++++++++---------------
 1 file changed, 15 insertions(+), 15 deletions(-)

Comments

Jani Nikula Nov. 20, 2019, 2:15 p.m. UTC | #1
On Wed, 20 Nov 2019, Krzysztof Kozlowski <krzk@kernel.org> 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@kernel.org>
> ---
>  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@intel.com>



>  
>  source "drivers/gpu/drm/exynos/Kconfig"
diff mbox series

Patch

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
 
 source "drivers/gpu/drm/exynos/Kconfig"