diff options
| author | Heinrich Schuchardt <[email protected]> | 2024-09-18 23:58:03 +0200 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2024-09-21 11:01:41 +0200 |
| commit | d168c637e4d4b70f9991f6e78520e3e987fa00f4 (patch) | |
| tree | 78e89d1720734cd75ffb9b3399c5fcaab820f2d9 /include | |
| parent | 55ff5ffdd4aa4e27464f7dc5758ade4b31219bc9 (diff) | |
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 <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/expo.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
