Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 48799
b: refs/heads/master
c: 630e61f
h: refs/heads/master
i:
  48797: 7eba1bb
  48795: baa85e7
  48791: bac050b
  48783: 8c13305
  48767: fd03d1e
v: v3
  • Loading branch information
Roland Dreier committed Feb 16, 2007
1 parent 6fef62f commit 01b9c05
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 38abaa63bf38dd5e086911e63fbea47ae34674ab
refs/heads/master: 630e61f2fa9bc842f1065ffa023aae8065a5ab23
4 changes: 2 additions & 2 deletions trunk/drivers/infiniband/hw/ipath/ipath_dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ static void ipath_dma_unmap_page(struct ib_device *dev,
BUG_ON(!valid_dma_direction(direction));
}

int ipath_map_sg(struct ib_device *dev, struct scatterlist *sg, int nents,
enum dma_data_direction direction)
static int ipath_map_sg(struct ib_device *dev, struct scatterlist *sg, int nents,
enum dma_data_direction direction)
{
u64 addr;
int i;
Expand Down

0 comments on commit 01b9c05

Please sign in to comment.