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

2022-11-15 Thread Stefan Roese
Hi Rasmus, On 15.11.22 13:10, Rasmus Villemoes wrote: On 14/11/2022 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 Ack, o

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

2022-11-15 Thread Rasmus Villemoes
On 14/11/2022 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 Ack, obviously. But now that I look in global_data.h

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

2022-11-14 Thread Stefan Roese
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 Reviewed-by: Stefan Roese Thanks, Stefan --- include/asm-g

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

2022-11-14 Thread Simon Glass
On Mon, 14 Nov 2022 at 02: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 > --- > include/asm-generic/global_data.h |

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

2022-11-14 Thread Heinrich Schuchardt
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 --- include/asm-generic/global_data.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include