Commit d1019a74 authored by Thomas Weißschuh's avatar Thomas Weißschuh Committed by Tzung-Bi Shih

platform/chrome: cros_ec_proto: Fix cros_ec_get_host_event_wake_mask kdoc

Mark the documentation block as kernel doc and drop the documentation of
the non-existing parameter "@msg".
Signed-off-by: default avatarThomas Weißschuh <linux@weissschuh.net>
Link: https://lore.kernel.org/r/20240524-cros_ec-cmd_versions-v1-1-8a148647d051@weissschuh.netSigned-off-by: default avatarTzung-Bi Shih <tzungbi@kernel.org>
parent 1613e604
...@@ -239,13 +239,12 @@ int cros_ec_check_result(struct cros_ec_device *ec_dev, ...@@ -239,13 +239,12 @@ int cros_ec_check_result(struct cros_ec_device *ec_dev,
} }
EXPORT_SYMBOL(cros_ec_check_result); EXPORT_SYMBOL(cros_ec_check_result);
/* /**
* cros_ec_get_host_event_wake_mask * cros_ec_get_host_event_wake_mask
* *
* Get the mask of host events that cause wake from suspend. * Get the mask of host events that cause wake from suspend.
* *
* @ec_dev: EC device to call * @ec_dev: EC device to call
* @msg: message structure to use
* @mask: result when function returns 0. * @mask: result when function returns 0.
* *
* LOCKING: * LOCKING:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment