From f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Wed, 31 Jan 2024 01:04:47 +0000 Subject: [PATCH] add driver 5G --- kernel/include/linux/protected_memory_allocator.h | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kernel/include/linux/protected_memory_allocator.h b/kernel/include/linux/protected_memory_allocator.h index 1e05bb8..825af48 100644 --- a/kernel/include/linux/protected_memory_allocator.h +++ b/kernel/include/linux/protected_memory_allocator.h @@ -46,7 +46,7 @@ * @pma_free_page: Callback to free protected memory */ struct protected_memory_allocator_ops { - /** + /* * pma_alloc_page - Allocate protected memory pages * * @pma_dev: The protected memory allocator the request is being made @@ -59,7 +59,7 @@ struct protected_memory_allocator_device *pma_dev, unsigned int order); - /** + /* * pma_get_phys_addr - Get the physical address of the protected memory * allocation * @@ -74,7 +74,7 @@ struct protected_memory_allocator_device *pma_dev, struct protected_memory_allocation *pma); - /** + /* * pma_free_page - Free a page of memory * * @pma_dev: The protected memory allocator the request is being made -- Gitblit v1.6.2