From ea08eeccae9297f7aabd2ef7f0c2517ac4549acc Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Tue, 20 Feb 2024 01:18:26 +0000
Subject: [PATCH] write in 30M
---
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