From 01573e231f18eb2d99162747186f59511f56b64d Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Fri, 08 Dec 2023 10:40:48 +0000 Subject: [PATCH] 移去rt --- 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