From 093a6c67005148ae32a5c9e4553491b9f5c2457b Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Fri, 10 May 2024 07:40:51 +0000
Subject: [PATCH] disable kernel build waring
---
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