linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: Marcel Ziswiler <marcel.ziswiler@toradex.com>
To: "linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>
Cc: "linux-clk@vger.kernel.org" <linux-clk@vger.kernel.org>,
	"abelvesa@kernel.org" <abelvesa@kernel.org>,
	"kernel@pengutronix.de" <kernel@pengutronix.de>,
	"festevam@gmail.com" <festevam@gmail.com>,
	"s.hauer@pengutronix.de" <s.hauer@pengutronix.de>,
	"sboyd@kernel.org" <sboyd@kernel.org>,
	"shawnguo@kernel.org" <shawnguo@kernel.org>,
	"linux-imx@nxp.com" <linux-imx@nxp.com>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"mturquette@baylibre.com" <mturquette@baylibre.com>,
	"krzysztof.kozlowski+dt@linaro.org"
	<krzysztof.kozlowski+dt@linaro.org>,
	"robh+dt@kernel.org" <robh+dt@kernel.org>,
	"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>
Subject: Re: [PATCH v1 5/5] dt-bindings: imx8ulp: clock: no spaces before tabs
Date: Fri, 23 Sep 2022 13:29:58 +0000	[thread overview]
Message-ID: <6466b857c8ebcced88062fad7273a1ff1f2e62b2.camel@toradex.com> (raw)
In-Reply-To: <20220826192252.794651-6-marcel@ziswiler.com>

On Fri, 2022-08-26 at 21:22 +0200, Marcel Ziswiler wrote:
> From: Marcel Ziswiler <marcel.ziswiler@toradex.com>
> 
> This fixes the following warnings:
> 
> include/dt-bindings/clock/imx8ulp-clock.h:204: warning: please, no space
>  before tabs
> include/dt-bindings/clock/imx8ulp-clock.h:215: warning: please, no space
>  before tabs
> 
> Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
> 
> ---
> 
>  include/dt-bindings/clock/imx8ulp-clock.h | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/include/dt-bindings/clock/imx8ulp-clock.h b/include/dt-bindings/clock/imx8ulp-clock.h
> index 953ecfe8ebcc..827404fadf5c 100644
> --- a/include/dt-bindings/clock/imx8ulp-clock.h
> +++ b/include/dt-bindings/clock/imx8ulp-clock.h
> @@ -201,7 +201,7 @@
>  #define IMX8ULP_CLK_SAI7               2
>  #define IMX8ULP_CLK_SPDIF              3
>  #define IMX8ULP_CLK_ISI                        4
> -#define IMX8ULP_CLK_CSI_REGS           5
> +#define IMX8ULP_CLK_CSI_REGS           5
>  #define IMX8ULP_CLK_PCTLD              6
>  #define IMX8ULP_CLK_CSI                        7
>  #define IMX8ULP_CLK_DSI                        8
> @@ -212,7 +212,7 @@
>  #define IMX8ULP_CLK_GPU2D              13
>  #define IMX8ULP_CLK_GPU3D              14
>  #define IMX8ULP_CLK_DC_NANO            15
> -#define IMX8ULP_CLK_CSI_CLK_UI                 16
> +#define IMX8ULP_CLK_CSI_CLK_UI         16
>  #define IMX8ULP_CLK_CSI_CLK_ESC                17
>  #define IMX8ULP_CLK_RGPIOD             18
>  #define IMX8ULP_CLK_DMA2_MP            19

Same applies to this one. Any takers?
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

      parent reply	other threads:[~2022-09-23 13:31 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-26 19:22 [PATCH v1 0/5] ARM: arm64: dts/clk: imx: indentation permission whitespace cleanup 2 Marcel Ziswiler
2022-08-26 19:22 ` [PATCH v1 1/5] ARM: dts: imx6sl: use tabs for code indent Marcel Ziswiler
2022-09-05  1:57   ` Shawn Guo
2022-08-26 19:22 ` [PATCH v1 2/5] ARM: dts: imx6sx-udoo-neo: don't use multiple blank lines Marcel Ziswiler
2022-09-05  2:01   ` Shawn Guo
2022-08-26 19:22 ` [PATCH v1 3/5] arm64: dts: imx8ulp: no executable source file permission Marcel Ziswiler
2022-08-29  5:41   ` Peng Fan
2022-09-05  1:53   ` Shawn Guo
2022-08-26 19:22 ` [PATCH v1 4/5] clk: imx6sll: add proper spdx license identifier Marcel Ziswiler
2022-08-29  9:40   ` Abel Vesa
2022-08-30 21:13   ` Rob Herring
2022-09-23 13:28   ` Marcel Ziswiler
2022-08-26 19:22 ` [PATCH v1 5/5] dt-bindings: imx8ulp: clock: no spaces before tabs Marcel Ziswiler
2022-08-27 17:23   ` Krzysztof Kozlowski
2022-08-29  9:40   ` Abel Vesa
2022-09-23 13:29   ` Marcel Ziswiler [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=6466b857c8ebcced88062fad7273a1ff1f2e62b2.camel@toradex.com \
    --to=marcel.ziswiler@toradex.com \
    --cc=abelvesa@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=festevam@gmail.com \
    --cc=kernel@pengutronix.de \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-imx@nxp.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mturquette@baylibre.com \
    --cc=robh+dt@kernel.org \
    --cc=s.hauer@pengutronix.de \
    --cc=sboyd@kernel.org \
    --cc=shawnguo@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).