Messages in this thread Patch in this message |  | | From | Randy Dunlap <> | Subject | [PATCH 7/9] powerpc: reg.h: delete duplicated word | Date | Sat, 25 Jul 2020 17:38:07 -0700 |
| |
Drop the repeated word "a".
Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Cc: Michael Ellerman <mpe@ellerman.id.au> Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org> Cc: Paul Mackerras <paulus@samba.org> Cc: linuxppc-dev@lists.ozlabs.org --- arch/powerpc/include/asm/reg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
--- linux-next-20200720.orig/arch/powerpc/include/asm/reg.h +++ linux-next-20200720/arch/powerpc/include/asm/reg.h @@ -1472,7 +1472,7 @@ static inline void update_power8_hid0(un { /* * The HID0 update on Power8 should at the very least be - * preceded by a a SYNC instruction followed by an ISYNC + * preceded by a SYNC instruction followed by an ISYNC * instruction */ asm volatile("sync; mtspr %0,%1; isync":: "i"(SPRN_HID0), "r"(hid0));
|  |