b.a.t.m.a.n.lists.open-mesh.org archive mirror
 help / color / mirror / Atom feed
* [B.A.T.M.A.N.] [PATCH] batman-adv: properly align constant assignments
@ 2014-02-22 15:20 Antonio Quartulli
  2014-03-11 10:12 ` Marek Lindner
  0 siblings, 1 reply; 2+ messages in thread
From: Antonio Quartulli @ 2014-02-22 15:20 UTC (permalink / raw)
  To: b.a.t.m.a.n; +Cc: Antonio Quartulli

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-03-11 10:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-22 15:20 [B.A.T.M.A.N.] [PATCH] batman-adv: properly align constant assignments Antonio Quartulli
2014-03-11 10:12 ` Marek Lindner

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).