Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1674340 > unrolled thread
| Started by | Colin King <colin.king@canonical.com> |
|---|---|
| First post | 2017-06-26 00:00 +0200 |
| Last post | 2017-06-26 12:10 +0200 |
| Articles | 4 — 3 participants |
Back to article view | Back to linux.kernel
[PATCH] batman-adv: fix spelling mistake "ourselve" -> "ourself" Colin King <colin.king@canonical.com> - 2017-06-26 00:00 +0200
Re: [PATCH] batman-adv: fix spelling mistake "ourselve" -> "ourself" Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> - 2017-06-26 12:10 +0200
Re: [PATCH] batman-adv: fix spelling mistake "ourselve" -> "ourself" Colin Ian King <colin.king@canonical.com> - 2017-06-26 12:10 +0200
Re: [PATCH] batman-adv: fix spelling mistake "ourselve" -> "ourself" Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> - 2017-06-26 12:10 +0200
| From | Colin King <colin.king@canonical.com> |
|---|---|
| Date | 2017-06-26 00:00 +0200 |
| Subject | [PATCH] batman-adv: fix spelling mistake "ourselve" -> "ourself" |
| Message-ID | <tWnJx-1Zo-35@gated-at.bofh.it> |
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); -- 2.11.0
[toc] | [next] | [standalone]
| From | Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> |
|---|---|
| Date | 2017-06-26 12:10 +0200 |
| Message-ID | <tWz7X-10D-1@gated-at.bofh.it> |
| In reply to | #1674340 |
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
[toc] | [prev] | [next] | [standalone]
| From | Colin Ian King <colin.king@canonical.com> |
|---|---|
| Date | 2017-06-26 12:10 +0200 |
| Message-ID | <tWz7Y-10D-35@gated-at.bofh.it> |
| In reply to | #1674597 |
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.
[toc] | [prev] | [next] | [standalone]
| From | Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> |
|---|---|
| Date | 2017-06-26 12:10 +0200 |
| Message-ID | <tWz7Z-10D-37@gated-at.bofh.it> |
| In reply to | #1674597 |
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
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web