linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Sebastian Reichel <sebastian.reichel@collabora.com>
To: Krzysztof Kozlowski <krzk@kernel.org>
Cc: linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org
Subject: Re: [PATCH] power: supply: Fix Kconfig indentation
Date: Thu, 19 Dec 2019 01:18:33 +0100	[thread overview]
Message-ID: <20191219001833.fvfj2xgibkxwiu57@earth.universe> (raw)
In-Reply-To: <20191120133959.14109-1-krzk@kernel.org>

[-- Attachment #1: Type: text/plain, Size: 2791 bytes --]

Hi,

On Wed, Nov 20, 2019 at 09:39:59PM +0800, 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>
> ---

Thanks, queued to power-supply's for-next branch.

-- Sebastian

>  drivers/power/supply/Kconfig | 30 +++++++++++++++---------------
>  1 file changed, 15 insertions(+), 15 deletions(-)
> 
> diff --git a/drivers/power/supply/Kconfig b/drivers/power/supply/Kconfig
> index 27164a1d3c7c..9a5591ab90d0 100644
> --- a/drivers/power/supply/Kconfig
> +++ b/drivers/power/supply/Kconfig
> @@ -73,10 +73,10 @@ config WM831X_POWER
>  	  provided by Wolfson Microelectronics WM831x PMICs.
>  
>  config WM8350_POWER
> -        tristate "WM8350 PMU support"
> -        depends on MFD_WM8350
> -        help
> -          Say Y here to enable support for the power management unit
> +	tristate "WM8350 PMU support"
> +	depends on MFD_WM8350
> +	help
> +	  Say Y here to enable support for the power management unit
>  	  provided by the Wolfson Microelectronics WM8350 PMIC.
>  
>  config TEST_POWER
> @@ -209,16 +209,16 @@ config BATTERY_WM97XX
>  	  Say Y to enable support for battery measured by WM97xx aux port.
>  
>  config BATTERY_SBS
> -        tristate "SBS Compliant gas gauge"
> -        depends on I2C
> -        help
> +	tristate "SBS Compliant gas gauge"
> +	depends on I2C
> +	help
>  	  Say Y to include support for SBS battery driver for SBS-compliant
>  	  gas gauges.
>  
>  config CHARGER_SBS
> -        tristate "SBS Compliant charger"
> -        depends on I2C
> -        help
> +	tristate "SBS Compliant charger"
> +	depends on I2C
> +	help
>  	  Say Y to include support for SBS compliant battery chargers.
>  
>  config MANAGER_SBS
> @@ -484,11 +484,11 @@ config CHARGER_MANAGER
>  	depends on REGULATOR
>  	select EXTCON
>  	help
> -          Say Y to enable charger-manager support, which allows multiple
> -          chargers attached to a battery and multiple batteries attached to a
> -          system. The charger-manager also can monitor charging status in
> -          runtime and in suspend-to-RAM by waking up the system periodically
> -          with help of suspend_again support.
> +	  Say Y to enable charger-manager support, which allows multiple
> +	  chargers attached to a battery and multiple batteries attached to a
> +	  system. The charger-manager also can monitor charging status in
> +	  runtime and in suspend-to-RAM by waking up the system periodically
> +	  with help of suspend_again support.
>  
>  config CHARGER_LT3651
>  	tristate "Analog Devices LT3651 charger"
> -- 
> 2.17.1
> 

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

      reply	other threads:[~2019-12-19  0:18 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-20 13:39 [PATCH] power: supply: Fix Kconfig indentation Krzysztof Kozlowski
2019-12-19  0:18 ` Sebastian Reichel [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=20191219001833.fvfj2xgibkxwiu57@earth.universe \
    --to=sebastian.reichel@collabora.com \
    --cc=krzk@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    /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).