Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 42014
b: refs/heads/master
c: f75e3b1
h: refs/heads/master
v: v3
  • Loading branch information
Greg Ungerer authored and Linus Torvalds committed Dec 4, 2006
1 parent 7a377e6 commit f9a94ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 04a9f081b76f536bcf69db066153c2a4231d5783
refs/heads/master: f75e3b1de6a72f6eb22f3ab120dd52b902357c03
2 changes: 1 addition & 1 deletion trunk/include/asm-m68knommu/scatterlist.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit f9a94ac

Please sign in to comment.