> From: Matt Evans <[email protected]> > 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 <[email protected]>
