On Sun, 24 Jan 2021 at 13:56, Heinrich Schuchardt <xypron.g...@gmx.de> wrote: > > make htmldocs creates a warning: > > ./include/asm-generic/global_data.h:443: > warning: Function parameter or member 'uclass_root_s' > not described in 'global_data' > > Correct the member descriptions. > > Cc: Simon Glass <s...@chromium.org> > Signed-off-by: Heinrich Schuchardt <xypron.g...@gmx.de> > --- > v2: > include information provided by Simon > --- > include/asm-generic/global_data.h | 16 ++++++++++++---- > 1 file changed, 12 insertions(+), 4 deletions(-)
Reviewed-by: Simon Glass <s...@chromium.org>