[U-Boot] [PATCH 1/1] dm: video: adjust struct vidconsole_priv description
Heinrich Schuchardt
xypron.glpk at gmx.de
Wed Sep 19 18:18:38 UTC 2018
The third component of struct vidconsole_priv is ycur.
Signed-off-by: Heinrich Schuchardt <xypron.glpk at 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
--
2.18.0
More information about the U-Boot
mailing list