Repository : ssh://git@open-mesh.org/batman-adv
On branch : master
commit 21dfc1a12d33451089becb28a4d6ec252c32dc51 Author: Antonio Quartulli antonio@meshcoding.com Date: Sat Dec 7 11:21:23 2013 +0100
batman-adv: fix typ0s in batadv_store_isolation_mark()
Introduced by e29249b4483b91d7a590a16e9b5ffe9412ce7fde ("batman-adv: add isolation_mark sysfs attribute")
Signed-off-by: Antonio Quartulli antonio@meshcoding.com Signed-off-by: Marek Lindner mareklindner@neomailbox.ch
21dfc1a12d33451089becb28a4d6ec252c32dc51 sysfs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sysfs.c b/sysfs.c index 037f411..b6a4403 100644 --- a/sysfs.c +++ b/sysfs.c @@ -469,8 +469,8 @@ static ssize_t batadv_show_isolation_mark(struct kobject *kobj, }
/** - * batadv_store_isolation_mark - parse and store the isolation mark/mask entered by - * the user + * batadv_store_isolation_mark - parse and store the isolation mark/mask entered + * by the user * @kobj: kobject representing the private mesh sysfs directory * @attr: the batman-adv attribute the user is interacting with * @buff: the buffer containing the user data