linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jonathan Cameron <jic23@kernel.org>
To: Krzysztof Kozlowski <krzk@kernel.org>
Cc: linux-kernel@vger.kernel.org, Hartmut Knaack <knaack.h@gmx.de>,
	Lars-Peter Clausen <lars@metafoo.de>,
	Peter Meerwald-Stadler <pmeerw@pmeerw.net>,
	linux-iio@vger.kernel.org
Subject: Re: [PATCH v2] iio: Fix Kconfig indentation
Date: Sat, 23 Nov 2019 14:45:42 +0000	[thread overview]
Message-ID: <20191123144542.15adc722@archlinux> (raw)
In-Reply-To: <1574306359-29372-1-git-send-email-krzk@kernel.org>

On Thu, 21 Nov 2019 04:19:19 +0100
Krzysztof Kozlowski <krzk@kernel.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@kernel.org>
This ends up with 1 space less before the help text than in the rest
of the file.  Fixed that up and applied.

thanks,

Jonathan

> 
> ---
> 
> Changes since v1:
> 1. Fix also 7-space and tab+1 space indentation issues.
> ---
>  drivers/iio/gyro/Kconfig | 32 ++++++++++++++++----------------
>  1 file changed, 16 insertions(+), 16 deletions(-)
> 
> diff --git a/drivers/iio/gyro/Kconfig b/drivers/iio/gyro/Kconfig
> index 95e6f96d4529..7de77419b4a1 100644
> --- a/drivers/iio/gyro/Kconfig
> +++ b/drivers/iio/gyro/Kconfig
> @@ -75,26 +75,26 @@ config BMG160_SPI
>  	select REGMAP_SPI
>  
>  config FXAS21002C
> -       tristate "NXP FXAS21002C Gyro Sensor"
> -       select IIO_BUFFER
> -       select IIO_TRIGGERED_BUFFER
> -       select FXAS21002C_I2C if (I2C)
> -       select FXAS21002C_SPI if (SPI)
> -       depends on (I2C || SPI_MASTER)
> -       help
> -         Say yes here to build support for NXP FXAS21002C Tri-axis Gyro
> -         Sensor driver connected via I2C or SPI.
> -
> -         This driver can also be built as a module.  If so, the module
> -         will be called fxas21002c_i2c or fxas21002c_spi.
> +	tristate "NXP FXAS21002C Gyro Sensor"
> +	select IIO_BUFFER
> +	select IIO_TRIGGERED_BUFFER
> +	select FXAS21002C_I2C if (I2C)
> +	select FXAS21002C_SPI if (SPI)
> +	depends on (I2C || SPI_MASTER)
> +	help
> +	 Say yes here to build support for NXP FXAS21002C Tri-axis Gyro
> +	 Sensor driver connected via I2C or SPI.
> +
> +	 This driver can also be built as a module.  If so, the module
> +	 will be called fxas21002c_i2c or fxas21002c_spi.
>  
>  config FXAS21002C_I2C
> -       tristate
> -       select REGMAP_I2C
> +	tristate
> +	select REGMAP_I2C
>  
>  config FXAS21002C_SPI
> -       tristate
> -       select REGMAP_SPI
> +	tristate
> +	select REGMAP_SPI
>  
>  config HID_SENSOR_GYRO_3D
>  	depends on HID_SENSOR_HUB


      reply	other threads:[~2019-11-23 14:45 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-21  3:19 [PATCH v2] iio: Fix Kconfig indentation Krzysztof Kozlowski
2019-11-23 14:45 ` Jonathan Cameron [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=20191123144542.15adc722@archlinux \
    --to=jic23@kernel.org \
    --cc=knaack.h@gmx.de \
    --cc=krzk@kernel.org \
    --cc=lars@metafoo.de \
    --cc=linux-iio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=pmeerw@pmeerw.net \
    /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).