b.a.t.m.a.n.lists.open-mesh.org archive mirror
 help / color / mirror / Atom feed
From: Antonio Quartulli <antonio@meshcoding.com>
To: b.a.t.m.a.n@lists.open-mesh.org
Cc: Antonio Quartulli <antonio@meshcoding.com>
Subject: [B.A.T.M.A.N.] [PATCH] batman-adv: properly align constant assignments
Date: Sat, 22 Feb 2014 16:20:06 +0100	[thread overview]
Message-ID: <1393082406-3615-1-git-send-email-antonio@meshcoding.com> (raw)

All the assignments in packet.h are properly aligned.
Also the multicast constants have to have a similar shape.

Introduced by 1c090349e2f65d19a7f356cc0b61f13644c53bb6
("batman-adv: Add IPv4 link-local/IPv6-ll-all-nodes multicast support")

Signed-off-by: Antonio Quartulli <antonio@meshcoding.com>
---
 packet.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/packet.h b/packet.h
index feaa336..c7f6eef 100644
--- a/packet.h
+++ b/packet.h
@@ -97,9 +97,9 @@ enum batadv_icmp_packettype {
  * @BATADV_MCAST_WANT_ALL_IPV6: we want all IPv6 multicast packets
  */
 enum batadv_mcast_flags {
-	BATADV_MCAST_WANT_ALL_UNSNOOPABLES = BIT(0),
-	BATADV_MCAST_WANT_ALL_IPV4 = BIT(1),
-	BATADV_MCAST_WANT_ALL_IPV6 = BIT(2),
+	BATADV_MCAST_WANT_ALL_UNSNOOPABLES	= BIT(0),
+	BATADV_MCAST_WANT_ALL_IPV4		= BIT(1),
+	BATADV_MCAST_WANT_ALL_IPV6		= BIT(2),
 };
 
 /* tt data subtypes */
-- 
1.8.4.5


             reply	other threads:[~2014-02-22 15:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-22 15:20 Antonio Quartulli [this message]
2014-03-11 10:12 ` [B.A.T.M.A.N.] [PATCH] batman-adv: properly align constant assignments 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=1393082406-3615-1-git-send-email-antonio@meshcoding.com \
    --to=antonio@meshcoding.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).