On Mon, 5 Oct 2020 at 00:35, Heinrich Schuchardt <[email protected]> wrote: > > Add the missing Sphinx documentation for struct global_data and > gd_board_type(). > > Signed-off-by: Heinrich Schuchardt <[email protected]> > --- > 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 <[email protected]> Would it be OK to use single-line comments in some cases? /** this is a test */ Regards, Simon

