Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

MIPS: IP27: Fix typo

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>

authored by

Andrea Gelmini and committed by
Ralf Baechle
87fd4e26 e904b94a

+4 -4
+1 -1
arch/mips/include/asm/mach-ip27/dma-coherence.h
··· 64 64 65 65 static inline int plat_device_is_coherent(struct device *dev) 66 66 { 67 - return 1; /* IP27 non-cohernet mode is unsupported */ 67 + return 1; /* IP27 non-coherent mode is unsupported */ 68 68 } 69 69 70 70 #endif /* __ASM_MACH_IP27_DMA_COHERENCE_H */
+2 -2
arch/mips/pci/ops-bridge.c
··· 33 33 * The Bridge ASIC supports both type 0 and type 1 access. Type 1 is 34 34 * not really documented, so right now I can't write code which uses it. 35 35 * Therefore we use type 0 accesses for now even though they won't work 36 - * correcly for PCI-to-PCI bridges. 36 + * correctly for PCI-to-PCI bridges. 37 37 * 38 - * The function is complicated by the ultimate brokeness of the IOC3 chip 38 + * The function is complicated by the ultimate brokenness of the IOC3 chip 39 39 * which is used in SGI systems. The IOC3 can only handle 32-bit PCI 40 40 * accesses and does only decode parts of it's address space. 41 41 */
+1 -1
arch/mips/sgi-ip27/ip27-hubio.c
··· 105 105 prb.iprb_ff = force_fire_and_forget ? 1 : 0; 106 106 107 107 /* 108 - * Set the appropriate number of PIO cresits for the widget. 108 + * Set the appropriate number of PIO credits for the widget. 109 109 */ 110 110 prb.iprb_xtalkctr = credits; 111 111