From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Mon, 18 May 2026 09:53:50 +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 1wOsnO-0013DR-0O for lore@lore.pengutronix.de; Mon, 18 May 2026 09:53:50 +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 1wOsnN-0002jP-Nq; Mon, 18 May 2026 09:53:49 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1wOsmw-0002D7-Pf; Mon, 18 May 2026 09:53:22 +0200 Received: from dude05.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::54]) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1wOsmw-000YPf-00; Mon, 18 May 2026 09:53:22 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.98.2) (envelope-from ) id 1wOsmw-00000000Crm-29wN; Mon, 18 May 2026 09:53:22 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Mon, 18 May 2026 09:53:22 +0200 Message-ID: <20260518075322.49451-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.47.3 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] 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 Cc: Ladislav Michl 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 Thanks, applied as 1bedd5d53a9283aada36c9312178a7355bd1b52e. Michael [sent from post-receive hook] On Mon, 18 May 2026 09:53:22 +0200, Ladislav Michl wrote: > Signed-off-by: Ladislav Michl > Reviewed-by: Alexander Dahl > Message-Id: > Signed-off-by: Michael Olbrich > > diff --git a/rules/libmnl.in b/rules/libmnl.in > index aa71e5d05ccc..bc6144c03524 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 beb00dbd4e39..168f6fa0e6af 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 >