diff options
Diffstat (limited to 'net/caif/cfmuxl.c')
-rw-r--r-- | net/caif/cfmuxl.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/caif/cfmuxl.c b/net/caif/cfmuxl.c index 94b08612a4d8..8c5d6386319f 100644 --- a/net/caif/cfmuxl.c +++ b/net/caif/cfmuxl.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) ST-Ericsson AB 2010 | 2 | * Copyright (C) ST-Ericsson AB 2010 |
3 | * Author: Sjur Brendeland/sjur.brandeland@stericsson.com | 3 | * Author: Sjur Brendeland |
4 | * License terms: GNU General Public License (GPL) version 2 | 4 | * License terms: GNU General Public License (GPL) version 2 |
5 | */ | 5 | */ |
6 | 6 | ||
@@ -42,7 +42,7 @@ struct cfmuxl { | |||
42 | static int cfmuxl_receive(struct cflayer *layr, struct cfpkt *pkt); | 42 | static int cfmuxl_receive(struct cflayer *layr, struct cfpkt *pkt); |
43 | static int cfmuxl_transmit(struct cflayer *layr, struct cfpkt *pkt); | 43 | static int cfmuxl_transmit(struct cflayer *layr, struct cfpkt *pkt); |
44 | static void cfmuxl_ctrlcmd(struct cflayer *layr, enum caif_ctrlcmd ctrl, | 44 | static void cfmuxl_ctrlcmd(struct cflayer *layr, enum caif_ctrlcmd ctrl, |
45 | int phyid); | 45 | int phyid); |
46 | static struct cflayer *get_up(struct cfmuxl *muxl, u16 id); | 46 | static struct cflayer *get_up(struct cfmuxl *muxl, u16 id); |
47 | 47 | ||
48 | struct cflayer *cfmuxl_create(void) | 48 | struct cflayer *cfmuxl_create(void) |
@@ -244,7 +244,7 @@ static int cfmuxl_transmit(struct cflayer *layr, struct cfpkt *pkt) | |||
244 | } | 244 | } |
245 | 245 | ||
246 | static void cfmuxl_ctrlcmd(struct cflayer *layr, enum caif_ctrlcmd ctrl, | 246 | static void cfmuxl_ctrlcmd(struct cflayer *layr, enum caif_ctrlcmd ctrl, |
247 | int phyid) | 247 | int phyid) |
248 | { | 248 | { |
249 | struct cfmuxl *muxl = container_obj(layr); | 249 | struct cfmuxl *muxl = container_obj(layr); |
250 | struct cflayer *layer; | 250 | struct cflayer *layer; |