diff options
author | Jingoo Han <jg1.han@samsung.com> | 2014-01-20 20:17:47 -0500 |
---|---|---|
committer | Catalin Marinas <catalin.marinas@arm.com> | 2014-01-22 11:24:19 -0500 |
commit | 03324e6e6e66ebd171d9b4b90fd6a2655980dc13 (patch) | |
tree | 56ad1d50baaeabffae9f8da2b970cc54e092880c /arch/arm64 | |
parent | bd5f6dc304a054ccdc8dab43bef5e41d9a575b61 (diff) |
arm64: mm: fix the function name in comment of __flush_dcache_area
Fix the function name of comment of __flush_dcache_area,
because __flush_dcache_area is the correct name. Also,
the missing variable 'size' is added to the comment.
Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'arch/arm64')
-rw-r--r-- | arch/arm64/mm/cache.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/mm/cache.S b/arch/arm64/mm/cache.S index 48a386094fa3..1ea9f26d1b70 100644 --- a/arch/arm64/mm/cache.S +++ b/arch/arm64/mm/cache.S | |||
@@ -146,7 +146,7 @@ ENDPROC(flush_icache_range) | |||
146 | ENDPROC(__flush_cache_user_range) | 146 | ENDPROC(__flush_cache_user_range) |
147 | 147 | ||
148 | /* | 148 | /* |
149 | * __flush_kern_dcache_page(kaddr) | 149 | * __flush_dcache_area(kaddr, size) |
150 | * | 150 | * |
151 | * Ensure that the data held in the page kaddr is written back to the | 151 | * Ensure that the data held in the page kaddr is written back to the |
152 | * page in question. | 152 | * page in question. |