arm64: mm: fix the function name in comment of cpu_do_switch_mm
authorJingoo Han <jg1.han@samsung.com>
Mon, 27 Jan 2014 07:19:32 +0000 (07:19 +0000)
committerMark Brown <broonie@linaro.org>
Tue, 20 May 2014 12:17:38 +0000 (13:17 +0100)
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>
(cherry picked from commit 812944e91dbbfeadaeeb4443a5560a7f45648f0b)
Signed-off-by: Mark Brown <broonie@linaro.org>
arch/arm64/mm/proc.S

index 2fbd93e9be15ccca2a8988b62a8c835b351255d3..9ef7633a8eb964d5315702703eae98febe1ec5f5 100644 (file)
@@ -81,7 +81,7 @@ ENTRY(cpu_do_idle)
 ENDPROC(cpu_do_idle)
 
 /*
- *     cpu_switch_mm(pgd_phys, tsk)
+ *     cpu_do_switch_mm(pgd_phys, tsk)
  *
  *     Set the translation table base pointer to be pgd_phys.
  *