projects
/
oweals
/
netifd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2739da
)
remove an unnecessary inline
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 28 Mar 2011 16:49:55 +0000
(18:49 +0200)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 28 Mar 2011 16:49:55 +0000
(18:49 +0200)
vlan.c
patch
|
blob
|
history
diff --git
a/vlan.c
b/vlan.c
index 3de1121ba7fb48379785b0947a224725f38d9511..c417f75c71c28f722725f941d8c133c53f7c1e47 100644
(file)
--- a/
vlan.c
+++ b/
vlan.c
@@
-105,7
+105,7
@@
static struct device *get_vlan_device(struct device *dev, int id, bool create)
return &vldev->dev;
}
-static
inline
char *split_vlan(char *s)
+static char *split_vlan(char *s)
{
s = strchr(s, '.');
if (!s)