diff options
author | Jingoo Han <jg1.han@samsung.com> | 2014-01-21 01:17:47 +0000 |
---|---|---|
committer | Catalin Marinas <catalin.marinas@arm.com> | 2014-01-22 16:24:19 +0000 |
commit | 03324e6e6e66ebd171d9b4b90fd6a2655980dc13 (patch) | |
tree | 56ad1d50baaeabffae9f8da2b970cc54e092880c /arch/arm64 | |
parent | bd5f6dc304a054ccdc8dab43bef5e41d9a575b61 (diff) | |
download | talos-op-linux-03324e6e6e66ebd171d9b4b90fd6a2655980dc13.tar.gz talos-op-linux-03324e6e6e66ebd171d9b4b90fd6a2655980dc13.zip |
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) ENDPROC(__flush_cache_user_range) /* - * __flush_kern_dcache_page(kaddr) + * __flush_dcache_area(kaddr, size) * * Ensure that the data held in the page kaddr is written back to the * page in question. |