Skip to content

Commit

Permalink
powerpc: Fix misspellings in tlbflush.h
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Zhang Yunkai authored and Michael Ellerman committed Mar 24, 2021
1 parent 1a0e455 commit 1a029e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/powerpc/include/asm/book3s/32/tlbflush.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

0 comments on commit 1a029e0

Please sign in to comment.