Skip to content

Commit 1a029e0

Browse files
Zhang Yunkaimpe
authored andcommitted
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
1 parent 1a0e455 commit 1a029e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/powerpc/include/asm/book3s/32/tlbflush.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,4 @@ static inline void local_flush_tlb_mm(struct mm_struct *mm)
7979
flush_tlb_mm(mm);
8080
}
8181

82-
#endif /* _ASM_POWERPC_TLBFLUSH_H */
82+
#endif /* _ASM_POWERPC_BOOK3S_32_TLBFLUSH_H */

0 commit comments

Comments
 (0)