[1/4] batman-adv: fix multiline comment

Message ID 1385123427-15460-1-git-send-email-sw@simonwunderlich.de (mailing list archive)
State Accepted, archived
Commit 4812dfddc3d4a382f679f108e6f6fcb72547816e
Headers

Commit Message

Simon Wunderlich Nov. 22, 2013, 12:30 p.m. UTC
  From: Simon Wunderlich <simon@open-mesh.com>

This problem was introduced by commit
9bb33b8d88e318c4879d37d06ad28e3e018b9036
("batman-adv: split tq information in neigh_node struct")

Signed-off-by: Simon Wunderlich <simon@open-mesh.com>
---
 main.h |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
  

Comments

Marek Lindner Nov. 22, 2013, 5:27 p.m. UTC | #1
On Friday 22 November 2013 13:30:24 Simon Wunderlich wrote:
> From: Simon Wunderlich <simon@open-mesh.com>
> 
> This problem was introduced by commit
> 9bb33b8d88e318c4879d37d06ad28e3e018b9036
> ("batman-adv: split tq information in neigh_node struct")
> 
> Signed-off-by: Simon Wunderlich <simon@open-mesh.com>
> ---
>  main.h |    3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)

Applied in revision 4812dfd.

Thanks,
Marek
  

Patch

diff --git a/main.h b/main.h
index 09cdebb..d154d4d 100644
--- a/main.h
+++ b/main.h
@@ -71,7 +71,8 @@ 
 
 /* default interface for multi interface operation. The default interface is
  * used for communication which originated locally (i.e. is not forwarded)
- * or where special forwarding is not desired/necessary. */
+ * or where special forwarding is not desired/necessary.
+ */
 #define BATADV_IF_DEFAULT	((struct batadv_hard_iface *)NULL)
 
 #define BATADV_NUM_WORDS BITS_TO_LONGS(BATADV_TQ_LOCAL_WINDOW_SIZE)