MIPS: IP27: Fix typo
authorAndrea Gelmini <andrea.gelmini@gelma.net>
Sat, 21 May 2016 12:00:11 +0000 (14:00 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Sat, 28 May 2016 10:35:07 +0000 (12:35 +0200)
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Cc: trivial@kernel.org
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/13320/
Patchwork: https://patchwork.linux-mips.org/patch/13335/
Patchwork: https://patchwork.linux-mips.org/patch/13336/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/include/asm/mach-ip27/dma-coherence.h
arch/mips/pci/ops-bridge.c
arch/mips/sgi-ip27/ip27-hubio.c

index 1daa64412569f6e43adbd875168948fd8fc9e692..04d862020ac9a3c2ef138137b61b9d3f6ac80761 100644 (file)
@@ -64,7 +64,7 @@ static inline void plat_post_dma_flush(struct device *dev)
 
 static inline int plat_device_is_coherent(struct device *dev)
 {
-       return 1;               /* IP27 non-cohernet mode is unsupported */
+       return 1;               /* IP27 non-coherent mode is unsupported */
 }
 
 #endif /* __ASM_MACH_IP27_DMA_COHERENCE_H */
index 438319465cb4cb60ca2aaed250f6c5e605e03198..57e1463fcd02e072e79ede3b5a80c94909ed0dc2 100644 (file)
@@ -33,9 +33,9 @@ static u32 emulate_ioc3_cfg(int where, int size)
  * The Bridge ASIC supports both type 0 and type 1 access.  Type 1 is
  * not really documented, so right now I can't write code which uses it.
  * Therefore we use type 0 accesses for now even though they won't work
- * correcly for PCI-to-PCI bridges.
+ * correctly for PCI-to-PCI bridges.
  *
- * The function is complicated by the ultimate brokeness of the IOC3 chip
+ * The function is complicated by the ultimate brokenness of the IOC3 chip
  * which is used in SGI systems.  The IOC3 can only handle 32-bit PCI
  * accesses and does only decode parts of it's address space.
  */
index 328ceb3c86ec00bfc8b18f82689dc24d32fade0e..2abe016a0ffc75543fcc069e71631d55195e9ba0 100644 (file)
@@ -105,7 +105,7 @@ static void hub_setup_prb(nasid_t nasid, int prbnum, int credits)
        prb.iprb_ff = force_fire_and_forget ? 1 : 0;
 
        /*
-        * Set the appropriate number of PIO cresits for the widget.
+        * Set the appropriate number of PIO credits for the widget.
         */
        prb.iprb_xtalkctr = credits;
 
This page took 0.027245 seconds and 5 git commands to generate.