From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Wed, 29 Apr 2026 10:08:41 +0200 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1wHzyL-0001tT-0r for lore@lore.pengutronix.de; Wed, 29 Apr 2026 10:08:41 +0200 Received: from [127.0.0.1] (helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1wHzyL-00013i-5N; Wed, 29 Apr 2026 10:08:41 +0200 Received: from h4.cmg2.smtp.forpsi.com ([185.129.138.189]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1wHzyF-00013D-1b for ptxdist@pengutronix.de; Wed, 29 Apr 2026 10:08:35 +0200 Received: from lenoch ([91.218.190.200]) by cmgsmtp with ESMTPSA id HzyDwIwBzOAXLHzyEwgUnm; Wed, 29 Apr 2026 10:08:34 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=triops.cz; s=f2019; t=1777450114; bh=sjYJCnZU8EwPSNb8DL70S9TeGHd2ZqCnXBItKPs2tks=; h=Date:From:To:Subject:Message-ID:MIME-Version:Content-Type; b=AS4jxumE6qDJRRTqjiNbZeD2tyF13e0hD6UMgLIzNkiUP+HCv+MDsubLqG1FB8Wnd Ge+N38WB4F30lrTXQ1Fo+jZ8OpfcGdBt/nGrLsrGk2zop4kTcn5XdhOvYNvz6F9oxb dxNBE07PzVW0g9vYburEJXz88UmwT5+RxR5k6j/9XR8CG1Ly8hlEgB9VCTuGEEpy8g GGx71joDjJh1VaL6mMv9vrgKjvdY8zMNfrWlcmeh7a+hxI0P/VDeZ7X/b4QoEeFwQ4 WoURbUOsBWUVi/bQux9ry+Ngh67Lhnts/ce8RNtP7+c3TDgEDpw8KVlSFbSKpIoGKX z1VREuNfspdWQ== Date: Wed, 29 Apr 2026 10:08:33 +0200 From: Ladislav Michl To: ptxdist@pengutronix.de Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-CMAE-Envelope: MS4xfP/hChkZ+LRMJcKEKMAJ5py/fkgngOwpQ8HOQnZ7MLIc1AAAxfiSvyqvUWlU9CTkpwmOHdUw2LCfVNv8cBA+8tlLRipijAFsBWQxVHvf4TtoI4h3XNxV 5ir3wlTyk0UQCzU6fJKeDtSAakHVqParBrDef4xoTsFsZC4r1m2U5CsZzFS0W+FdILmnNq7zSK8wBw== X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on metis.whiteo.stw.pengutronix.de X-Spam-Level: X-Spam-Status: No, score=-2.3 required=4.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_PASS,SPF_NONE autolearn=ham autolearn_force=no version=3.4.2 Subject: [ptxdist] [PATCH] libmnl: fix indentation X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false From: Ladislav Michl Signed-off-by: Ladislav Michl --- rules/libmnl.in | 10 +++++----- rules/libmnl.make | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/rules/libmnl.in b/rules/libmnl.in index aa71e5d05..bc6144c03 100644 --- a/rules/libmnl.in +++ b/rules/libmnl.in @@ -4,8 +4,8 @@ config LIBMNL bool prompt "libmnl" help - libmnl is a minimalistic user-space library oriented to Netlink - developers. There are a lot of common tasks in parsing, validating, - constructing of both the Netlink header and TLVs that are repetitive - and easy to get wrong. This library aims to provide simple helpers - that allows you to re-use code and to avoid re-inventing the wheel. + libmnl is a minimalistic user-space library oriented to Netlink + developers. There are a lot of common tasks in parsing, validating, + constructing of both the Netlink header and TLVs that are repetitive + and easy to get wrong. This library aims to provide simple helpers + that allows you to re-use code and to avoid re-inventing the wheel. diff --git a/rules/libmnl.make b/rules/libmnl.make index beb00dbd4..168f6fa0e 100644 --- a/rules/libmnl.make +++ b/rules/libmnl.make @@ -18,9 +18,9 @@ LIBMNL_VERSION := 1.0.5 LIBMNL_MD5 := 0bbb70573119ec5d49435114583e7a49 LIBMNL := libmnl-$(LIBMNL_VERSION) LIBMNL_SUFFIX := tar.bz2 -LIBMNL_URL := https://ftp.netfilter.org/pub/libmnl/$(LIBMNL).$(LIBMNL_SUFFIX) +LIBMNL_URL := https://ftp.netfilter.org/pub/libmnl/$(LIBMNL).$(LIBMNL_SUFFIX) LIBMNL_SOURCE := $(SRCDIR)/$(LIBMNL).$(LIBMNL_SUFFIX) -LIBMNL_DIR := $(BUILDDIR)/$(LIBMNL) +LIBMNL_DIR := $(BUILDDIR)/$(LIBMNL) LIBMNL_LICENSE := LGPL-2.1-or-later LIBMNL_LICENSE_FILES := file://COPYING;md5=4fbd65380cdd255951079008b364516c -- 2.47.3