From patchwork Mon Feb 22 17:55:32 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sven Eckelmann X-Patchwork-Id: 15813 X-Patchwork-Delegate: mareklindner@neomailbox.ch Return-Path: X-Original-To: patchwork@open-mesh.org Delivered-To: patchwork@open-mesh.org Received: from open-mesh.org (localhost [127.0.0.1]) by open-mesh.org (Postfix) with ESMTP id 4510D81D30; Mon, 22 Feb 2016 18:55:40 +0100 (CET) Authentication-Results: open-mesh.org; dkim=fail reason="verification failed; unprotected key" header.d=narfation.org header.i=@narfation.org header.b=dMRDCRwX; dkim-adsp=fail (unprotected policy); dkim-atps=neutral Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=79.140.41.39; helo=v3-1039.vlinux.de; envelope-from=sven@narfation.org; receiver=b.a.t.m.a.n@lists.open-mesh.org Authentication-Results: open-mesh.org; dmarc=pass header.from=narfation.org Received: from v3-1039.vlinux.de (narfation.org [79.140.41.39]) by open-mesh.org (Postfix) with ESMTPS id 3229381D23 for ; Mon, 22 Feb 2016 18:55:38 +0100 (CET) Received: from sven-desktop.home.narfation.org (p200300C593C034FD325A3AFFFE531AE5.dip0.t-ipconnect.de [IPv6:2003:c5:93c0:34fd:325a:3aff:fe53:1ae5]) by v3-1039.vlinux.de (Postfix) with ESMTPSA id 83A9D1100E6; Mon, 22 Feb 2016 18:55:37 +0100 (CET) Authentication-Results: v3-1039.vlinux.de; dmarc=none header.from=narfation.org DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=narfation.org; s=20121; t=1456163737; bh=ZM8qLBYBfNdTY02vZmlN8Yn0ifZCd2/LqwqnaMKsdRU=; h=From:To:Cc:Subject:Date:From; b=dMRDCRwXZfiImdVllRJpsZ98VcdwalEQ4uGC4QlSc0xh8uHCw2GcHKFMx7akxYvTI PZ00j/SB5XvyOfoCd+HpaSbwW5daU93FsXurkJDVsia5v2CgLmcU5rscAcbGf7BSmb l70MCTK+7eFD4GGF3dekqj6YtXerskvTMmbQZwjA= From: Sven Eckelmann To: b.a.t.m.a.n@lists.open-mesh.org Date: Mon, 22 Feb 2016 18:55:32 +0100 Message-Id: <1456163732-4022-1-git-send-email-sven@narfation.org> X-Mailer: git-send-email 2.7.0 Subject: [B.A.T.M.A.N.] [PATCH] batman-adv: Fix kerneldoc for batadv_compare_claim X-BeenThere: b.a.t.m.a.n@lists.open-mesh.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking Errors-To: b.a.t.m.a.n-bounces@lists.open-mesh.org Sender: "B.A.T.M.A.N" Signed-off-by: Sven Eckelmann --- net/batman-adv/bridge_loop_avoidance.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/batman-adv/bridge_loop_avoidance.c b/net/batman-adv/bridge_loop_avoidance.c index 0a6c8b8..ac42504 100644 --- a/net/batman-adv/bridge_loop_avoidance.c +++ b/net/batman-adv/bridge_loop_avoidance.c @@ -120,7 +120,7 @@ static int batadv_compare_backbone_gw(const struct hlist_node *node, } /** - * batadv_compare_backbone_gw - compare address and vid of two claims + * batadv_compare_claim - compare address and vid of two claims * @node: list node of the first entry to compare * @data2: pointer to the second claims *