From cde9070d9970eef1f7ec2360586c802a16230ad8 Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Fri, 10 May 2024 07:43:50 +0000
Subject: [PATCH] rtl88x2CE_WiFi_linux driver
---
kernel/include/linux/protected_mode_switcher.h | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/kernel/include/linux/protected_mode_switcher.h b/kernel/include/linux/protected_mode_switcher.h
index 1a3c5f7..0f1e6ab 100644
--- a/kernel/include/linux/protected_mode_switcher.h
+++ b/kernel/include/linux/protected_mode_switcher.h
@@ -31,7 +31,7 @@
* @protected_mode_disable: Callback to disable protected mode for device
*/
struct protected_mode_ops {
- /**
+ /*
* protected_mode_enable() - Enable protected mode on device
* @dev: The struct device
*
@@ -40,7 +40,7 @@
int (*protected_mode_enable)(
struct protected_mode_device *protected_dev);
- /**
+ /*
* protected_mode_disable() - Disable protected mode on device, and
* reset device
* @dev: The struct device
@@ -54,8 +54,8 @@
/**
* struct protected_mode_device - Device structure for protected mode devices
*
- * @ops - Callbacks associated with this device
- * @data - Pointer to device private data
+ * @ops: Callbacks associated with this device
+ * @data: Pointer to device private data
*
* This structure should be registered with the platform device using
* platform_set_drvdata().
--
Gitblit v1.6.2