From: Randy Dunlap Date: Sun, 26 Jul 2020 00:38:07 +0000 (-0700) Subject: powerpc/reg.h: delete duplicated word X-Git-Tag: microblaze-v5.10~101^2~78 X-Git-Url: http://git.monstr.eu/?a=commitdiff_plain;ds=sidebyside;h=850659392abc303d41c3f9217d45ab4fa79d201c;p=linux-2.6-microblaze.git powerpc/reg.h: delete duplicated word Drop the repeated word "a". Signed-off-by: Randy Dunlap Signed-off-by: Michael Ellerman Link: https://lore.kernel.org/r/20200726003809.20454-8-rdunlap@infradead.org --- diff --git a/arch/powerpc/include/asm/reg.h b/arch/powerpc/include/asm/reg.h index 97efbe2973fa..ae71027d3ca2 100644 --- a/arch/powerpc/include/asm/reg.h +++ b/arch/powerpc/include/asm/reg.h @@ -1479,7 +1479,7 @@ static inline void update_power8_hid0(unsigned long hid0) { /* * 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));