From patchwork Fri Nov 22 12:30:24 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Wunderlich X-Patchwork-Id: 3686 Return-Path: Received-SPF: None (no SPF record) identity=mailfrom; client-ip=79.140.42.25; helo=mail.mail.packetmixer.de; envelope-from=sw@simonwunderlich.de; receiver=b.a.t.m.a.n@lists.open-mesh.org Received: from mail.mail.packetmixer.de (packetmixer.de [79.140.42.25]) by open-mesh.org (Postfix) with ESMTPS id 7A24D6008BE for ; Fri, 22 Nov 2013 13:30:34 +0100 (CET) Received: from kero.packetmixer.de (drsd-4d05ee8b.pool.mediaWays.net [77.5.238.139]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.mail.packetmixer.de (Postfix) with ESMTPSA id D6A43623A7; Fri, 22 Nov 2013 12:42:35 +0000 (UTC) From: Simon Wunderlich To: b.a.t.m.a.n@lists.open-mesh.org Date: Fri, 22 Nov 2013 13:30:24 +0100 Message-Id: <1385123427-15460-1-git-send-email-sw@simonwunderlich.de> X-Mailer: git-send-email 1.7.10.4 Cc: Simon Wunderlich Subject: [B.A.T.M.A.N.] [PATCH 1/4] batman-adv: fix multiline comment X-BeenThere: b.a.t.m.a.n@lists.open-mesh.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Nov 2013 12:30:34 -0000 From: Simon Wunderlich This problem was introduced by commit 9bb33b8d88e318c4879d37d06ad28e3e018b9036 ("batman-adv: split tq information in neigh_node struct") Signed-off-by: Simon Wunderlich --- 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)