aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-m68knommu/scatterlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-m68knommu/scatterlist.h')
-rw-r--r--include/asm-m68knommu/scatterlist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-m68knommu/scatterlist.h b/include/asm-m68knommu/scatterlist.h
index 12309b181d29..2085d6ff8782 100644
--- a/include/asm-m68knommu/scatterlist.h
+++ b/include/asm-m68knommu/scatterlist.h
@@ -10,7 +10,7 @@ struct scatterlist {
unsigned int length;
};
-#define sg_address(sg) (page_address((sg)->page) + (sg)->offset
+#define sg_address(sg) (page_address((sg)->page) + (sg)->offset)
#define sg_dma_address(sg) ((sg)->dma_address)
#define sg_dma_len(sg) ((sg)->length)