From: Heinrich Schuchardt Date: Wed, 18 Sep 2024 21:58:03 +0000 (+0200) Subject: boot: correct struct expo_action description X-Git-Url: http://git.dujemihanovic.xyz/html/static/git-logo.png?a=commitdiff_plain;h=d168c637e4d4b70f9991f6e78520e3e987fa00f4;p=u-boot.git boot: correct struct expo_action description Correct the description of the select.id member to fix a kernel-doc warning. Signed-off-by: Heinrich Schuchardt Reviewed-by: Simon Glass --- diff --git a/include/expo.h b/include/expo.h index 264745f7f0..c235fa2709 100644 --- a/include/expo.h +++ b/include/expo.h @@ -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;