aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-08-17 15:34:58 +0000
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-08-17 15:34:58 +0000
commit88f95d50cfb1332776cebe47a929a889b8d82759 (patch)
treea6a809bf3095542672ac0d245e5f7541f0b07297
parent206e4c40331f96941aa4074ac1dbfe73bc1159bd (diff)
downloadxen-88f95d50cfb1332776cebe47a929a889b8d82759.tar.gz
xen-88f95d50cfb1332776cebe47a929a889b8d82759.tar.bz2
xen-88f95d50cfb1332776cebe47a929a889b8d82759.zip
Formatting cleanup.
-rw-r--r--linux-2.6-xen-sparse/arch/xen/i386/kernel/pci-dma.c15
1 files changed, 8 insertions, 7 deletions
diff --git a/linux-2.6-xen-sparse/arch/xen/i386/kernel/pci-dma.c b/linux-2.6-xen-sparse/arch/xen/i386/kernel/pci-dma.c
index c9ade99d64..054f21d489 100644
--- a/linux-2.6-xen-sparse/arch/xen/i386/kernel/pci-dma.c
+++ b/linux-2.6-xen-sparse/arch/xen/i386/kernel/pci-dma.c
@@ -24,13 +24,14 @@ struct dma_coherent_mem {
unsigned long *bitmap;
};
-#define IOMMU_BUG_ON(test) \
-do { \
- if (unlikely(test)) { \
- printk(KERN_ALERT "Fatal DMA error! Please use 'swiotlb=force'\n"); \
- BUG(); \
- } \
-} while(0)
+#define IOMMU_BUG_ON(test) \
+do { \
+ if (unlikely(test)) { \
+ printk(KERN_ALERT "Fatal DMA error! " \
+ "Please use 'swiotlb=force'\n"); \
+ BUG(); \
+ } \
+} while (0)
int
dma_map_sg(struct device *hwdev, struct scatterlist *sg, int nents,