Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 122912
b: refs/heads/master
c: 2f22d22
h: refs/heads/master
v: v3
  • Loading branch information
Hannes Eder authored and David S. Miller committed Dec 26, 2008
1 parent ec31b5a commit 218cbcf
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: f8057b7fefea1daca6928cbb95751d01fc934a41
refs/heads/master: 2f22d22ea7e95d45353b790ac52975a42e3a8558
2 changes: 1 addition & 1 deletion trunk/drivers/net/qlge/qlge_ethtool.c
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ static int ql_update_ring_coalescing(struct ql_adapter *qdev)
return status;
}

void ql_update_stats(struct ql_adapter *qdev)
static void ql_update_stats(struct ql_adapter *qdev)
{
u32 i;
u64 data;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/net/qlge/qlge_mpi.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ static int ql_read_mbox_reg(struct ql_adapter *qdev, u32 reg, u32 *data)
return status;
}

int ql_get_mb_sts(struct ql_adapter *qdev, struct mbox_params *mbcp)
static int ql_get_mb_sts(struct ql_adapter *qdev, struct mbox_params *mbcp)
{
int i, status;

Expand Down

0 comments on commit 218cbcf

Please sign in to comment.