Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 360828
b: refs/heads/master
c: d2123be
h: refs/heads/master
v: v3
  • Loading branch information
Silviu-Mihai Popescu authored and David S. Miller committed Mar 4, 2013
1 parent 9e5ee51 commit 6ea93d2
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: 7dac1b514a00817ddb43704068c14ffd8b8fba19
refs/heads/master: d2123be0e55101742dacd6dae60cdd0f1e2ef302
4 changes: 2 additions & 2 deletions trunk/net/caif/caif_usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ static void cfusbl_ctrlcmd(struct cflayer *layr, enum caif_ctrlcmd ctrl,
layr->up->ctrlcmd(layr->up, ctrl, layr->id);
}

struct cflayer *cfusbl_create(int phyid, u8 ethaddr[ETH_ALEN],
u8 braddr[ETH_ALEN])
static struct cflayer *cfusbl_create(int phyid, u8 ethaddr[ETH_ALEN],
u8 braddr[ETH_ALEN])
{
struct cfusbl *this = kmalloc(sizeof(struct cfusbl), GFP_ATOMIC);

Expand Down

0 comments on commit 6ea93d2

Please sign in to comment.