[3/3] batman-adv: change comment style for David

Message ID 1336625644-29442-3-git-send-email-lindner_marek@yahoo.de (mailing list archive)
State Accepted, archived
Headers

Commit Message

Marek Lindner May 10, 2012, 4:54 a.m. UTC
  Should be merged with f76d019194e0a88c57371df169ecc979690a04c2

Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
---
 bat_iv_ogm.c |   13 ++++++-------
 1 files changed, 6 insertions(+), 7 deletions(-)
  

Comments

Marek Lindner May 11, 2012, 7:30 a.m. UTC | #1
On Thursday, May 10, 2012 12:54:04 Marek Lindner wrote:
> Should be merged with f76d019194e0a88c57371df169ecc979690a04c2
> 
> Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
> ---
>  bat_iv_ogm.c |   13 ++++++-------
>  1 files changed, 6 insertions(+), 7 deletions(-)

Applied in revision cb93868.

Regards,
Marek
  

Patch

diff --git a/bat_iv_ogm.c b/bat_iv_ogm.c
index 96ce556..837c8a6 100644
--- a/bat_iv_ogm.c
+++ b/bat_iv_ogm.c
@@ -518,13 +518,12 @@  static void bat_iv_ogm_forward(struct orig_node *orig_node,
 	}
 
 	if (!is_from_best_next_hop) {
-		/**
-		* Mark the forwarded packet when it is not coming from our best
-		* next hop. We still need to forward the packet for our neighbor
-		* link quality detection to work in case the packet originated
-		* from a single hop neighbor. Otherwise we can simply drop the
-		* ogm.
-		*/
+		/* Mark the forwarded packet when it is not coming from our best
+		 * next hop. We still need to forward the packet for our neighbor
+		 * link quality detection to work in case the packet originated
+		 * from a single hop neighbor. Otherwise we can simply drop the
+		 * ogm.
+		 */
 		if (is_single_hop_neigh)
 			batman_ogm_packet->flags |= NOT_BEST_NEXT_HOP;
 		else