[0/3] batman-adv: Minor cleanups
Message ID | 20180707200121.2684-1-sven@narfation.org (mailing list archive) |
---|---|
Headers |
Return-Path: <b.a.t.m.a.n-bounces@lists.open-mesh.org> X-Original-To: patchwork@open-mesh.org Delivered-To: patchwork@open-mesh.org Received: from open-mesh.org (localhost [IPv6:::1]) by open-mesh.org (Postfix) with ESMTP id 294A982B56; Sat, 7 Jul 2018 22:01:29 +0200 (CEST) Authentication-Results: open-mesh.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=narfation.org header.i=@narfation.org header.b="14K9ZWd6"; dkim-atps=neutral Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=79.140.41.39; helo=v3-1039.vlinux.de; envelope-from=sven@narfation.org; receiver=<UNKNOWN> Received: from v3-1039.vlinux.de (narfation.org [79.140.41.39]) by open-mesh.org (Postfix) with ESMTPS id 18B61809FB for <b.a.t.m.a.n@lists.open-mesh.org>; Sat, 7 Jul 2018 22:01:26 +0200 (CEST) Received: from sven-desktop.home.narfation.org (p200300C593EBBFFD0000000000004065.dip0.t-ipconnect.de [IPv6:2003:c5:93eb:bffd::4065]) by v3-1039.vlinux.de (Postfix) with ESMTPSA id 19A76110118; Sat, 7 Jul 2018 22:01:26 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=narfation.org; s=20121; t=1530993686; bh=4QozcHJlS3fUNFTrVh0XWllh1rHFozwJxQRvqaGESCk=; h=From:To:Cc:Subject:Date:From; b=14K9ZWd64jeUG2w9E+U2DQwhzlyJKTIZVFRZErYxvz1sVePlqstgo/FSFMLVqXJZY FIMNWk7hipS/WrprH2ZsA7XRgLaEEwaiKPjOxkaw6gjjVFFsWFbV3++plHTINCDH5B Meex0OiN7SkLlPQKYNbYp9QQLFu4iC5bAmwL1uKo= From: Sven Eckelmann <sven@narfation.org> To: b.a.t.m.a.n@lists.open-mesh.org Date: Sat, 7 Jul 2018 22:01:18 +0200 Message-Id: <20180707200121.2684-1-sven@narfation.org> X-Mailer: git-send-email 2.18.0 Subject: [B.A.T.M.A.N.] [PATCH 0/3] batman-adv: Minor cleanups X-BeenThere: b.a.t.m.a.n@lists.open-mesh.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: The list for a Better Approach To Mobile Ad-hoc Networking <b.a.t.m.a.n.lists.open-mesh.org> List-Unsubscribe: <https://lists.open-mesh.org/mm/options/b.a.t.m.a.n>, <mailto:b.a.t.m.a.n-request@lists.open-mesh.org?subject=unsubscribe> List-Archive: <http://lists.open-mesh.org/pipermail/b.a.t.m.a.n/> List-Post: <mailto:b.a.t.m.a.n@lists.open-mesh.org> List-Help: <mailto:b.a.t.m.a.n-request@lists.open-mesh.org?subject=help> List-Subscribe: <https://lists.open-mesh.org/mm/listinfo/b.a.t.m.a.n>, <mailto:b.a.t.m.a.n-request@lists.open-mesh.org?subject=subscribe> Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking <b.a.t.m.a.n@lists.open-mesh.org> Errors-To: b.a.t.m.a.n-bounces@lists.open-mesh.org Sender: "B.A.T.M.A.N" <b.a.t.m.a.n-bounces@lists.open-mesh.org> |
Message
Sven Eckelmann
July 7, 2018, 8:01 p.m. UTC
Hi, this mini patchset contains some minor cleanups which are on my HDD since a longer time but were never submitted. They still didn't reach a critical mass - but they will not get better with age. Kind regards, Sven Sven Eckelmann (3): batman-adv: Unify include guards style batman-adv: Join batadv_purge_orig_ref and _batadv_purge_orig batman-adv: Convert batadv_dat_addr_t to proper type net/batman-adv/bat_iv_ogm.h | 6 +++--- net/batman-adv/bat_v_ogm.h | 6 +++--- net/batman-adv/originator.c | 17 ++++++----------- net/batman-adv/types.h | 7 ++++--- 4 files changed, 16 insertions(+), 20 deletions(-)