include/asm-x86/swiotlb.h: checkpatch cleanups - formatting only
Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
@@ -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);
|
||||||
|
Reference in New Issue
Block a user