Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 290175
b: refs/heads/master
c: 5bbe2f4
h: refs/heads/master
i:
  290173: 209c7b1
  290171: 37fe09b
  290167: cd93fb6
  290159: 5a1c015
  290143: faf768a
  290111: 99ef40d
  290047: 25ab84a
v: v3
  • Loading branch information
Ben Hutchings committed Feb 16, 2012
1 parent c697946 commit d2438fc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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: a606f4325dca6950996abbae452d33f2af095f39
refs/heads/master: 5bbe2f4f64cc7f6da6390035dcfc42b14bd80484
4 changes: 2 additions & 2 deletions trunk/drivers/net/ethernet/sfc/net_driver.h
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ struct efx_special_buffer {
void *addr;
dma_addr_t dma_addr;
unsigned int len;
int index;
int entries;
unsigned int index;
unsigned int entries;
};

/**
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/net/ethernet/sfc/nic.c
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ static void
efx_init_special_buffer(struct efx_nic *efx, struct efx_special_buffer *buffer)
{
efx_qword_t buf_desc;
int index;
unsigned int index;
dma_addr_t dma_addr;
int i;

Expand Down

0 comments on commit d2438fc

Please sign in to comment.