From 1a029e0edbc5890f76b642222d9899c093212fe6 Mon Sep 17 00:00:00 2001 From: Zhang Yunkai Date: Wed, 3 Mar 2021 19:13:18 -0800 Subject: [PATCH] powerpc: Fix misspellings in tlbflush.h The comment marking the end of the include guard is wrong, fix it up. Signed-off-by: Zhang Yunkai [mpe: Rewrite commit message] Signed-off-by: Michael Ellerman Link: https://lore.kernel.org/r/20210304031318.188447-1-zhang.yunkai@zte.com.cn --- arch/powerpc/include/asm/book3s/32/tlbflush.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/powerpc/include/asm/book3s/32/tlbflush.h b/arch/powerpc/include/asm/book3s/32/tlbflush.h index d941c06d4f2ea..ba1743c52b56d 100644 --- a/arch/powerpc/include/asm/book3s/32/tlbflush.h +++ b/arch/powerpc/include/asm/book3s/32/tlbflush.h @@ -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 */