From: Antonio Quartulli antonio@open-mesh.com
Introduced by e4ff5c153dab054a6cd1c4132f87bc5e77127456 ("batman-adv: add sysfs framework for VLAN")
Signed-off-by: Antonio Quartulli antonio@open-mesh.com --- sysfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sysfs.c b/sysfs.c index cd60fba..6ec145d 100644 --- a/sysfs.c +++ b/sysfs.c @@ -196,7 +196,7 @@ ssize_t batadv_store_vlan_##_name(struct kobject *kobj, \
#define BATADV_ATTR_VLAN_SHOW_BOOL(_name) \ ssize_t batadv_show_vlan_##_name(struct kobject *kobj, \ - struct attribute *attr, char *buff) \ + struct attribute *attr, char *buff) \ { \ struct batadv_priv *bat_priv = batadv_vlan_kobj_to_batpriv(kobj);\ struct batadv_softif_vlan *vlan = batadv_kobj_to_vlan(bat_priv, \
On Sunday, July 07, 2013 15:19:56 Antonio Quartulli wrote:
From: Antonio Quartulli antonio@open-mesh.com
Introduced by e4ff5c153dab054a6cd1c4132f87bc5e77127456 ("batman-adv: add sysfs framework for VLAN")
Signed-off-by: Antonio Quartulli antonio@open-mesh.com
sysfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Applied in revision 41b728c.
Thanks, Marek
b.a.t.m.a.n@lists.open-mesh.org