From: Kukjin Kim <kgene@kernel.org>
To: 'Anand Moon' <linux.amoon@gmail.com>,
'Rob Herring' <robh+dt@kernel.org>,
'Pawel Moll' <pawel.moll@arm.com>,
'Mark Rutland' <mark.rutland@arm.com>,
'Ian Campbell' <ijc+devicetree@hellion.org.uk>,
'Kumar Gala' <galak@codeaurora.org>,
'Russell King' <linux@arm.linux.org.uk>,
'Kukjin Kim' <kgene@kernel.org>
Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: RE: [PATCH] ARM: Exynos5420: dt: Fixed the checkpatch.pl WARNING misspelled
Date: Tue, 24 Mar 2015 22:11:56 +0900 [thread overview]
Message-ID: <02fb01d06634$1ac4ebf0$504ec3d0$@kernel.org> (raw)
In-Reply-To: <1426883031-3518-1-git-send-email-linux.amoon@gmail.com>
Anand Moon wrote:
>
> Changes fixes the misspelled of #interrups-cell.
>
> arch/arm/boot/dts/exynos5420.dtsi:224: WARNING: 'interrups'
> may be misspelled - perhaps 'interrupts'?
>
> Tested on OdroidXU3 board.
>
> Signed-off-by: Anand Moon <linux.amoon@gmail.com>
> ---
> arch/arm/boot/dts/exynos5420.dtsi | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/exynos5420.dtsi b/arch/arm/boot/dts/exynos5420.dtsi
> index c0e98cf..a78ac1f 100644
> --- a/arch/arm/boot/dts/exynos5420.dtsi
> +++ b/arch/arm/boot/dts/exynos5420.dtsi
> @@ -221,7 +221,7 @@
> compatible = "samsung,exynos4210-mct";
> reg = <0x101C0000 0x800>;
> interrupt-controller;
> - #interrups-cells = <1>;
> + #interrupt-cells = <1>;
Oops, what's happened :(
I'm seeing the typo in exynos5250.dtsi as well...
arch/arm/boot/dts/exynos5250.dtsi:146: #interrups-cells = <2>;
I'll apply with above fix.
Thanks,
Kukjin
> interrupt-parent = <&mct_map>;
> interrupts = <0>, <1>, <2>, <3>, <4>, <5>, <6>, <7>,
> <8>, <9>, <10>, <11>;
> --
> 1.9.1
prev parent reply other threads:[~2015-03-24 13:11 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-20 20:23 [PATCH] ARM: Exynos5420: dt: Fixed the checkpatch.pl WARNING misspelled Anand Moon
2015-03-24 13:11 ` Kukjin Kim [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='02fb01d06634$1ac4ebf0$504ec3d0$@kernel.org' \
--to=kgene@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=galak@codeaurora.org \
--cc=ijc+devicetree@hellion.org.uk \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=linux.amoon@gmail.com \
--cc=linux@arm.linux.org.uk \
--cc=mark.rutland@arm.com \
--cc=pawel.moll@arm.com \
--cc=robh+dt@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).