From 5cb4860f3df83da9610baf0ac3a4f2836fdfa328 Mon Sep 17 00:00:00 2001 From: Heinrich Schuchardt Date: Wed, 19 Sep 2018 20:18:38 +0200 Subject: [PATCH] dm: video: adjust struct vidconsole_priv description The third component of struct vidconsole_priv is ycur. Signed-off-by: Heinrich Schuchardt --- 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 -- 2.25.1