From patchwork Wed Mar 18 11:54:55 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Vaittinen, Matti" X-Patchwork-Id: 11445133 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 21C7F92A for ; Wed, 18 Mar 2020 11:55:10 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 0B3072076D for ; Wed, 18 Mar 2020 11:55:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726894AbgCRLzG (ORCPT ); Wed, 18 Mar 2020 07:55:06 -0400 Received: from mail-lf1-f67.google.com ([209.85.167.67]:42700 "EHLO mail-lf1-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726643AbgCRLzG (ORCPT ); Wed, 18 Mar 2020 07:55:06 -0400 Received: by mail-lf1-f67.google.com with SMTP id t21so20092255lfe.9; Wed, 18 Mar 2020 04:55:04 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=7sJXjz6gA9YtOP+RJlI1J0evhNx2dtZTEe/jmIpCCm4=; b=qEOicsMBm1kdi7OaUN327SYh4tb81EoMqC3qyUwuZZnUkIDg8fLcb855vscWLcnfIl AUtIPJXr+dIL/DzoMDO5E5JUGJjjFG/qWXToRZxBwTnQjR1okgEYm8swEzKhsWRGJKW2 UHfI0UHganKw5rNJFeYXcS9JIhLKYkNDeWLa4syScdkJ+ry1FzUqIoMgrX6oyB6qjimX cl1CfIU08queHC+8Pl3Q2px+qcZ+YSqE5CnMDt86Loi10puttMVO/zhPSvKwOLEp3BXs atYEQPwuMvVLyMIQsVinU0AHDv0rdSpeN4BwoWl8+RdUHc55Hc/VnjDjyk5l9v6BgbUz lW2w== X-Gm-Message-State: ANhLgQ3b6J0MvDpQqabyJdnkgae/c4dFAvouBa3yi2EgWu8BQ6HmTSoQ tf517AmK22ydRmwJsZstOyvtLwnF X-Google-Smtp-Source: ADFU+vvfxQ6GnE6kuOTm/THwxhnjVqNcrjXtge7LtlFjAz/hwwfOS7vsAbCPRbHG0gaPERkYHsyFwQ== X-Received: by 2002:ac2:5473:: with SMTP id e19mr2702157lfn.24.1584532503372; Wed, 18 Mar 2020 04:55:03 -0700 (PDT) Received: from localhost.localdomain (dc7t7ryyyyyyyyyyyyybt-3.rev.dnainternet.fi. [2001:14ba:16e1:b700::3]) by smtp.gmail.com with ESMTPSA id a18sm4145783ljn.85.2020.03.18.04.55.02 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 18 Mar 2020 04:55:02 -0700 (PDT) Date: Wed, 18 Mar 2020 13:54:55 +0200 From: Matti Vaittinen To: matti.vaittinen@fi.rohmeurope.com, mazziesaccount@gmail.com Cc: Sebastian Reichel , Rob Herring , Mark Rutland , Greg Kroah-Hartman , "Rafael J. Wysocki" , Liam Girdwood , Mark Brown , Matti Vaittinen , linux-pm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Markus Laine , Mikko Mutanen Subject: [PATCH v5 9/9] power: supply: Fix Kconfig help text indentiation Message-ID: <9d0b68790885d32b108c8ad75a793c8c92ba8420.1584468798.git.matti.vaittinen@fi.rohmeurope.com> References: MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.12.1 (2019-06-15) Sender: linux-pm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org Indent the help text as explained in Documentation/process/coding-style.rst Signed-off-by: Matti Vaittinen --- I just learned the help text in Kconfigs should be indented by two spaces. I fixed this for BD99954 as suggested by Randy and decided that I could do this for few other entries as well while I was at it anyways. drivers/power/supply/Kconfig | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/drivers/power/supply/Kconfig b/drivers/power/supply/Kconfig index af96d7fa56b1..f606ba069e4e 100644 --- a/drivers/power/supply/Kconfig +++ b/drivers/power/supply/Kconfig @@ -415,7 +415,7 @@ config CHARGER_PCF50633 tristate "NXP PCF50633 MBC" depends on MFD_PCF50633 help - Say Y to include support for NXP PCF50633 Main Battery Charger. + Say Y to include support for NXP PCF50633 Main Battery Charger. config BATTERY_RX51 tristate "Nokia RX-51 (N900) battery driver" @@ -609,15 +609,15 @@ config CHARGER_TPS65090 tristate "TPS65090 battery charger driver" depends on MFD_TPS65090 help - Say Y here to enable support for battery charging with TPS65090 - PMIC chips. + Say Y here to enable support for battery charging with TPS65090 + PMIC chips. config CHARGER_TPS65217 tristate "TPS65217 battery charger driver" depends on MFD_TPS65217 help - Say Y here to enable support for battery charging with TPS65217 - PMIC chips. + Say Y here to enable support for battery charging with TPS65217 + PMIC chips. config BATTERY_GAUGE_LTC2941 tristate "LTC2941/LTC2943 Battery Gauge Driver" @@ -671,16 +671,16 @@ config CHARGER_SC2731 tristate "Spreadtrum SC2731 charger driver" depends on MFD_SC27XX_PMIC || COMPILE_TEST help - Say Y here to enable support for battery charging with SC2731 - PMIC chips. + Say Y here to enable support for battery charging with SC2731 + PMIC chips. config FUEL_GAUGE_SC27XX tristate "Spreadtrum SC27XX fuel gauge driver" depends on MFD_SC27XX_PMIC || COMPILE_TEST depends on IIO help - Say Y here to enable support for fuel gauge with SC27XX - PMIC chips. + Say Y here to enable support for fuel gauge with SC27XX + PMIC chips. config CHARGER_UCS1002 tristate "Microchip UCS1002 USB Port Power Controller" @@ -698,9 +698,9 @@ config CHARGER_BD70528 select LINEAR_RANGES default n help - Say Y here to enable support for getting battery status - information and altering charger configurations from charger - block of the ROHM BD70528 Power Management IC. + Say Y here to enable support for getting battery status + information and altering charger configurations from charger + block of the ROHM BD70528 Power Management IC. config CHARGER_BD99954 tristate "ROHM bd99954 charger driver"