Re: [PATCH 2/3] global_data.h: add Sphinx documentation

2020-09-22 Thread Simon Glass
On Sat, 19 Sep 2020 at 10:10, Heinrich Schuchardt wrote: > > Add the missing Sphinx documentation for struct global_data and > gd_board_type(). > > Signed-off-by: Heinrich Schuchardt > --- > include/asm-generic/global_data.h | 357 ++ > 1 file changed, 309 insertions(

[PATCH 2/3] global_data.h: add Sphinx documentation

2020-09-19 Thread Heinrich Schuchardt
Add the missing Sphinx documentation for struct global_data and gd_board_type(). Signed-off-by: Heinrich Schuchardt --- include/asm-generic/global_data.h | 357 ++ 1 file changed, 309 insertions(+), 48 deletions(-) diff --git a/include/asm-generic/global_data.h b/in