Skip to content

Commit c48a71a

Browse files
t-8chTzung-Bi Shih
authored andcommitted
platform/chrome: cros_ec_proto: Fix cros_ec_get_host_command_version_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 d1019a7 commit c48a71a

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
@@ -426,13 +426,12 @@ static int cros_ec_get_proto_info_legacy(struct cros_ec_device *ec_dev)
426426
return ret;
427427
}
428428

429-
/*
429+
/**
430430
* cros_ec_get_host_command_version_mask
431431
*
432432
* Get the version mask of a given command.
433433
*
434434
* @ec_dev: EC device to call
435-
* @msg: message structure to use
436435
* @cmd: command to get the version of.
437436
* @mask: result when function returns 0.
438437
*

0 commit comments

Comments
 (0)