mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
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 <heinrich.schuchardt@canonical.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user