Linux MIPS Architecture development
 help / color / mirror / Atom feed
From: EUNBONG SONG <eunb.song@samsung.com>
To: ralf@linux-mips.org
Cc: "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	linux-mips@linux-mips.org
Subject: [PATCH] mips: Fix typo in cavium-octeon
Date: Fri, 12 Apr 2013 04:49:00 +0000 (GMT)	[thread overview]
Message-ID: <8832811.197761365742139632.JavaMail.weblogic@epml12> (raw)


I think "CUI2" should be changed to "CIU2", because CIU means Central Intrrupt Unit.

Singed-off-by: EunBong Song<eunb.song@samsung.com>

---
 arch/mips/cavium-octeon/octeon-irq.c           |    2 +-
 arch/mips/include/asm/mach-cavium-octeon/irq.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/mips/cavium-octeon/octeon-irq.c b/arch/mips/cavium-octeon/octeon-irq.c
index 156aa61..52aa9cf 100644
--- a/arch/mips/cavium-octeon/octeon-irq.c
+++ b/arch/mips/cavium-octeon/octeon-irq.c
@@ -1709,7 +1709,7 @@ static void __init octeon_irq_init_ciu2(void)
 	} else
 		panic("Cannot find device node for cavium,octeon-6880-ciu2.");
 
-	/* CUI2 */
+	/* CIU2 */
 	for (i = 0; i < 64; i++)
 		octeon_irq_force_ciu_mapping(ciu_domain, i + OCTEON_IRQ_WORKQ0, 0, i);
 
diff --git a/arch/mips/include/asm/mach-cavium-octeon/irq.h b/arch/mips/include/asm/mach-cavium-octeon/irq.h
index 60fc4c3..77fb610 100644
--- a/arch/mips/include/asm/mach-cavium-octeon/irq.h
+++ b/arch/mips/include/asm/mach-cavium-octeon/irq.h
@@ -15,7 +15,7 @@ enum octeon_irq {
 /* 1 - 8 represent the 8 MIPS standard interrupt sources */
 	OCTEON_IRQ_SW0 = 1,
 	OCTEON_IRQ_SW1,
-/* CIU0, CUI2, CIU4 are 3, 4, 5 */
+/* CIU0, CIU2, CIU4 are 3, 4, 5 */
 	OCTEON_IRQ_5 = 6,
 	OCTEON_IRQ_PERF,
 	OCTEON_IRQ_TIMER,
-- 
1.7.0.4

                 reply	other threads:[~2013-04-12  4:49 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=8832811.197761365742139632.JavaMail.weblogic@epml12 \
    --to=eunb.song@samsung.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mips@linux-mips.org \
    --cc=ralf@linux-mips.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