Repository : ssh://git@open-mesh.org/batman-adv
On branch : master
commit 2be81d78accf8fba70d5f4ad850732d97759ff6d Author: Antonio Quartulli antonio@meshcoding.com Date: Sat Dec 7 11:21:21 2013 +0100
batman-adv: fix typ0 in sysfs.c
Fix a small typ0 in sysfs.c. Introduced by 99a6eb50ef5066e125cedb97bc0fcfcdff4f08cc ("batman-adv: deselect current GW on client mode switch off")
Signed-off-by: Antonio Quartulli antonio@meshcoding.com Signed-off-by: Marek Lindner mareklindner@neomailbox.ch
2be81d78accf8fba70d5f4ad850732d97759ff6d sysfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sysfs.c b/sysfs.c index 2f89a57..037f411 100644 --- a/sysfs.c +++ b/sysfs.c @@ -407,7 +407,7 @@ static ssize_t batadv_store_gw_mode(struct kobject *kobj, curr_gw_mode_str, buff);
/* Invoking batadv_gw_reselect() is not enough to really de-select the - * current GW. It will only instruct the gateway clientcode to perform + * current GW. It will only instruct the gateway client code to perform * a re-election the next time that this is needed. * * When gw client mode is being switched off the current GW must be