doc: fix documentation of enum gd_flags
Correct GD_FLG_CYCLIC_RUNNING documentation to match Sphinx style.
Fixes: d7de5ef629
("cyclic: use a flag in gd->flags for recursion protection")
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Stefan Roese <sr@denx.de>
This commit is contained in:
parent
c4ee4fe92e
commit
a8a0fc4628
@ -651,7 +651,7 @@ enum gd_flags {
|
|||||||
*/
|
*/
|
||||||
GD_FLG_FDT_CHANGED = 0x100000,
|
GD_FLG_FDT_CHANGED = 0x100000,
|
||||||
/**
|
/**
|
||||||
* GD_FLG_CYCLIC_RUNNING: cyclic_run is in progress
|
* @GD_FLG_CYCLIC_RUNNING: cyclic_run is in progress
|
||||||
*/
|
*/
|
||||||
GD_FLG_CYCLIC_RUNNING = 0x200000,
|
GD_FLG_CYCLIC_RUNNING = 0x200000,
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user