Repository : ssh://git@open-mesh.org/batman-adv
On branch : master
commit 4812dfddc3d4a382f679f108e6f6fcb72547816e Author: Simon Wunderlich simon@open-mesh.com Date: Fri Nov 22 13:30:24 2013 +0100
batman-adv: fix multiline comment
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 Signed-off-by: Marek Lindner mareklindner@neomailbox.ch
4812dfddc3d4a382f679f108e6f6fcb72547816e main.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
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)