]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
platform/chrome: cros_ec_proto: Fix cros_ec_get_host_command_version_mask kdoc
authorThomas Weißschuh <linux@weissschuh.net>
Fri, 24 May 2024 08:33:34 +0000 (10:33 +0200)
committerTzung-Bi Shih <tzungbi@kernel.org>
Mon, 27 May 2024 02:41:12 +0000 (02:41 +0000)
Mark the documentation block as kernel doc and drop the documentation of
the non-existing parameter "@msg".

Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
Link: https://lore.kernel.org/r/20240524-cros_ec-cmd_versions-v1-2-8a148647d051@weissschuh.net
Signed-off-by: Tzung-Bi Shih <tzungbi@kernel.org>
drivers/platform/chrome/cros_ec_proto.c

index 0006a343964499d961b22cd6f10f8d4b30c62524..dcfc18fe1cdf78ccffcb841630958d568a1f5fb4 100644 (file)
@@ -426,13 +426,12 @@ exit:
        return ret;
 }
 
-/*
+/**
  * cros_ec_get_host_command_version_mask
  *
  * Get the version mask of a given command.
  *
  * @ec_dev: EC device to call
- * @msg: message structure to use
  * @cmd: command to get the version of.
  * @mask: result when function returns 0.
  *