From f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Wed, 31 Jan 2024 01:04:47 +0000 Subject: [PATCH] add driver 5G --- 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