[2/2] batctl: Remove multiline comments from line ending

Message ID 1304851546-16549-2-git-send-email-sven@narfation.org (mailing list archive)
State Accepted, archived
Commit 701e35aaefdb351cbb0ccae70339903c4bea5e83
Headers

Commit Message

Sven Eckelmann May 8, 2011, 10:45 a.m. UTC
  Signed-off-by: Sven Eckelmann <sven@narfation.org>
---
 packet.h |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
  

Comments

Marek Lindner May 8, 2011, 12:41 p.m. UTC | #1
On Sunday 08 May 2011 12:45:46 Sven Eckelmann wrote:
> Signed-off-by: Sven Eckelmann <sven@narfation.org>

Applied in revision 701e35a.

Thanks,
Marek
  

Patch

diff --git a/packet.h b/packet.h
index c225c3a..eda9965 100644
--- a/packet.h
+++ b/packet.h
@@ -128,8 +128,7 @@  struct vis_packet {
 	uint8_t  entries;	 /* number of entries behind this struct */
 	uint32_t seqno;		 /* sequence number */
 	uint8_t  ttl;		 /* TTL */
-	uint8_t  vis_orig[6];	 /* originator that informs about its
-				  * neighbors */
+	uint8_t  vis_orig[6];	 /* originator that announces its neighbors */
 	uint8_t  target_orig[6]; /* who should receive this packet */
 	uint8_t  sender_orig[6]; /* who sent or rebroadcasted this packet */
 } __packed;