Commit a4c2d7d9 authored by Joe Perches's avatar Joe Perches Committed by Ingo Molnar

include/asm-x86/swiotlb.h: checkpatch cleanups - formatting only

Signed-off-by: default avatarJoe Perches <joe@perches.com>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 1b17fce6
...@@ -36,7 +36,7 @@ extern int swiotlb_map_sg(struct device *hwdev, struct scatterlist *sg, ...@@ -36,7 +36,7 @@ extern int swiotlb_map_sg(struct device *hwdev, struct scatterlist *sg,
extern void swiotlb_unmap_sg(struct device *hwdev, struct scatterlist *sg, extern void swiotlb_unmap_sg(struct device *hwdev, struct scatterlist *sg,
int nents, int direction); int nents, int direction);
extern int swiotlb_dma_mapping_error(dma_addr_t dma_addr); extern int swiotlb_dma_mapping_error(dma_addr_t dma_addr);
extern void swiotlb_free_coherent (struct device *hwdev, size_t size, extern void swiotlb_free_coherent(struct device *hwdev, size_t size,
void *vaddr, dma_addr_t dma_handle); void *vaddr, dma_addr_t dma_handle);
extern int swiotlb_dma_supported(struct device *hwdev, u64 mask); extern int swiotlb_dma_supported(struct device *hwdev, u64 mask);
extern void swiotlb_init(void); extern void swiotlb_init(void);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment