Introduced by e29249b4483b91d7a590a16e9b5ffe9412ce7fde ("batman-adv: add isolation_mark sysfs attribute")
Signed-off-by: Antonio Quartulli antonio@meshcoding.com --- 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