Skip to content

Commit d1019a7

Browse files
t-8chTzung-Bi Shih
authored andcommitted
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: Thomas Weißschuh <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Tzung-Bi Shih <[email protected]>
1 parent 1613e60 commit d1019a7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

drivers/platform/chrome/cros_ec_proto.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,13 +239,12 @@ int cros_ec_check_result(struct cros_ec_device *ec_dev,
239239
}
240240
EXPORT_SYMBOL(cros_ec_check_result);
241241

242-
/*
242+
/**
243243
* cros_ec_get_host_event_wake_mask
244244
*
245245
* Get the mask of host events that cause wake from suspend.
246246
*
247247
* @ec_dev: EC device to call
248-
* @msg: message structure to use
249248
* @mask: result when function returns 0.
250249
*
251250
* LOCKING:

0 commit comments

Comments
 (0)