Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 134595
b: refs/heads/master
c: fd8ef49
h: refs/heads/master
i:
  134593: fba2303
  134591: b95124d
v: v3
  • Loading branch information
Hannes Eder authored and David S. Miller committed Feb 18, 2009
1 parent 505a9bf commit 24db1d6
Show file tree
Hide file tree
Showing 3 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: 18c4c35ecbeda253ce7532a6ed7f2fa144147d64
refs/heads/master: fd8ef49edd81405e80e00eb81365ae4d6733d602
2 changes: 1 addition & 1 deletion trunk/drivers/net/atl1e/atl1e.h
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ struct atl1e_adapter {
/* All Descriptor memory */
dma_addr_t ring_dma;
void *ring_vir_addr;
int ring_size;
u32 ring_size;

struct atl1e_tx_ring tx_ring;
struct atl1e_rx_ring rx_ring;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/net/atl1e/atl1e_param.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

#define ATL1E_PARAM(x, desc) \
static int __devinitdata x[ATL1E_MAX_NIC + 1] = ATL1E_PARAM_INIT; \
static int num_##x; \
static unsigned int num_##x; \
module_param_array_named(x, x, int, &num_##x, 0); \
MODULE_PARM_DESC(x, desc);

Expand Down

0 comments on commit 24db1d6

Please sign in to comment.