On Mon, 5 Oct 2020 at 00:35, Heinrich Schuchardt <xypron.g...@gmx.de> wrote: > > Add the missing Sphinx documentation for struct global_data and > gd_board_type(). > > Signed-off-by: Heinrich Schuchardt <xypron.g...@gmx.de> > --- > v3: > Avoid duplicate comments: comments replaced by Sphinx documentation > should be removed. > v2: > no change > --- > include/asm-generic/global_data.h | 372 +++++++++++++++++++++++++----- > 1 file changed, 317 insertions(+), 55 deletions(-)
Reviewed-by: Simon Glass <s...@chromium.org> Would it be OK to use single-line comments in some cases? /** this is a test */ Regards, Simon