Linux MIPS Architecture development
 help / color / mirror / Atom feed
* [PATCH] include/asm-mips/: Spelling fixes
       [not found] <5703e57f925f31fc0eb38873bd7f10fc44f99cb4.1197918890.git.joe@perches.com>
@ 2007-12-17 19:30 ` Joe Perches
  2007-12-17 19:53   ` Sergei Shtylyov
  0 siblings, 1 reply; 3+ messages in thread
From: Joe Perches @ 2007-12-17 19:30 UTC (permalink / raw)
  To: linux-kernel; +Cc: Andrew Morton, Ralf Baechle, linux-mips


Signed-off-by: Joe Perches <joe@perches.com>
---
 include/asm-mips/mach-excite/excite_fpga.h  |    2 +-
 include/asm-mips/mach-wrppmc/mach-gt64120.h |    2 +-
 include/asm-mips/sgi/ip22.h                 |    2 +-
 include/asm-mips/sn/sn0/hubio.h             |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/include/asm-mips/mach-excite/excite_fpga.h b/include/asm-mips/mach-excite/excite_fpga.h
index 38fcda7..0a1ef69 100644
--- a/include/asm-mips/mach-excite/excite_fpga.h
+++ b/include/asm-mips/mach-excite/excite_fpga.h
@@ -3,7 +3,7 @@
 
 
 /**
- * Adress alignment of the individual FPGA bytes.
+ * Address alignment of the individual FPGA bytes.
  * The address arrangement of the individual bytes of the FPGA is two
  * byte aligned at the embedded MK2 platform.
  */
diff --git a/include/asm-mips/mach-wrppmc/mach-gt64120.h b/include/asm-mips/mach-wrppmc/mach-gt64120.h
index 00d8bf6..465234a 100644
--- a/include/asm-mips/mach-wrppmc/mach-gt64120.h
+++ b/include/asm-mips/mach-wrppmc/mach-gt64120.h
@@ -45,7 +45,7 @@
 #define GT_PCI_IO_SIZE	0x02000000UL
 
 /*
- * PCI interrupts will come in on either the INTA or INTD interrups lines,
+ * PCI interrupts will come in on either the INTA or INTD interrupts lines,
  * which are mapped to the #2 and #5 interrupt pins of the MIPS.  On our
  * boards, they all either come in on IntD or they all come in on IntA, they
  * aren't mixed. There can be numerous PCI interrupts, so we keep a list of the
diff --git a/include/asm-mips/sgi/ip22.h b/include/asm-mips/sgi/ip22.h
index f4981c4..c0501f9 100644
--- a/include/asm-mips/sgi/ip22.h
+++ b/include/asm-mips/sgi/ip22.h
@@ -15,7 +15,7 @@
 /*
  * These are the virtual IRQ numbers, we divide all IRQ's into
  * 'spaces', the 'space' determines where and how to enable/disable
- * that particular IRQ on an SGI machine. HPC DMA and MC DMA interrups
+ * that particular IRQ on an SGI machine. HPC DMA and MC DMA interrupts
  * are not supported this way. Driver is supposed to allocate HPC/MC
  * interrupt as shareable and then look to proper status bit (see
  * HAL2 driver). This will prevent many complications, trust me ;-)
diff --git a/include/asm-mips/sn/sn0/hubio.h b/include/asm-mips/sn/sn0/hubio.h
index ef91b33..0187895 100644
--- a/include/asm-mips/sn/sn0/hubio.h
+++ b/include/asm-mips/sn/sn0/hubio.h
@@ -338,7 +338,7 @@ typedef union io_perf_cnt {
 #define IIO_IFDR	0x400398	/* IOQ FIFO Depth */
 #define IIO_IIAP	0x4003a0	/* IIQ Arbitration Parameters */
 #define IIO_IMMR	IIO_IIAP
-#define IIO_ICMR	0x4003a8	/* CRB Managment Register */
+#define IIO_ICMR	0x4003a8	/* CRB Management Register */
 #define IIO_ICCR	0x4003b0	/* CRB Control Register */
 #define IIO_ICTO	0x4003b8	/* CRB Time Out Register */
 #define IIO_ICTP	0x4003c0	/* CRB Time Out Prescalar */
-- 
1.5.3.7.949.g2221a6

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

* Re: [PATCH] include/asm-mips/: Spelling fixes
  2007-12-17 19:30 ` [PATCH] include/asm-mips/: Spelling fixes Joe Perches
@ 2007-12-17 19:53   ` Sergei Shtylyov
  2007-12-17 20:02     ` Joe Perches
  0 siblings, 1 reply; 3+ messages in thread
From: Sergei Shtylyov @ 2007-12-17 19:53 UTC (permalink / raw)
  To: Joe Perches; +Cc: linux-kernel, Andrew Morton, Ralf Baechle, linux-mips

Hello.

Joe Perches wrote:

> Signed-off-by: Joe Perches <joe@perches.com>

> diff --git a/include/asm-mips/mach-wrppmc/mach-gt64120.h b/include/asm-mips/mach-wrppmc/mach-gt64120.h
> index 00d8bf6..465234a 100644
> --- a/include/asm-mips/mach-wrppmc/mach-gt64120.h
> +++ b/include/asm-mips/mach-wrppmc/mach-gt64120.h
> @@ -45,7 +45,7 @@
>  #define GT_PCI_IO_SIZE	0x02000000UL
>  
>  /*
> - * PCI interrupts will come in on either the INTA or INTD interrups lines,
> + * PCI interrupts will come in on either the INTA or INTD interrupts lines,

    "interrupt" here.

WBR, Sergei

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

* Re: [PATCH] include/asm-mips/: Spelling fixes
  2007-12-17 19:53   ` Sergei Shtylyov
@ 2007-12-17 20:02     ` Joe Perches
  0 siblings, 0 replies; 3+ messages in thread
From: Joe Perches @ 2007-12-17 20:02 UTC (permalink / raw)
  To: Sergei Shtylyov; +Cc: linux-kernel, Andrew Morton, Ralf Baechle, linux-mips

On Mon, 2007-12-17 at 22:53 +0300, Sergei Shtylyov wrote:
> > - * PCI interrupts will come in on either the INTA or INTD interrups lines,
> > + * PCI interrupts will come in on either the INTA or INTD interrupts lines,
>     "interrupt" here.

Quite right.
I did them by script and inspected, but didn't notice that one.
cheers, Joe

Signed-off-by: Joe Perches <joe@perches.com>
---
diff --git a/include/asm-mips/mach-wrppmc/mach-gt64120.h b/include/asm-mips/mach-wrppmc/mach-gt64120.h
index 00d8bf6..465234a 100644
--- a/include/asm-mips/mach-wrppmc/mach-gt64120.h
+++ b/include/asm-mips/mach-wrppmc/mach-gt64120.h
@@ -45,7 +45,7 @@
 #define GT_PCI_IO_SIZE	0x02000000UL
 
 /*
- * PCI interrupts will come in on either the INTA or INTD interrups lines,
+ * PCI interrupts will come in on either the INTA or INTD interrupt lines,
  * which are mapped to the #2 and #5 interrupt pins of the MIPS.  On our
  * boards, they all either come in on IntD or they all come in on IntA, they
  * aren't mixed. There can be numerous PCI interrupts, so we keep a list of the

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

end of thread, other threads:[~2007-12-17 20:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <5703e57f925f31fc0eb38873bd7f10fc44f99cb4.1197918890.git.joe@perches.com>
2007-12-17 19:30 ` [PATCH] include/asm-mips/: Spelling fixes Joe Perches
2007-12-17 19:53   ` Sergei Shtylyov
2007-12-17 20:02     ` Joe Perches

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox