From patchwork Wed Apr 18 09:59:59 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Antonio Quartulli X-Patchwork-Id: 1748 Return-Path: Received: from confino.investici.org (investici.nine.ch [217.150.252.179]) by open-mesh.org (Postfix) with ESMTPS id 11D09600863 for ; Wed, 18 Apr 2012 11:59:24 +0200 (CEST) Authentication-Results: open-mesh.org; dkim=pass (1024-bit key) header.i=@autistici.org; dkim-adsp=pass Received: from [217.150.252.179] (confino [217.150.252.179]) (Authenticated sender: ordex@autistici.org) by localhost (Postfix) with ESMTPSA id E695FC867B; Wed, 18 Apr 2012 09:59:21 +0000 (UTC) X-DKIM: Sendmail DKIM Filter v2.8.2 confino.investici.org E695FC867B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=autistici.org; s=stigmate; t=1334743162; bh=jRs9MI3wb7mAksSnSWqz9zeZe6Kch5CZvatPn7UEwZM=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References; b=VNNms1AvCKgT1uJoMvD4AQdMcTOodG1xF3vClWptQl1pYFIlUWeKZMkm7mAwGAnUx LyC5N23sK2PEdmcb5pm3POkz+yACXND7fnXXUiGwe8TtmrNwmO/wzkKFF/h8oBFvOH 3gHlSXfngeZTXLzo2MyYg3egn+sDDkxV8hbgYRbs= From: Antonio Quartulli To: davem@davemloft.net Date: Wed, 18 Apr 2012 11:59:59 +0200 Message-Id: <1334743210-12338-3-git-send-email-ordex@autistici.org> X-Mailer: git-send-email 1.7.9.4 In-Reply-To: <1334743210-12338-1-git-send-email-ordex@autistici.org> References: <1334743210-12338-1-git-send-email-ordex@autistici.org> Cc: netdev@vger.kernel.org, b.a.t.m.a.n@lists.open-mesh.org Subject: [B.A.T.M.A.N.] [PATCH 02/13] batman-adv: remove duplicated line in comment 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: Wed, 18 Apr 2012 09:59:24 -0000 Remove an accidentally added duplicated line in a function comment Signed-off-by: Antonio Quartulli --- net/batman-adv/bridge_loop_avoidance.c | 1 - 1 file changed, 1 deletion(-) diff --git a/net/batman-adv/bridge_loop_avoidance.c b/net/batman-adv/bridge_loop_avoidance.c index 1cf18ac..c8642b5 100644 --- a/net/batman-adv/bridge_loop_avoidance.c +++ b/net/batman-adv/bridge_loop_avoidance.c @@ -735,7 +735,6 @@ static int handle_claim(struct bat_priv *bat_priv, /** * @bat_priv: the bat priv with all the soft interface information - * @bat_priv: the bat priv with all the soft interface information * @hw_src: the Hardware source in the ARP Header * @hw_dst: the Hardware destination in the ARP Header * @ethhdr: pointer to the Ethernet header of the claim frame