Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 93119
b: refs/heads/master
c: 22559c5
h: refs/heads/master
i:
  93117: 7347e39
  93115: 34f6d9a
  93111: e308d8e
  93103: 910bb71
  93087: 715a705
  93055: 5b1daf4
v: v3
  • Loading branch information
Andrew Morton authored and Jeff Garzik committed Apr 25, 2008
1 parent 09e2b2b commit dec4387
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: f62220d3a9ccb879c3f90f845ae57b724b7bbb62
refs/heads/master: 22559c5d7488fe21f5f46117a4d275fc72066aa6
4 changes: 2 additions & 2 deletions trunk/drivers/net/ehea/ehea_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2611,7 +2611,7 @@ static int ehea_stop(struct net_device *dev)
return ret;
}

void ehea_purge_sq(struct ehea_qp *orig_qp)
static void ehea_purge_sq(struct ehea_qp *orig_qp)
{
struct ehea_qp qp = *orig_qp;
struct ehea_qp_init_attr *init_attr = &qp.init_attr;
Expand All @@ -2625,7 +2625,7 @@ void ehea_purge_sq(struct ehea_qp *orig_qp)
}
}

void ehea_flush_sq(struct ehea_port *port)
static void ehea_flush_sq(struct ehea_port *port)
{
int i;

Expand Down

0 comments on commit dec4387

Please sign in to comment.