Introduced by e4ff5c153dab054a6cd1c4132f87bc5e77127456 ("batman-adv: add sysfs framework for VLAN")
Signed-off-by: Antonio Quartulli antonio@meshcoding.com ---
sorry for not having sent this before..
sysfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sysfs.c b/sysfs.c index 096b511..6335433 100644 --- a/sysfs.c +++ b/sysfs.c @@ -54,7 +54,7 @@ static struct batadv_priv *batadv_vlan_kobj_to_batpriv(struct kobject *obj) if (!strcmp(BATADV_SYSFS_IF_MESH_SUBDIR, obj->name)) return batadv_kobj_to_batpriv(obj);
- /* ..while the attributed for the tagged vlans are located in + /* ..while the attributes for the tagged vlans are located in * the in the corresponding "vlan%VID" subfolder */ return batadv_kobj_to_batpriv(obj->parent);
On Saturday 19 October 2013 23:29:00 Antonio Quartulli wrote:
Introduced by e4ff5c153dab054a6cd1c4132f87bc5e77127456 ("batman-adv: add sysfs framework for VLAN")
Signed-off-by: Antonio Quartulli antonio@meshcoding.com
sorry for not having sent this before..
sysfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Applied in revision 6f5f053.
Thanks, Marek
b.a.t.m.a.n@lists.open-mesh.org