Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dc3c2739 authored by Andrea Gelmini's avatar Andrea Gelmini Committed by Ralf Baechle
Browse files

MIPS: IP32: Fix typo



Signed-off-by: default avatarAndrea 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: default avatarRalf Baechle <ralf@linux-mips.org>
parent 87fd4e26
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -86,7 +86,7 @@ static inline void plat_post_dma_flush(struct device *dev)

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 */