OSDN Git Service

arm64: mm: fix the function name in comment of __flush_dcache_area
[uclinux-h8/linux.git] / arch / arm64 / mm / cache.S
index 48a3860..1ea9f26 100644 (file)
@@ -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.