2019-04-18 17:02:17

by Colin King

[permalink] [raw]
Subject: [PATCH] netfilter: connlabels: fix spelling mistake "trackling" -> "tracking"

From: Colin Ian King <[email protected]>

There is a spelling mistake in the module description. Fix this.

Signed-off-by: Colin Ian King <[email protected]>
---
net/netfilter/xt_connlabel.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/netfilter/xt_connlabel.c b/net/netfilter/xt_connlabel.c
index 4fa4efd24353..893374ac3758 100644
--- a/net/netfilter/xt_connlabel.c
+++ b/net/netfilter/xt_connlabel.c
@@ -15,7 +15,7 @@

MODULE_LICENSE("GPL");
MODULE_AUTHOR("Florian Westphal <[email protected]>");
-MODULE_DESCRIPTION("Xtables: add/match connection trackling labels");
+MODULE_DESCRIPTION("Xtables: add/match connection tracking labels");
MODULE_ALIAS("ipt_connlabel");
MODULE_ALIAS("ip6t_connlabel");

--
2.20.1


2019-04-18 19:05:25

by Mukesh Ojha

[permalink] [raw]
Subject: Re: [PATCH] netfilter: connlabels: fix spelling mistake "trackling" -> "tracking"


On 4/18/2019 10:30 PM, Colin King wrote:
> From: Colin Ian King <[email protected]>
>
> There is a spelling mistake in the module description. Fix this.
>
> Signed-off-by: Colin Ian King <[email protected]>
Reviewed-by: Mukesh Ojha <[email protected]>

Cheers,
-Mukesh
> ---
> net/netfilter/xt_connlabel.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/net/netfilter/xt_connlabel.c b/net/netfilter/xt_connlabel.c
> index 4fa4efd24353..893374ac3758 100644
> --- a/net/netfilter/xt_connlabel.c
> +++ b/net/netfilter/xt_connlabel.c
> @@ -15,7 +15,7 @@
>
> MODULE_LICENSE("GPL");
> MODULE_AUTHOR("Florian Westphal <[email protected]>");
> -MODULE_DESCRIPTION("Xtables: add/match connection trackling labels");
> +MODULE_DESCRIPTION("Xtables: add/match connection tracking labels");
> MODULE_ALIAS("ipt_connlabel");
> MODULE_ALIAS("ip6t_connlabel");
>

2019-04-30 12:20:57

by Pablo Neira Ayuso

[permalink] [raw]
Subject: Re: [PATCH] netfilter: connlabels: fix spelling mistake "trackling" -> "tracking"

On Thu, Apr 18, 2019 at 06:00:56PM +0100, Colin King wrote:
> From: Colin Ian King <[email protected]>
>
> There is a spelling mistake in the module description. Fix this.

Applied.