[PATCH 1/1] boot: correct struct expo_action description

Heinrich Schuchardt heinrich.schuchardt at canonical.com
Wed Sep 18 23:58:03 CEST 2024


Correct the description of the select.id member to fix a kernel-doc
warning.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt at canonical.com>
---
 include/expo.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/expo.h b/include/expo.h
index 264745f7f01..c235fa2709d 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.45.2



More information about the U-Boot mailing list