lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Wed, 20 Nov 2019 16:15:36 +0200
From:   Jani Nikula <jani.nikula@...ux.intel.com>
To:     Krzysztof Kozlowski <krzk@...nel.org>, linux-kernel@...r.kernel.org
Cc:     David Airlie <airlied@...ux.ie>, dri-devel@...ts.freedesktop.org,
        Krzysztof Kozlowski <krzk@...nel.org>,
        Sean Paul <sean@...rly.run>
Subject: Re: [PATCH] drm: Fix Kconfig indentation

On Wed, 20 Nov 2019, Krzysztof Kozlowski <krzk@...nel.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@...nel.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@...el.com>



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

-- 
Jani Nikula, Intel Open Source Graphics Center

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ