All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rob Herring <robh@kernel.org>
To: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Cc: "Lars-Peter Clausen" <lars@metafoo.de>,
	"Michael Hennerich" <Michael.Hennerich@analog.com>,
	"Jonathan Cameron" <jic23@kernel.org>,
	"Krzysztof Kozlowski" <krzysztof.kozlowski+dt@linaro.org>,
	"Lucas Stankus" <lucas.p.stankus@gmail.com>,
	"Puranjay Mohan" <puranjay12@gmail.com>,
	"Dmitry Rokosov" <ddrokosov@sberdevices.ru>,
	"Alexandru Tachici" <alexandru.tachici@analog.com>,
	"Marcelo Schmitt" <marcelo.schmitt1@gmail.com>,
	"Renato Lui Geh" <renatogeh@gmail.com>,
	"Eugen Hristev" <eugen.hristev@microchip.com>,
	"Nicolas Ferre" <nicolas.ferre@microchip.com>,
	"Alexandre Belloni" <alexandre.belloni@bootlin.com>,
	"Claudiu Beznea" <claudiu.beznea@microchip.com>,
	"Andreas Klinger" <ak@it-klinger.de>,
	"Marcus Folkesson" <marcus.folkesson@gmail.com>,
	"Kent Gustavsson" <kent@minoris.se>,
	"Lad Prabhakar" <prabhakar.mahadev-lad.rj@bp.renesas.com>,
	"Alim Akhtar" <alim.akhtar@samsung.com>,
	"Maxime Coquelin" <mcoquelin.stm32@gmail.com>,
	"Alexandre Torgue" <alexandre.torgue@foss.st.com>,
	"Oleksij Rempel" <linux@rempel-privat.de>,
	kernel@pengutronix.de, "Nuno Sá" <nuno.sa@analog.com>,
	"Nishant Malpani" <nish.malpani25@gmail.com>,
	"Rui Miguel Silva" <rmfrfs@gmail.com>,
	"Dragos Bogdan" <dragos.bogdan@analog.com>,
	"Jean-Baptiste Maneyrol" <jmaneyrol@invensense.com>,
	"Lorenzo Bianconi" <lorenzo@kernel.org>,
	"Benson Leung" <bleung@chromium.org>,
	"Guenter Roeck" <groeck@chromium.org>,
	"Stefan Popa" <stefan.popa@analog.com>,
	"Robert Yang" <decatf@gmail.com>,
	"Sean Nyekjaer" <sean@geanix.com>,
	"Artur Rojek" <contact@artur-rojek.eu>,
	"Miquel Raynal" <miquel.raynal@bootlin.com>,
	"Philippe Reynes" <tremyfr@yahoo.fr>,
	"Alexandru Lazar" <alazar@startmail.com>,
	"Linus Walleij" <linus.walleij@linaro.org>,
	"Caleb Connolly" <caleb.connolly@linaro.org>,
	"Fabrice Gasnier" <fabrice.gasnier@foss.st.com>,
	"Stefan Agner" <stefan@agner.ch>,
	"Daniel Baluta" <daniel.baluta@nxp.com>,
	"Harald Geyer" <harald@ccbib.org>,
	"Eugene Zaikonnikov" <ez@norophonic.com>,
	"Phil Reid" <preid@electromag.com.au>,
	"Matt Ranostay" <matt.ranostay@konsulko.com>,
	"Stephen Boyd" <swboyd@chromium.org>,
	"Sankar Velliangiri" <navin@linumiz.com>,
	linux-iio@vger.kernel.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org, linux-fbdev@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-renesas-soc@vger.kernel.org,
	linux-samsung-soc@vger.kernel.org,
	linux-stm32@st-md-mailman.stormreply.com,
	chrome-platform@lists.linux.dev
Subject: Re: [PATCH 5/5] dt-bindings: iio: cleanup examples - indentation
Date: Mon, 23 Jan 2023 14:47:03 -0600	[thread overview]
Message-ID: <20230123204703.GA2479312-robh@kernel.org> (raw)
In-Reply-To: <20230118184413.395820-5-krzysztof.kozlowski@linaro.org>

On Wed, Jan 18, 2023 at 07:44:13PM +0100, Krzysztof Kozlowski wrote:
> Use 4-space indentation (for cases when it is neither 4 not 2 space).
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---

[...]

> diff --git a/Documentation/devicetree/bindings/iio/adc/adi,ad7192.yaml b/Documentation/devicetree/bindings/iio/adc/adi,ad7192.yaml
> index 1d965124c488..04b12146959e 100644
> --- a/Documentation/devicetree/bindings/iio/adc/adi,ad7192.yaml
> +++ b/Documentation/devicetree/bindings/iio/adc/adi,ad7192.yaml
> @@ -120,5 +120,5 @@ examples:
>          adi,rejection-60-Hz-enable;
>          adi,buffer-enable;
>          adi,burnout-currents-enable;
> -        };
> +      };

Indentation needs adjusting.

Otherwise,

Acked-by: Rob Herring <robh@kernel.org>

  parent reply	other threads:[~2023-01-23 20:47 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-18 18:44 [PATCH 1/5] dt-bindings: iio: drop unneeded quotes Krzysztof Kozlowski
2023-01-18 18:44 ` [PATCH 2/5] dt-bindings: iio: minor whitespace cleanups Krzysztof Kozlowski
2023-01-23 20:21   ` Rob Herring
2023-01-18 18:44 ` [PATCH 3/5] dt-bindings: iio: correct node names in examples Krzysztof Kozlowski
2023-01-21 17:17   ` Jonathan Cameron
2023-01-21 18:31     ` Krzysztof Kozlowski
2023-01-22 17:01       ` Jonathan Cameron
2023-01-23 20:33         ` Rob Herring
2023-01-24  7:40           ` Krzysztof Kozlowski
2023-01-23 20:36   ` Rob Herring
2023-01-18 18:44 ` [PATCH 4/5] dt-bindings: iio: use lowercase hex " Krzysztof Kozlowski
2023-01-23 20:35   ` Rob Herring
2023-01-18 18:44 ` [PATCH 5/5] dt-bindings: iio: cleanup examples - indentation Krzysztof Kozlowski
2023-01-20 19:03   ` Alexandru Lazar
2023-01-23 20:47   ` Rob Herring [this message]
2023-01-19 20:14 ` [PATCH 1/5] dt-bindings: iio: drop unneeded quotes Dmitry Rokosov
2023-01-20  8:31 ` Claudiu.Beznea
2023-01-20 22:05 ` Puranjay Mohan
2023-01-23 20:21 ` Rob Herring
2023-01-24  1:54 ` Marcelo Schmitt

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=20230123204703.GA2479312-robh@kernel.org \
    --to=robh@kernel.org \
    --cc=Michael.Hennerich@analog.com \
    --cc=ak@it-klinger.de \
    --cc=alazar@startmail.com \
    --cc=alexandre.belloni@bootlin.com \
    --cc=alexandre.torgue@foss.st.com \
    --cc=alexandru.tachici@analog.com \
    --cc=alim.akhtar@samsung.com \
    --cc=bleung@chromium.org \
    --cc=caleb.connolly@linaro.org \
    --cc=chrome-platform@lists.linux.dev \
    --cc=claudiu.beznea@microchip.com \
    --cc=contact@artur-rojek.eu \
    --cc=daniel.baluta@nxp.com \
    --cc=ddrokosov@sberdevices.ru \
    --cc=decatf@gmail.com \
    --cc=devicetree@vger.kernel.org \
    --cc=dragos.bogdan@analog.com \
    --cc=eugen.hristev@microchip.com \
    --cc=ez@norophonic.com \
    --cc=fabrice.gasnier@foss.st.com \
    --cc=groeck@chromium.org \
    --cc=harald@ccbib.org \
    --cc=jic23@kernel.org \
    --cc=jmaneyrol@invensense.com \
    --cc=kent@minoris.se \
    --cc=kernel@pengutronix.de \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=krzysztof.kozlowski@linaro.org \
    --cc=lars@metafoo.de \
    --cc=linus.walleij@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-fbdev@vger.kernel.org \
    --cc=linux-iio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=linux-stm32@st-md-mailman.stormreply.com \
    --cc=linux@rempel-privat.de \
    --cc=lorenzo@kernel.org \
    --cc=lucas.p.stankus@gmail.com \
    --cc=marcelo.schmitt1@gmail.com \
    --cc=marcus.folkesson@gmail.com \
    --cc=matt.ranostay@konsulko.com \
    --cc=mcoquelin.stm32@gmail.com \
    --cc=miquel.raynal@bootlin.com \
    --cc=navin@linumiz.com \
    --cc=nicolas.ferre@microchip.com \
    --cc=nish.malpani25@gmail.com \
    --cc=nuno.sa@analog.com \
    --cc=prabhakar.mahadev-lad.rj@bp.renesas.com \
    --cc=preid@electromag.com.au \
    --cc=puranjay12@gmail.com \
    --cc=renatogeh@gmail.com \
    --cc=rmfrfs@gmail.com \
    --cc=sean@geanix.com \
    --cc=stefan.popa@analog.com \
    --cc=stefan@agner.ch \
    --cc=swboyd@chromium.org \
    --cc=tremyfr@yahoo.fr \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.