From: Colin Ian King colin.king@canonical.com
Trivial fix to spelling mistake in batadv_dbg debug message
Signed-off-by: Colin Ian King colin.king@canonical.com --- net/batman-adv/bat_v_ogm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/batman-adv/bat_v_ogm.c b/net/batman-adv/bat_v_ogm.c index 1e3dc374bfde..d6dbf67acbb5 100644 --- a/net/batman-adv/bat_v_ogm.c +++ b/net/batman-adv/bat_v_ogm.c @@ -200,7 +200,7 @@ static void batadv_v_ogm_send(struct work_struct *work) type = "unknown"; }
- batadv_dbg(BATADV_DBG_BATMAN, bat_priv, "OGM2 from ourselve on %s surpressed: %s\n", + batadv_dbg(BATADV_DBG_BATMAN, bat_priv, "OGM2 from ourself on %s surpressed: %s\n", hard_iface->net_dev->name, type);
batadv_hardif_put(hard_iface);
Hello!
On 6/26/2017 12:56 AM, Colin King wrote:
From: Colin Ian King colin.king@canonical.com
Trivial fix to spelling mistake in batadv_dbg debug message
Signed-off-by: Colin Ian King colin.king@canonical.com
net/batman-adv/bat_v_ogm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/batman-adv/bat_v_ogm.c b/net/batman-adv/bat_v_ogm.c index 1e3dc374bfde..d6dbf67acbb5 100644 --- a/net/batman-adv/bat_v_ogm.c +++ b/net/batman-adv/bat_v_ogm.c @@ -200,7 +200,7 @@ static void batadv_v_ogm_send(struct work_struct *work) type = "unknown"; }
batadv_dbg(BATADV_DBG_BATMAN, bat_priv, "OGM2 from ourselve on %s surpressed: %s\n",
batadv_dbg(BATADV_DBG_BATMAN, bat_priv, "OGM2 from ourself on %s surpressed: %s\n",
I think proper English is "ourselves"...
[...]
MBR, Sergei
On 6/26/2017 1:01 PM, Sergei Shtylyov wrote:
From: Colin Ian King colin.king@canonical.com
Trivial fix to spelling mistake in batadv_dbg debug message
Signed-off-by: Colin Ian King colin.king@canonical.com
net/batman-adv/bat_v_ogm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/batman-adv/bat_v_ogm.c b/net/batman-adv/bat_v_ogm.c index 1e3dc374bfde..d6dbf67acbb5 100644 --- a/net/batman-adv/bat_v_ogm.c +++ b/net/batman-adv/bat_v_ogm.c @@ -200,7 +200,7 @@ static void batadv_v_ogm_send(struct work_struct *work) type = "unknown"; }
batadv_dbg(BATADV_DBG_BATMAN, bat_priv, "OGM2 from ourselve on
%s surpressed: %s\n",
batadv_dbg(BATADV_DBG_BATMAN, bat_priv, "OGM2 from ourself on
%s surpressed: %s\n",
I think proper English is "ourselves"...
Sorry. "ourself" also seems valid. :-)
[...]
MBR, Sergei
On 26/06/17 11:02, Sergei Shtylyov wrote:
On 6/26/2017 1:01 PM, Sergei Shtylyov wrote:
From: Colin Ian King colin.king@canonical.com
Trivial fix to spelling mistake in batadv_dbg debug message
Signed-off-by: Colin Ian King colin.king@canonical.com
net/batman-adv/bat_v_ogm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/batman-adv/bat_v_ogm.c b/net/batman-adv/bat_v_ogm.c index 1e3dc374bfde..d6dbf67acbb5 100644 --- a/net/batman-adv/bat_v_ogm.c +++ b/net/batman-adv/bat_v_ogm.c @@ -200,7 +200,7 @@ static void batadv_v_ogm_send(struct work_struct *work) type = "unknown"; }
batadv_dbg(BATADV_DBG_BATMAN, bat_priv, "OGM2 from
ourselve on %s surpressed: %s\n",
batadv_dbg(BATADV_DBG_BATMAN, bat_priv, "OGM2 from
ourself on %s surpressed: %s\n",
I think proper English is "ourselves"...
Sorry. "ourself" also seems valid. :-)
[...]
MBR, Sergei
Yep, my bad grammar fail. I'll resend with some extra fixes.
b.a.t.m.a.n@lists.open-mesh.org