linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Rafael J. Wysocki" <rjw@rjwysocki.net>
To: Krzysztof Kozlowski <krzk@kernel.org>
Cc: linux-kernel@vger.kernel.org, Kevin Hilman <khilman@kernel.org>,
	Nishanth Menon <nm@ti.com>,
	linux-pm@vger.kernel.org, Kevin Hilman <khilman@baylibre.com>
Subject: Re: [PATCH] power: avs: Fix Kconfig indentation
Date: Fri, 29 Nov 2019 12:27:39 +0100	[thread overview]
Message-ID: <3653693.6e8bOcHH1D@kreacher> (raw)
In-Reply-To: <20191120134004.14167-1-krzk@kernel.org>

On Wednesday, November 20, 2019 2:40:04 PM CET Krzysztof Kozlowski 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/power/avs/Kconfig | 12 ++++++------
>  1 file changed, 6 insertions(+), 6 deletions(-)
> 
> diff --git a/drivers/power/avs/Kconfig b/drivers/power/avs/Kconfig
> index b5a217b828dc..089b6244b716 100644
> --- a/drivers/power/avs/Kconfig
> +++ b/drivers/power/avs/Kconfig
> @@ -13,9 +13,9 @@ menuconfig POWER_AVS
>  	  Say Y here to enable Adaptive Voltage Scaling class support.
>  
>  config ROCKCHIP_IODOMAIN
> -        tristate "Rockchip IO domain support"
> -        depends on POWER_AVS && ARCH_ROCKCHIP && OF
> -        help
> -          Say y here to enable support io domains on Rockchip SoCs. It is
> -          necessary for the io domain setting of the SoC to match the
> -          voltage supplied by the regulators.
> +	tristate "Rockchip IO domain support"
> +	depends on POWER_AVS && ARCH_ROCKCHIP && OF
> +	help
> +	  Say y here to enable support io domains on Rockchip SoCs. It is
> +	  necessary for the io domain setting of the SoC to match the
> +	  voltage supplied by the regulators.
> 

Applying as 5.5 material, thanks!




      parent reply	other threads:[~2019-11-29 11:27 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-20 13:40 [PATCH] power: avs: Fix Kconfig indentation Krzysztof Kozlowski
2019-11-21 23:41 ` Kevin Hilman
2019-11-29 11:27 ` Rafael J. Wysocki [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3653693.6e8bOcHH1D@kreacher \
    --to=rjw@rjwysocki.net \
    --cc=khilman@baylibre.com \
    --cc=khilman@kernel.org \
    --cc=krzk@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=nm@ti.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).