linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] drm: Fix Kconfig indentation
@ 2019-11-20 13:36 Krzysztof Kozlowski
  2019-11-20 14:15 ` Jani Nikula
  0 siblings, 1 reply; 2+ messages in thread
From: Krzysztof Kozlowski @ 2019-11-20 13:36 UTC (permalink / raw)
  To: linux-kernel
  Cc: Krzysztof Kozlowski, Maarten Lankhorst, Maxime Ripard, Sean Paul,
	David Airlie, Daniel Vetter, dri-devel

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] drm: Fix Kconfig indentation
  2019-11-20 13:36 [PATCH] drm: Fix Kconfig indentation Krzysztof Kozlowski
@ 2019-11-20 14:15 ` Jani Nikula
  0 siblings, 0 replies; 2+ messages in thread
From: Jani Nikula @ 2019-11-20 14:15 UTC (permalink / raw)
  To: Krzysztof Kozlowski, linux-kernel
  Cc: David Airlie, dri-devel, Krzysztof Kozlowski, Sean Paul

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"

-- 
Jani Nikula, Intel Open Source Graphics Center

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-11-20 14:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-20 13:36 [PATCH] drm: Fix Kconfig indentation Krzysztof Kozlowski
2019-11-20 14:15 ` Jani Nikula

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).