From: Simon Wunderlich <simon.wunderlich@s2003.tu-chemnitz.de>
To: The list for a Better Approach To Mobile Ad-hoc Networking
<b.a.t.m.a.n@lists.open-mesh.org>
Cc: Antonio Quartulli <antonio@open-mesh.com>
Subject: Re: [B.A.T.M.A.N.] [PATCHv2] batman-adv: change VID semantic in the BLA code
Date: Wed, 17 Apr 2013 18:32:05 +0200 [thread overview]
Message-ID: <20130417163205.GA22685@pandem0nium> (raw)
In-Reply-To: <1365412636-26039-1-git-send-email-ordex@autistici.org>
[-- Attachment #1: Type: text/plain, Size: 757 bytes --]
Acked-by: Simon Wunderlich <siwu@hrz.tu-chemnitz.de>
Just a small thing which can be adjusted when merging:
On Mon, Apr 08, 2013 at 11:17:16AM +0200, Antonio Quartulli wrote:
> @@ -909,8 +910,9 @@ static int batadv_bla_process_claim(struct batadv_priv *bat_priv,
> ethhdr);
> if (ret == 1)
> batadv_dbg(BATADV_DBG_BLA, bat_priv,
> - "bla_process_claim(): received a claim frame from another group. From: %pM on vid %d ...(hw_src %pM, hw_dst %pM)\n",
> - ethhdr->h_source, vid, hw_src, hw_dst);
> + "bla_process_claim(): received a claim frame from another group. From: %pM on vid %u ...(hw_src %pM, hw_dst %pM)\n",
> + ethhdr->h_source, vid, hw_src,
> + hw_dst);
This could be put on one line.
Cheers,
Simon
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
next prev parent reply other threads:[~2013-04-17 16:32 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-08 9:17 [B.A.T.M.A.N.] [PATCHv2] batman-adv: change VID semantic in the BLA code Antonio Quartulli
2013-04-17 16:32 ` Simon Wunderlich [this message]
2013-04-17 16:37 ` Marek Lindner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20130417163205.GA22685@pandem0nium \
--to=simon.wunderlich@s2003.tu-chemnitz.de \
--cc=antonio@open-mesh.com \
--cc=b.a.t.m.a.n@lists.open-mesh.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.