[PATCH 1/1] doc: fix documentation of enum gd_flags

Stefan Roese sr at denx.de
Tue Nov 15 08:17:53 CET 2022


On 14.11.22 10:25, Heinrich Schuchardt wrote:
> Correct GD_FLG_CYCLIC_RUNNING documentation to match Sphinx style.
> 
> Fixes: d7de5ef62935 ("cyclic: use a flag in gd->flags for recursion protection")
> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt at canonical.com>

Reviewed-by: Stefan Roese <sr at denx.de>

Thanks,
Stefan

> ---
>   include/asm-generic/global_data.h | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/asm-generic/global_data.h b/include/asm-generic/global_data.h
> index 02ad8ca595..88829126fb 100644
> --- a/include/asm-generic/global_data.h
> +++ b/include/asm-generic/global_data.h
> @@ -651,7 +651,7 @@ enum gd_flags {
>   	 */
>   	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,
>   };

Viele Grüße,
Stefan Roese

-- 
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-51 Fax: (+49)-8142-66989-80 Email: sr at denx.de


More information about the U-Boot mailing list