RE: [PATCH V2 1/4] misc: vop: change the way of allocating vring

From: Sherry Sun
Date: Tue Sep 29 2020 - 09:02:21 EST


Hi Christoph,

>
> > + vr->va = dma_alloc_coherent(vop_dev(vdev), vr_size,
> &vr_addr,
> > +GFP_KERNEL);
>
> Please stick to 80 character lines unless you have a really good reason not to.

Okay, will change it in V3.

Regards
Sherry