mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] libmnl: fix indentation
@ 2026-04-29  8:08 Ladislav Michl
  2026-04-29  9:25 ` Alexander Dahl via ptxdist
  0 siblings, 1 reply; 2+ messages in thread
From: Ladislav Michl @ 2026-04-29  8:08 UTC (permalink / raw)
  To: ptxdist

From: Ladislav Michl <ladis@triops.cz>

Signed-off-by: Ladislav Michl <ladis@triops.cz>
---
 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




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-04-29  9:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-04-29  8:08 [ptxdist] [PATCH] libmnl: fix indentation Ladislav Michl
2026-04-29  9:25 ` Alexander Dahl via ptxdist

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox