Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 122919
b: refs/heads/master
c: 2ed5ba8
h: refs/heads/master
i:
  122917: c94b3ce
  122915: 8bbb3b5
  122911: ec31b5a
v: v3
  • Loading branch information
Hannes Eder authored and David S. Miller committed Dec 26, 2008
1 parent 95c526f commit 55770ed
Show file tree
Hide file tree
Showing 4 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: 62c5345db704c912b485f6b60dab381c9cebf268
refs/heads/master: 2ed5ba890e1e8dda89557e4ea233a26ab8bf3d58
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/airo.c
Original file line number Diff line number Diff line change
Expand Up @@ -3607,7 +3607,7 @@ static void mpi_receive_802_3(struct airo_info *ai)
}
}

void mpi_receive_802_11 (struct airo_info *ai)
static void mpi_receive_802_11(struct airo_info *ai)
{
RxFid rxd;
struct sk_buff *skb = NULL;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/atmel.c
Original file line number Diff line number Diff line change
Expand Up @@ -3180,7 +3180,7 @@ static void associate(struct atmel_private *priv, u16 frame_len, u16 subtype)
}
}

void atmel_join_bss(struct atmel_private *priv, int bss_index)
static void atmel_join_bss(struct atmel_private *priv, int bss_index)
{
struct bss_info *bss = &priv->BSSinfo[bss_index];

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/ray_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -828,7 +828,7 @@ static int ray_resume(struct pcmcia_device *link)
}

/*===========================================================================*/
int ray_dev_init(struct net_device *dev)
static int ray_dev_init(struct net_device *dev)
{
#ifdef RAY_IMMEDIATE_INIT
int i;
Expand Down

0 comments on commit 55770ed

Please sign in to comment.