From d168c637e4d4b70f9991f6e78520e3e987fa00f4 Mon Sep 17 00:00:00 2001 From: Heinrich Schuchardt Date: Wed, 18 Sep 2024 23:58:03 +0200 Subject: [PATCH] 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 --- include/expo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5