[U-Boot] [PATCH 1/1] dm: video: adjust struct vidconsole_priv description

The third component of struct vidconsole_priv is ycur.
Signed-off-by: Heinrich Schuchardt xypron.glpk@gmx.de --- include/video_console.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/video_console.h b/include/video_console.h index 63af741778..44e7bdbe29 100644 --- a/include/video_console.h +++ b/include/video_console.h @@ -45,7 +45,7 @@ enum color_idx { * * @sdev: stdio device, acting as an output sink * @xcur_frac: Current X position, in fractional units (VID_TO_POS(x)) - * @curr_row: Current Y position in pixels (0=top) + * @ycur: Current Y position in pixels (0=top) * @rows: Number of text rows * @cols: Number of text columns * @x_charsize: Character width in pixels

On Wed, 19 Sep 2018 20:18:38 +0200 Heinrich Schuchardt xypron.glpk@gmx.de wrote:
The third component of struct vidconsole_priv is ycur.
Signed-off-by: Heinrich Schuchardt xypron.glpk@gmx.de
include/video_console.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Applied to u-boot-video/master, thanks!
-- Anatolij
participants (2)
-
Anatolij Gustschin
-
Heinrich Schuchardt