mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
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
This commit is contained in:
parent
1a0e4550fb
commit
1a029e0edb
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue