From patchwork Thu May 10 04:54:02 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marek Lindner X-Patchwork-Id: 1886 Return-Path: Received: from nm20-vm0.bullet.mail.ukl.yahoo.com (nm20-vm0.bullet.mail.ukl.yahoo.com [217.146.183.115]) by open-mesh.org (Postfix) with SMTP id 8D2AC6007F1 for ; Thu, 10 May 2012 06:54:16 +0200 (CEST) Authentication-Results: open-mesh.org; dkim=pass (1024-bit key) header.i=@yahoo.de; dkim-adsp=none Received: from [217.146.183.213] by nm20.bullet.mail.ukl.yahoo.com with NNFMP; 10 May 2012 04:54:16 -0000 Received: from [77.238.184.63] by tm6.bullet.mail.ukl.yahoo.com with NNFMP; 10 May 2012 04:54:16 -0000 Received: from [127.0.0.1] by smtp132.mail.ukl.yahoo.com with NNFMP; 10 May 2012 04:54:16 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.de; s=s1024; t=1336625656; bh=qRusWW2r0CSX126xCvn9NV+Ot0QBGbOfe5VTQxF7P/I=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:Received:From:To:Cc:Subject:Date:Message-Id:X-Mailer; b=Zb57ZwiXEAMvK+5Um1zjFrTlKZuWXeAa5bads17wWieCLaoGjauBNpawhvHL5xH4tbD2XiPCD0/mQLLtYi9M57KeWygOaHNRsgM6VCheBgSu0tef09i2QnC8IPNEURTX2CZY0GDs5rqMfAMkXKtXUv4gilcc/bsq15uIqbqFtJs= X-Yahoo-Newman-Id: 409845.25539.bm@smtp132.mail.ukl.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: kQOwcakVM1kE8aQbmuHICiSAiuSsyuIM6lmsD8jyHrRy6_x 3EWTbFEnkk9dWUURqvXQyN8tZ0uNZz52dxp30meuBzfMb0.6YYWOl3Wml.UE _HKjaaGhbk8GZkN3DL_4K4hEFjUt8Vmfq5cjWShqrYi__mydBjoziPZCcNif MWhpzz0lEa7SlV9YBdf84Jys1T7fT5W780uGpE0vkzrvQBPIgYVwnnh3w.ff RHqfq5I1Poqkjw8aMypLLPK2WnTn_7orbUmGe0PpJTZ89_YbgSw2bTW_AewZ z.ctYvvjOI9cc6bzJvUfOafk8mWwRR.29Gcf5y_A9HImflyvqixFSjpWDAVT KMC.kbCrSto1FK5MtrgdL0T3j1RG4Fsx30M0oTPnI3EVxjooLTuzfQKaoWFD YgA-- X-Yahoo-SMTP: tW.h3tiswBBMXO2coYcbPigGD5Lt6zY_.Zc- Received: from localhost (lindner_marek@210.177.7.38 with plain) by smtp132.mail.ukl.yahoo.com with SMTP; 10 May 2012 04:54:15 +0000 GMT From: Marek Lindner To: b.a.t.m.a.n@lists.open-mesh.org Date: Thu, 10 May 2012 12:54:02 +0800 Message-Id: <1336625644-29442-1-git-send-email-lindner_marek@yahoo.de> X-Mailer: git-send-email 1.7.9.1 Cc: Marek Lindner Subject: [B.A.T.M.A.N.] [PATCH 1/3] batman-adv: change comment style for David X-BeenThere: b.a.t.m.a.n@lists.open-mesh.org X-Mailman-Version: 2.1.13 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: Thu, 10 May 2012 04:54:16 -0000 Should be merged with c9619b5e07a756af43c196874e9e9e91e3251154 Signed-off-by: Marek Lindner --- bat_iv_ogm.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/bat_iv_ogm.c b/bat_iv_ogm.c index 2a1845e..96ce556 100644 --- a/bat_iv_ogm.c +++ b/bat_iv_ogm.c @@ -1200,7 +1200,8 @@ static int bat_iv_ogm_receive(struct sk_buff *skb, return NET_RX_DROP; /* did we receive a B.A.T.M.A.N. IV OGM packet on an interface - * that does not have B.A.T.M.A.N. IV enabled ? */ + * that does not have B.A.T.M.A.N. IV enabled ? + */ if (bat_priv->bat_algo_ops->bat_ogm_emit != bat_iv_ogm_emit) return NET_RX_DROP;