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
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");
>
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.