| .. | .. |
|---|
| 46 | 46 | * @pma_free_page: Callback to free protected memory |
|---|
| 47 | 47 | */ |
|---|
| 48 | 48 | struct protected_memory_allocator_ops { |
|---|
| 49 | | - /** |
|---|
| 49 | + /* |
|---|
| 50 | 50 | * pma_alloc_page - Allocate protected memory pages |
|---|
| 51 | 51 | * |
|---|
| 52 | 52 | * @pma_dev: The protected memory allocator the request is being made |
|---|
| .. | .. |
|---|
| 59 | 59 | struct protected_memory_allocator_device *pma_dev, |
|---|
| 60 | 60 | unsigned int order); |
|---|
| 61 | 61 | |
|---|
| 62 | | - /** |
|---|
| 62 | + /* |
|---|
| 63 | 63 | * pma_get_phys_addr - Get the physical address of the protected memory |
|---|
| 64 | 64 | * allocation |
|---|
| 65 | 65 | * |
|---|
| .. | .. |
|---|
| 74 | 74 | struct protected_memory_allocator_device *pma_dev, |
|---|
| 75 | 75 | struct protected_memory_allocation *pma); |
|---|
| 76 | 76 | |
|---|
| 77 | | - /** |
|---|
| 77 | + /* |
|---|
| 78 | 78 | * pma_free_page - Free a page of memory |
|---|
| 79 | 79 | * |
|---|
| 80 | 80 | * @pma_dev: The protected memory allocator the request is being made |
|---|