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] [thread-next>] [day] [month] [year] [list]
Date:   Tue, 26 Apr 2022 13:13:59 -0700
From:   Guenter Roeck <linux@...ck-us.net>
To:     Brian Norris <briannorris@...omium.org>
Cc:     Heiko Stuebner <heiko@...ech.de>, Arnd Bergmann <arnd@...db.de>,
        Robin Murphy <robin.murphy@....com>,
        linux-rockchip@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v3 1/3] soc: rockchip: Clean up Kconfig whitespace

On Mon, Apr 25, 2022 at 06:45:42PM -0700, Brian Norris wrote:
> There are spaces instead of tabs, and other inconsistent indentation.
> 
> Signed-off-by: Brian Norris <briannorris@...omium.org>

Reviewed-by: Guenter Roeck <linux@...ck-us.net>

> ---
> 
> (no changes since v2)
> 
> Changes in v2:
>  * New patch
> 
>  drivers/soc/rockchip/Kconfig | 24 ++++++++++++------------
>  1 file changed, 12 insertions(+), 12 deletions(-)
> 
> diff --git a/drivers/soc/rockchip/Kconfig b/drivers/soc/rockchip/Kconfig
> index 156ac0e0c8fe..aff2f7e95237 100644
> --- a/drivers/soc/rockchip/Kconfig
> +++ b/drivers/soc/rockchip/Kconfig
> @@ -23,23 +23,23 @@ config ROCKCHIP_IODOMAIN
>  	  voltage supplied by the regulators.
>  
>  config ROCKCHIP_PM_DOMAINS
> -        bool "Rockchip generic power domain"
> -        depends on PM
> -        select PM_GENERIC_DOMAINS
> -        help
> -          Say y here to enable power domain support.
> -          In order to meet high performance and low power requirements, a power
> -          management unit is designed or saving power when RK3288 in low power
> -          mode. The RK3288 PMU is dedicated for managing the power of the whole chip.
> +	bool "Rockchip generic power domain"
> +	depends on PM
> +	select PM_GENERIC_DOMAINS
> +	help
> +	  Say y here to enable power domain support.
> +	  In order to meet high performance and low power requirements, a power
> +	  management unit is designed or saving power when RK3288 in low power
> +	  mode. The RK3288 PMU is dedicated for managing the power of the whole chip.
>  
> -          If unsure, say N.
> +	  If unsure, say N.
>  
>  config ROCKCHIP_DTPM
>  	tristate "Rockchip DTPM hierarchy"
>  	depends on DTPM && m
>  	help
> -	 Describe the hierarchy for the Dynamic Thermal Power
> -	 Management tree on this platform. That will create all the
> -	 power capping capable devices.
> +	  Describe the hierarchy for the Dynamic Thermal Power Management tree
> +	  on this platform. That will create all the power capping capable
> +	  devices.
>  
>  endif
> -- 
> 2.36.0.rc2.479.g8af0fa9b8e-goog
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ