From a5969cabbb4660eab42b6ef0412cbbd1200cf14d Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Sat, 12 Oct 2024 07:10:09 +0000
Subject: [PATCH] 修改led为gpio
---
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