powerpc: Fix misspellings in tlbflush.h
authorZhang Yunkai <zhang.yunkai@zte.com.cn>
Thu, 4 Mar 2021 03:13:18 +0000 (19:13 -0800)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 24 Mar 2021 03:09:30 +0000 (14:09 +1100)
The comment marking the end of the include guard is wrong, fix it up.

Signed-off-by: Zhang Yunkai <zhang.yunkai@zte.com.cn>
[mpe: Rewrite commit message]
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20210304031318.188447-1-zhang.yunkai@zte.com.cn
arch/powerpc/include/asm/book3s/32/tlbflush.h

index d941c06d4f2eaa57e4960d4f291dd7cfdc192764..ba1743c52b56d4bd6b9a94631a117dfd784fb699 100644 (file)
@@ -79,4 +79,4 @@ static inline void local_flush_tlb_mm(struct mm_struct *mm)
        flush_tlb_mm(mm);
 }
 
-#endif /* _ASM_POWERPC_TLBFLUSH_H */
+#endif /* _ASM_POWERPC_BOOK3S_32_TLBFLUSH_H */