public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Simon Arlott <simon@fire.lp0.eu>
To: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	spyro@f2s.com, trivial@kernel.org
Subject: [PATCH] spelling fixes: arch/arm26/
Date: Fri, 11 May 2007 20:40:42 +0100	[thread overview]
Message-ID: <4644C6BA.9080102@simon.arlott.org.uk> (raw)

Spelling fixes in arch/arm26/.

Signed-off-by: Simon Arlott <simon@fire.lp0.eu>
---
 arch/arm26/kernel/irq.c     |    6 +++---
 arch/arm26/kernel/process.c |    2 +-
 arch/arm26/kernel/time.c    |    2 +-
 arch/arm26/lib/longlong.h   |    2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/arch/arm26/kernel/irq.c b/arch/arm26/kernel/irq.c
index d53382c..f2b5963 100644
--- a/arch/arm26/kernel/irq.c
+++ b/arch/arm26/kernel/irq.c
@@ -10,12 +10,12 @@
  * published by the Free Software Foundation.
  *
  *  This file contains the code used by various IRQ handling routines:
- *  asking for different IRQ's should be done through these routines
+ *  asking for different IRQs should be done through these routines
  *  instead of just grabbing them. Thus setups with different IRQ numbers
  *  shouldn't result in any weird surprises, and installing new handlers
  *  should be easier.
  *
- *  IRQ's are in fact implemented a bit like signal handlers for the kernel.
+ *  IRQs are in fact implemented a bit like signal handlers for the kernel.
  *  Naturally it's not a 1:1 relation, but there are similarities.
  */
 #include <linux/module.h>
@@ -324,7 +324,7 @@ do_level_IRQ(unsigned int irq, struct irqdesc *desc, struct pt_regs *regs)
 }
 
 /*
- * do_IRQ handles all hardware IRQ's.  Decoded IRQs should not
+ * do_IRQ handles all hardware IRQs.  Decoded IRQs should not
  * come via this function.  Instead, they should provide their
  * own 'handler'
  */
diff --git a/arch/arm26/kernel/process.c b/arch/arm26/kernel/process.c
index dcd81e6..7539cfc 100644
--- a/arch/arm26/kernel/process.c
+++ b/arch/arm26/kernel/process.c
@@ -3,7 +3,7 @@
  *
  *  Copyright (C) 2003 Ian Molton - adapted for ARM26
  *  Copyright (C) 1996-2000 Russell King - Converted to ARM.
- *  Origional Copyright (C) 1995  Linus Torvalds
+ *  Original Copyright (C) 1995  Linus Torvalds
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License version 2 as
diff --git a/arch/arm26/kernel/time.c b/arch/arm26/kernel/time.c
index 0f1d57f..4cefc44 100644
--- a/arch/arm26/kernel/time.c
+++ b/arch/arm26/kernel/time.c
@@ -182,7 +182,7 @@ static irqreturn_t timer_interrupt(int irq, void *dev_id, struct pt_regs *regs)
 #ifndef CONFIG_SMP
 	update_process_times(user_mode(regs));
 #endif
-        do_set_rtc(); //FIME - EVERY timer IRQ?
+        do_set_rtc(); //FIXME - EVERY timer IRQ?
         profile_tick(CPU_PROFILING, regs);
 	return IRQ_HANDLED; //FIXME - is this right?
 }
diff --git a/arch/arm26/lib/longlong.h b/arch/arm26/lib/longlong.h
index 05ec1ab..9f59fbf 100644
--- a/arch/arm26/lib/longlong.h
+++ b/arch/arm26/lib/longlong.h
@@ -31,7 +31,7 @@
 
 /* Define auxiliary asm macros.
 
-   1) umul_ppmm(high_prod, low_prod, multipler, multiplicand)
+   1) umul_ppmm(high_prod, low_prod, multiplier, multiplicand)
    multiplies two USItype integers MULTIPLER and MULTIPLICAND,
    and generates a two-part USItype product in HIGH_PROD and
    LOW_PROD.
-- 
1.5.0.1

-- 
Simon Arlott

                 reply	other threads:[~2007-05-11 19:41 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=4644C6BA.9080102@simon.arlott.org.uk \
    --to=simon@fire.lp0.eu \
    --cc=linux-kernel@vger.kernel.org \
    --cc=spyro@f2s.com \
    --cc=trivial@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