From: Andrea Gelmini Date: Sat, 21 May 2016 12:03:06 +0000 (+0200) Subject: parisc: Fix typo in ldcw.h X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=d14b3dfc251d8524a3d24bfaf4c983a5b950a7d9;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git parisc: Fix typo in ldcw.h Signed-off-by: Andrea Gelmini Signed-off-by: Helge Deller --- diff --git a/arch/parisc/include/asm/ldcw.h b/arch/parisc/include/asm/ldcw.h index 8121aa6db2ff..8be707e1b6c7 100644 --- a/arch/parisc/include/asm/ldcw.h +++ b/arch/parisc/include/asm/ldcw.h @@ -40,7 +40,7 @@ memory to indicate to the compiler that the assembly code reads or writes to items other than those listed in the input and output operands. This may pessimize the code somewhat but __ldcw is - usually used within code blocks surrounded by memory barriors. */ + usually used within code blocks surrounded by memory barriers. */ #define __ldcw(a) ({ \ unsigned __ret; \ __asm__ __volatile__(__LDCW " 0(%1),%0" \