public inbox for b.a.t.m.a.n@lists.open-mesh.org
 help / color / mirror / Atom feed
* [B.A.T.M.A.N.] [PATCH master] batman-adv: remove white spaces at the beginning of the lines
@ 2013-04-28 10:00 Antonio Quartulli
  2013-04-29  7:14 ` Marek Lindner
  0 siblings, 1 reply; 2+ messages in thread
From: Antonio Quartulli @ 2013-04-28 10:00 UTC (permalink / raw)
  To: b.a.t.m.a.n; +Cc: Antonio Quartulli

Intiroduced by: 3bcf1e15714b78e8581ccbf4724cda9e20ac4aa4
("batman-adv: reorder packet types")

Signed-off-by: Antonio Quartulli <ordex@autistici.org>
---
 packet.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/packet.h b/packet.h
index 559c738..7d45890 100644
--- a/packet.h
+++ b/packet.h
@@ -34,7 +34,7 @@
  * @BATADV_ICMP: unicast packet like IP ICMP used for ping or traceroute
  * @BATADV_UNICAST_TVLV: unicast packet carrying TVLV containers
  */
- enum batadv_packettype {
+enum batadv_packettype {
 	/* 0x00 - 0x3f: local packets or special rules for handling */
 	BATADV_IV_OGM           = 0x00,
 	BATADV_BCAST            = 0x01,
@@ -80,7 +80,7 @@ enum batadv_iv_flags {
 	BATADV_NOT_BEST_NEXT_HOP   = BIT(0),
 	BATADV_PRIMARIES_FIRST_HOP = BIT(1),
 	BATADV_DIRECTLINK          = BIT(2),
- };
+};
 
 /* ICMP message types */
 enum batadv_icmp_packettype {
-- 
1.8.1.5


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

* Re: [B.A.T.M.A.N.] [PATCH master] batman-adv: remove white spaces at the beginning of the lines
  2013-04-28 10:00 [B.A.T.M.A.N.] [PATCH master] batman-adv: remove white spaces at the beginning of the lines Antonio Quartulli
@ 2013-04-29  7:14 ` Marek Lindner
  0 siblings, 0 replies; 2+ messages in thread
From: Marek Lindner @ 2013-04-29  7:14 UTC (permalink / raw)
  To: b.a.t.m.a.n; +Cc: Antonio Quartulli

On Sunday, April 28, 2013 18:00:29 Antonio Quartulli wrote:
> Intiroduced by: 3bcf1e15714b78e8581ccbf4724cda9e20ac4aa4
> ("batman-adv: reorder packet types")
> 
> Signed-off-by: Antonio Quartulli <ordex@autistici.org>
> ---
>  packet.h | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Applied in revision 494fa44.

Thanks,
Marek

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

end of thread, other threads:[~2013-04-29  7:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-28 10:00 [B.A.T.M.A.N.] [PATCH master] batman-adv: remove white spaces at the beginning of the lines Antonio Quartulli
2013-04-29  7:14 ` Marek Lindner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox