commit | dc3c27394d25360ac614c638fd505041792dd450 | [log] [tgz] |
---|---|---|
author | Andrea Gelmini <andrea.gelmini@gelma.net> | Sat May 21 14:00:18 2016 +0200 |
committer | Ralf Baechle <ralf@linux-mips.org> | Sat May 28 12:35:07 2016 +0200 |
tree | 3005b50c322ffb95263abb3e872c1623ca22620c | |
parent | 87fd4e2692a2add7726fb5a497c617c99071de34 [diff] |
MIPS: IP32: 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/13321/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
diff --git a/arch/mips/include/asm/mach-ip32/dma-coherence.h b/arch/mips/include/asm/mach-ip32/dma-coherence.h index 0a0b0e2..7bdf212 100644 --- a/arch/mips/include/asm/mach-ip32/dma-coherence.h +++ b/arch/mips/include/asm/mach-ip32/dma-coherence.h
@@ -86,7 +86,7 @@ static inline int plat_device_is_coherent(struct device *dev) { - return 0; /* IP32 is non-cohernet */ + return 0; /* IP32 is non-coherent */ } #endif /* __ASM_MACH_IP32_DMA_COHERENCE_H */