From: Colin Ian King <colin.king@xxxxxxxxxxxxx>Reviewed-by: Mukesh Ojha <mojha@xxxxxxxxxxxxxx>
There is a spelling mistake in the module description. Fix this.
Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx>
---
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 <fw@xxxxxxxxx>");
-MODULE_DESCRIPTION("Xtables: add/match connection trackling labels");
+MODULE_DESCRIPTION("Xtables: add/match connection tracking labels");
MODULE_ALIAS("ipt_connlabel");
MODULE_ALIAS("ip6t_connlabel");