Re: [Xen-devel] [PATCH 5/5] drivers/video: use vlfb_info consistently

2019-05-06 Thread Andrew Cooper
On 06/05/2019 15:50, Marek Marczykowski-Górecki wrote: > vlfb_info is an alias for vga_console_info.u.vesa_lfb, so this change is > purely cosmetic. But using the same name helps reading the code. > > Signed-off-by: Marek Marczykowski-Górecki Acked-by: Andrew Cooper

[Xen-devel] [PATCH 5/5] drivers/video: use vlfb_info consistently

2019-05-06 Thread Marek Marczykowski-Górecki
vlfb_info is an alias for vga_console_info.u.vesa_lfb, so this change is purely cosmetic. But using the same name helps reading the code. Signed-off-by: Marek Marczykowski-Górecki --- xen/drivers/video/vesa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/drivers/video/v