summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorZhang Yunkai <zhang.yunkai@zte.com.cn>2021-03-03 19:13:18 -0800
committerMichael Ellerman <mpe@ellerman.id.au>2021-03-24 14:09:30 +1100
commit1a029e0edbc5890f76b642222d9899c093212fe6 (patch)
treedb8ac7b342d26580317742aa4a591aefa6db0dbe /arch
parent1a0e4550fb12d51cd76e2b9439f45977473b022f (diff)
downloadlinux-1a029e0edbc5890f76b642222d9899c093212fe6.tar.bz2
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 <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
Diffstat (limited to 'arch')
-rw-r--r--arch/powerpc/include/asm/book3s/32/tlbflush.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/book3s/32/tlbflush.h b/arch/powerpc/include/asm/book3s/32/tlbflush.h
index d941c06d4f2e..ba1743c52b56 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 */