Re: [PATCH v3 30/30] drivers: hv: dxgkrnl: Add support to map guest pages by host

From: Wei Liu
Date: Wed Mar 02 2022 - 09:30:48 EST


On Tue, Mar 01, 2022 at 11:46:17AM -0800, Iouri Tarassov wrote:
[...]
> @@ -1393,6 +1396,7 @@ int create_existing_sysmem(struct dxgdevice *device,
> pr_debug(" Alloc size: %lld", alloc_size);
>
> dxgalloc->cpu_address = (void *)sysmem;
> +

Well this is just adding a blank line. Please avoid changes like this...

Thanks,
Wei.