diff options
author | Annie Li <annie.li@oracle.com> | 2011-11-22 02:59:56 +0100 |
---|---|---|
committer | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | 2011-11-22 15:26:20 +0100 |
commit | c123799a41bf466ce5b199331aac4c1f28f67ec3 (patch) | |
tree | 6c617cf8857bf1e698d0765d3808212859a4d2e5 /include/xen | |
parent | xen/granttable: Grant tables V2 implementation (diff) | |
download | linux-c123799a41bf466ce5b199331aac4c1f28f67ec3.tar.xz linux-c123799a41bf466ce5b199331aac4c1f28f67ec3.zip |
xen/granttable: Keep code format clean
Acked-by: Ian Campbell <ian.campbell@citrix.com>
Signed-off-by: Annie Li <annie.li@oracle.com>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Diffstat (limited to 'include/xen')
-rw-r--r-- | include/xen/grant_table.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xen/grant_table.h b/include/xen/grant_table.h index 5494c402c83a..fea4954174f0 100644 --- a/include/xen/grant_table.h +++ b/include/xen/grant_table.h @@ -157,7 +157,7 @@ unsigned int gnttab_max_grant_frames(void); #define gnttab_map_vaddr(map) ((void *)(map.host_virt_addr)) int gnttab_map_refs(struct gnttab_map_grant_ref *map_ops, - struct gnttab_map_grant_ref *kmap_ops, + struct gnttab_map_grant_ref *kmap_ops, struct page **pages, unsigned int count); int gnttab_unmap_refs(struct gnttab_unmap_grant_ref *unmap_ops, struct page **pages, unsigned int count); |