Skip to content

Commit 5a3c96e

Browse files
Jiri Slabygregkh
authored andcommitted
vgacon: comment on vga_rolled_over
Long time ago, I figured out what this number is good for and documented that locally. But never submitted, so do it now. Cc: [email protected] Cc: [email protected] Signed-off-by: Jiri Slaby <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 0002516 commit 5a3c96e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/video/console/vgacon.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ static bool vga_is_gfx;
9696
static bool vga_512_chars;
9797
static int vga_video_font_height;
9898
static int vga_scan_lines __read_mostly;
99-
static unsigned int vga_rolled_over;
99+
static unsigned int vga_rolled_over; /* last vc_origin offset before wrap */
100100

101101
static bool vgacon_text_mode_force;
102102
static bool vga_hardscroll_enabled;

0 commit comments

Comments
 (0)