* [ptxdist] [PATCH] libmnl: fix indentation
@ 2026-04-29 8:08 Ladislav Michl
2026-04-29 9:25 ` Alexander Dahl via ptxdist
2026-05-18 7:53 ` [ptxdist] [APPLIED] " Michael Olbrich
0 siblings, 2 replies; 3+ 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] 3+ messages in thread
* Re: [ptxdist] [PATCH] libmnl: fix indentation
2026-04-29 8:08 [ptxdist] [PATCH] libmnl: fix indentation Ladislav Michl
@ 2026-04-29 9:25 ` Alexander Dahl via ptxdist
2026-05-18 7:53 ` [ptxdist] [APPLIED] " Michael Olbrich
1 sibling, 0 replies; 3+ messages in thread
From: Alexander Dahl via ptxdist @ 2026-04-29 9:25 UTC (permalink / raw)
To: Ladislav Michl; +Cc: Alexander Dahl, ptxdist
Hello,
Am Wed, Apr 29, 2026 at 10:08:33AM +0200 schrieb Ladislav Michl:
> 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
Reviewed-by: Alexander Dahl <ada@thorsis.com>
Greets
Alex
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [ptxdist] [APPLIED] libmnl: fix indentation
2026-04-29 8:08 [ptxdist] [PATCH] libmnl: fix indentation Ladislav Michl
2026-04-29 9:25 ` Alexander Dahl via ptxdist
@ 2026-05-18 7:53 ` Michael Olbrich
1 sibling, 0 replies; 3+ messages in thread
From: Michael Olbrich @ 2026-05-18 7:53 UTC (permalink / raw)
To: ptxdist; +Cc: Ladislav Michl
Thanks, applied as 1bedd5d53a9283aada36c9312178a7355bd1b52e.
Michael
[sent from post-receive hook]
On Mon, 18 May 2026 09:53:22 +0200, Ladislav Michl <oss-lists@triops.cz> wrote:
> Signed-off-by: Ladislav Michl <ladis@triops.cz>
> Reviewed-by: Alexander Dahl <ada@thorsis.com>
> Message-Id: <afG8gVeoieo5U-ID@lenoch>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> 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
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-05-18 7:53 UTC | newest]
Thread overview: 3+ 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
2026-05-18 7:53 ` [ptxdist] [APPLIED] " Michael Olbrich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox