diff options
-rw-r--r-- | mm/cma.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -494,7 +494,7 @@ struct page *cma_alloc(struct cma *cma, size_t count, unsigned int align, | |||
494 | * @pages: Allocated pages. | 494 | * @pages: Allocated pages. |
495 | * @count: Number of allocated pages. | 495 | * @count: Number of allocated pages. |
496 | * | 496 | * |
497 | * This function releases memory allocated by alloc_cma(). | 497 | * This function releases memory allocated by cma_alloc(). |
498 | * It returns false when provided pages do not belong to contiguous area and | 498 | * It returns false when provided pages do not belong to contiguous area and |
499 | * true otherwise. | 499 | * true otherwise. |
500 | */ | 500 | */ |