Commit 1a029e0e authored by Zhang Yunkai's avatar Zhang Yunkai Committed by Michael Ellerman
Browse files

powerpc: Fix misspellings in tlbflush.h



The comment marking the end of the include guard is wrong, fix it up.

Signed-off-by: default avatarZhang Yunkai <zhang.yunkai@zte.com.cn>
[mpe: Rewrite commit message]
Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20210304031318.188447-1-zhang.yunkai@zte.com.cn
parent 1a0e4550
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -79,4 +79,4 @@ static inline void local_flush_tlb_mm(struct mm_struct *mm)
	flush_tlb_mm(mm);
	flush_tlb_mm(mm);
}
}


#endif /* _ASM_POWERPC_TLBFLUSH_H */
#endif /* _ASM_POWERPC_BOOK3S_32_TLBFLUSH_H */