RE: [PATCH v3 7/9] vfio/pci: Support mmap() of a VFIO DMABUF

From: Tian, Kevin

Date: Tue Jun 16 2026 - 05:20:49 EST


> From: Matt Evans <matt@xxxxxxxxxx>
> Sent: Wednesday, June 10, 2026 11:43 PM
> +
> + /*
> + * dma_buf_mmap_internal() has asserted that the VMA is
> + * contained within the DMABUF size before calling this.
> + */
> +
> + vma->vm_page_prot = pgprot_noncached(vma->vm_page_prot);
> + vma->vm_page_prot = pgprot_decrypted(vma->vm_page_prot);

remove the blank line.

Reviewed-by: Kevin Tian <kevin.tian@xxxxxxxxx>