devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: Exynos5420: dt: Fixed the checkpatch.pl WARNING misspelled
@ 2015-03-20 20:23 Anand Moon
  2015-03-24 13:11 ` Kukjin Kim
  0 siblings, 1 reply; 2+ messages in thread
From: Anand Moon @ 2015-03-20 20:23 UTC (permalink / raw)
  To: Rob Herring, Pawel Moll, Mark Rutland, Ian Campbell, Kumar Gala,
	Russell King, Kukjin Kim
  Cc: devicetree, linux-arm-kernel, linux-samsung-soc, linux-kernel,
	Anand Moon

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>;
 		interrupt-parent = <&mct_map>;
 		interrupts = <0>, <1>, <2>, <3>, <4>, <5>, <6>, <7>,
 				<8>, <9>, <10>, <11>;
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* RE: [PATCH] ARM: Exynos5420: dt: Fixed the checkpatch.pl WARNING misspelled
  2015-03-20 20:23 [PATCH] ARM: Exynos5420: dt: Fixed the checkpatch.pl WARNING misspelled Anand Moon
@ 2015-03-24 13:11 ` Kukjin Kim
  0 siblings, 0 replies; 2+ messages in thread
From: Kukjin Kim @ 2015-03-24 13:11 UTC (permalink / raw)
  To: 'Anand Moon', 'Rob Herring', 'Pawel Moll',
	'Mark Rutland', 'Ian Campbell',
	'Kumar Gala', 'Russell King',
	'Kukjin Kim'
  Cc: devicetree, linux-arm-kernel, linux-samsung-soc, linux-kernel

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-03-24 13:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 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).