Skip to content

Commit

Permalink
Removed extra indentation from xen_bus_dma_tag_create() prototype
Browse files Browse the repository at this point in the history
Make it match with the indentation in the other methods.
  • Loading branch information
Pratyush Yadav committed May 26, 2018
1 parent 86d9fb7 commit 4d67a86
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sys/xen/gnttab.h
Expand Up @@ -125,10 +125,10 @@ int gnttab_resume(device_t);
*/

int xen_bus_dma_tag_create(bus_dma_tag_t parent, bus_size_t alignment,
bus_addr_t boundary, bus_addr_t lowaddr, bus_addr_t highaddr,
bus_dma_filter_t *filtfunc, void *filtfuncarg, bus_size_t maxsize,
int nsegments, bus_size_t maxsegsz, int flags,
bus_dma_lock_t *lockfunc, void *lockfuncarg, bus_dma_tag_t *dmat);
bus_addr_t boundary, bus_addr_t lowaddr, bus_addr_t highaddr,
bus_dma_filter_t *filtfunc, void *filtfuncarg, bus_size_t maxsize,
int nsegments, bus_size_t maxsegsz, int flags,
bus_dma_lock_t *lockfunc, void *lockfuncarg, bus_dma_tag_t *dmat);

int xen_bus_dma_tag_destroy(bus_dma_tag_t dmat, grant_ref_t *refs,
unsigned int refcount);
Expand Down

0 comments on commit 4d67a86

Please sign in to comment.