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 --- 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
Introduced by f13f960797fd1969b3c0470cc97435ddfb6aecb4 ("batman-adv: add debugfs support to view multiif tables")
Signed-off-by: Antonio Quartulli antonio@meshcoding.com --- originator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/originator.c b/originator.c index 4af1c77..2243003 100644 --- a/originator.c +++ b/originator.c @@ -958,7 +958,7 @@ int batadv_orig_hardif_seq_print_text(struct seq_file *seq, void *offset) hard_iface = batadv_hardif_get_by_netdev(net_dev);
if (!hard_iface || !hard_iface->soft_iface) { - seq_puts(seq, "Interface not known to to B.A.T.M.A.N.\n"); + seq_puts(seq, "Interface not known to B.A.T.M.A.N.\n"); goto out; }
On Saturday 07 December 2013 11:21:22 Antonio Quartulli wrote:
Introduced by f13f960797fd1969b3c0470cc97435ddfb6aecb4 ("batman-adv: add debugfs support to view multiif tables")
Signed-off-by: Antonio Quartulli antonio@meshcoding.com
originator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Applied in revision ef4d227.
Thanks, Marek
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
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256
On 07/12/13 11:21, Antonio Quartulli wrote:
Introduced by e29249b4483b91d7a590a16e9b5ffe9412ce7fde ("batman-adv: add isolation_mark sysfs attribute")
Signed-off-by: Antonio Quartulli antonio@meshcoding.com
Actually this is fixing a too long line, not a real typ0.
Cheers,
- -- Antonio Quartulli
On Saturday 07 December 2013 11:21:23 Antonio Quartulli wrote:
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(-)
Applied in revision 21dfc1a.
Thanks, Marek
Introduced by 6fa38a2c72cc79dd961a6d9ed00d32e1c308b448 ("batman-adv: set the isolation mark in the skb if needed")
Signed-off-by: Antonio Quartulli antonio@meshcoding.com --- translation-table.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/translation-table.c b/translation-table.c index 6fbb6a0..9fee80c 100644 --- a/translation-table.c +++ b/translation-table.c @@ -3584,7 +3584,7 @@ int batadv_tt_init(struct batadv_priv *bat_priv) * @addr: the mac address of the client * @vid: the identifier of the VLAN where this client is connected * - * Return true if the client is marked with the TT_CLIENT_ISOLA flag, flase + * Returns true if the client is marked with the TT_CLIENT_ISOLA flag, false * otherwise */ bool batadv_tt_global_is_isolated(struct batadv_priv *bat_priv,
On Saturday 07 December 2013 11:21:24 Antonio Quartulli wrote:
Introduced by 6fa38a2c72cc79dd961a6d9ed00d32e1c308b448 ("batman-adv: set the isolation mark in the skb if needed")
Signed-off-by: Antonio Quartulli antonio@meshcoding.com
translation-table.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Applied in revision 65f9fec.
Thanks, Marek
On Saturday 07 December 2013 11:21:21 Antonio Quartulli wrote:
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
sysfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Applied in revision 2be81d7.
Thanks, Marek
b.a.t.m.a.n@lists.open-mesh.org