From patchwork Thu May 10 04:54:03 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marek Lindner X-Patchwork-Id: 1885 Return-Path: Received: from nm1-vm0.bullet.mail.ukl.yahoo.com (nm1-vm0.bullet.mail.ukl.yahoo.com [217.146.183.224]) by open-mesh.org (Postfix) with SMTP id B8CA06007F1 for ; Thu, 10 May 2012 06:54:24 +0200 (CEST) Authentication-Results: open-mesh.org; dkim=pass (1024-bit key) header.i=@yahoo.de; dkim-adsp=none Received: from [217.146.183.212] by nm1.bullet.mail.ukl.yahoo.com with NNFMP; 10 May 2012 04:54:24 -0000 Received: from [217.146.183.122] by tm5.bullet.mail.ukl.yahoo.com with NNFMP; 10 May 2012 04:54:24 -0000 Received: from [127.0.0.1] by smtp111.mail.ukl.yahoo.com with NNFMP; 10 May 2012 04:54:24 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.de; s=s1024; t=1336625664; bh=z4+NOkAGqyVe665CUfk8wDn/3pRzW9CDHeARzjUVozo=; 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:In-Reply-To:References; b=D8RgtdOiYUfjwnT2iegKb2JafV0ilNhrmnV+AsevgXw3wLa6uskONEN0pXvTA6Pa7U/i6mPFbiufpYH1oceoUpTIZFjBj3rKCB37QiKICC/1AOuEawedhZRvfy/38uCvYzZ6aK9GWDqDti/oH6Q4xv7wL/0S2RO1rIAAc8iRVrg= X-Yahoo-Newman-Id: 256622.262.bm@smtp111.mail.ukl.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: tu5FlOkVM1mCm9xzrhak646_XN3.dqzbavZ4mXRBln_oFvf d7zNV8dUpwtpDE1ccUZ5LWCoMQuEtuLxkRkXqBeRq1shwINvxuOYvNWD7mp1 tovls2XgpeU5bVxIxF_3Z42TWzf7QlOZ.xLxy7a0NgFJDWhnSzcdDaS53LnO s7PEGle2JFPO7tkvdbB5xl7t_OR0qWKg4CXukyRe.Esu8RiL1kiAKJ8pdo3E Ye8_XnSdnWLlZt8S_KHekxIh0cTZeRz3SAGI2lzagmd8SfuwB1M2u3bCkLli QMn6voEPMjeuOQTosINnhi2iaKgF6AgBdY.5XXQk0h1tkAq.IqcacwHaqv80 eK7FJvPrihIK.iC7H1nOoU7MnQtmZswMyyGKqhuKbkgTEL.6fp5uPFDSYKv9 RnA-- X-Yahoo-SMTP: tW.h3tiswBBMXO2coYcbPigGD5Lt6zY_.Zc- Received: from localhost (lindner_marek@210.177.7.38 with plain) by smtp111.mail.ukl.yahoo.com with SMTP; 09 May 2012 21:54:23 -0700 PDT From: Marek Lindner To: b.a.t.m.a.n@lists.open-mesh.org Date: Thu, 10 May 2012 12:54:03 +0800 Message-Id: <1336625644-29442-2-git-send-email-lindner_marek@yahoo.de> X-Mailer: git-send-email 1.7.9.1 In-Reply-To: <1336625644-29442-1-git-send-email-lindner_marek@yahoo.de> References: <1336625644-29442-1-git-send-email-lindner_marek@yahoo.de> Cc: Marek Lindner Subject: [B.A.T.M.A.N.] [PATCH 2/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:24 -0000 Should be merged with bd83b4cfaeff6a78440b955598afccafad081dbe Signed-off-by: Marek Lindner --- types.h | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/types.h b/types.h index 15f538a..6474324 100644 --- a/types.h +++ b/types.h @@ -399,7 +399,8 @@ struct bat_algo_ops { /* de-init routing info when hard-interface is disabled */ void (*bat_iface_disable)(struct hard_iface *hard_iface); /* (re-)init mac addresses of the protocol information - * belonging to this hard-interface */ + * belonging to this hard-interface + */ void (*bat_iface_update_mac)(struct hard_iface *hard_iface); /* called when primary interface is selected / changed */ void (*bat_primary_iface_set)(struct hard_iface *hard_iface);