Re: [PATCH 17/26] video: Add comments to struct sandbox_sdl_plat

2020-05-22 Thread Anatolij Gustschin
On Tue, 19 May 2020 17:10:49 -0600 Simon Glass s...@chromium.org wrote: > This struct is not commented but needs it. Also fix the comment in > check_vidconsole_output() about the encoding for the rotation value. > > Signed-off-by: Simon Glass Reviewed-by: Anatolij Gustschin

[PATCH 17/26] video: Add comments to struct sandbox_sdl_plat

2020-05-19 Thread Simon Glass
This struct is not commented but needs it. Also fix the comment in check_vidconsole_output() about the encoding for the rotation value. Signed-off-by: Simon Glass --- include/dm/test.h | 14 +- test/dm/video.c | 3 ++- 2 files changed, 15 insertions(+), 2 deletions(-) diff