Skip to content

Commit 812944e

Browse files
Jingoo Hanctmarinas
authored andcommitted
arm64: mm: fix the function name in comment of cpu_do_switch_mm
Fix the function name of comment of cpu_do_switch_mm, because cpu_do_switch_mm is the correct name. Signed-off-by: Jingoo Han <jg1.han@samsung.com> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
1 parent ac525f5 commit 812944e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/mm/proc.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ ENDPROC(cpu_do_resume)
150150
#endif
151151

152152
/*
153-
* cpu_switch_mm(pgd_phys, tsk)
153+
* cpu_do_switch_mm(pgd_phys, tsk)
154154
*
155155
* Set the translation table base pointer to be pgd_phys.
156156
*

0 commit comments

Comments
 (0)