Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 327767
b: refs/heads/master
c: 9625e5f
h: refs/heads/master
i:
  327765: db40e15
  327763: bcdbb10
  327759: 3e4a83b
v: v3
  • Loading branch information
Bjørn Mork authored and David S. Miller committed Sep 3, 2012
1 parent 5642f29 commit 9cf5c2f
Show file tree
Hide file tree
Showing 2 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: 11ad714b98f6d9ca0067568442afe3e70eb94845
refs/heads/master: 9625e5fa345f079c92ce34dd564196e7dc45461b
6 changes: 3 additions & 3 deletions trunk/drivers/net/usb/sierra_net.c
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ static void sierra_net_defer_kevent(struct usbnet *dev, int work)
/*
* Sync Retransmit Timer Handler. On expiry, kick the work queue
*/
void sierra_sync_timer(unsigned long syncdata)
static void sierra_sync_timer(unsigned long syncdata)
{
struct usbnet *dev = (struct usbnet *)syncdata;

Expand Down Expand Up @@ -866,8 +866,8 @@ static int sierra_net_rx_fixup(struct usbnet *dev, struct sk_buff *skb)
}

/* ---------------------------- Transmit data path ----------------------*/
struct sk_buff *sierra_net_tx_fixup(struct usbnet *dev, struct sk_buff *skb,
gfp_t flags)
static struct sk_buff *sierra_net_tx_fixup(struct usbnet *dev,
struct sk_buff *skb, gfp_t flags)
{
struct sierra_net_data *priv = sierra_net_get_private(dev);
u16 len;
Expand Down

0 comments on commit 9cf5c2f

Please sign in to comment.