Repository : ssh://git@open-mesh.org/batman-adv
On branch : next
commit 6f5f053aca86cc40f1639b1dd8b3f84586f3d6bc Author: Antonio Quartulli antonio@meshcoding.com Date: Sat Oct 19 23:29:00 2013 +0200
batman-adv: fix small glitch in comment
Introduced by e4ff5c153dab054a6cd1c4132f87bc5e77127456 ("batman-adv: add sysfs framework for VLAN")
Signed-off-by: Antonio Quartulli antonio@meshcoding.com Signed-off-by: Marek Lindner mareklindner@neomailbox.ch
6f5f053aca86cc40f1639b1dd8b3f84586f3d6bc 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);