[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 1/3] gnttab: Drop the frame parameter from acquire_grant_for_copy()
On Thu, Aug 24, 2017 at 06:55:53PM +0100, Andrew Cooper wrote: > It is redundant with the *page parameter. Rename the grant_frame parameter to > indicate that it is local, and highlight the correctness of the change. > > Signed-off-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> Reviewed-by: Wei Liu <wei.liu2@xxxxxxxxxx> > > - rc = acquire_grant_for_copy(td, trans_gref, rd->domain_id, > - readonly, &grant_frame, page, > - &trans_page_off, &trans_length, > - false); > + rc = acquire_grant_for_copy( > + td, trans_gref, rd->domain_id, readonly, page, &trans_page_off, > + &trans_length, false); The change of style seems unnecessary, but I don't think I care that much. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |