Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

vesafb: fix comment a typo

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

authored by

Justin P. Mattock and committed by
Jiri Kosina
8aed6288 bbff2168

+1 -1
+1 -1
drivers/video/vesafb.c
··· 253 253 size_vmode = vesafb_defined.yres * vesafb_fix.line_length; 254 254 255 255 /* size_total -- all video memory we have. Used for mtrr 256 - * entries, ressource allocation and bounds 256 + * entries, resource allocation and bounds 257 257 * checking. */ 258 258 size_total = screen_info.lfb_size * 65536; 259 259 if (vram_total)