]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
boot: correct struct expo_action description
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Wed, 18 Sep 2024 21:58:03 +0000 (23:58 +0200)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 21 Sep 2024 09:01:41 +0000 (11:01 +0200)
Correct the description of the select.id member to fix a kernel-doc
warning.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
include/expo.h

index 264745f7f01ad35a57bc942619b35da5f9166d6a..c235fa2709db4a8d345e48f73946f0df559a822f 100644 (file)
@@ -42,7 +42,7 @@ enum expoact_type {
  *
  * @type: Action type (EXPOACT_NONE if there is no action)
  * @select: Used for EXPOACT_POINT_ITEM and EXPOACT_SELECT
- * @id: ID number of the object affected.
+ * @select.id: ID number of the object affected.
  */
 struct expo_action {
        enum expoact_type type;