[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220806101253.13865-1-toiwoton@gmail.com>
Date: Sat, 6 Aug 2022 13:12:53 +0300
From: Topi Miettinen <toiwoton@...il.com>
To: paul@...l-moore.com, netdev@...r.kernel.org,
linux-security-module@...r.kernel.org
Cc: Topi Miettinen <toiwoton@...il.com>
Subject: [PATCH] netlabel: fix typo in comment
'IPv4 and IPv4' should be 'IPv4 and IPv6'.
Signed-off-by: Topi Miettinen <toiwoton@...il.com>
---
net/netlabel/netlabel_unlabeled.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/netlabel/netlabel_unlabeled.c b/net/netlabel/netlabel_unlabeled.c
index 8490e46359ae..0555dffd80e0 100644
--- a/net/netlabel/netlabel_unlabeled.c
+++ b/net/netlabel/netlabel_unlabeled.c
@@ -885,7 +885,7 @@ static int netlbl_unlabel_staticadd(struct sk_buff *skb,
/* Don't allow users to add both IPv4 and IPv6 addresses for a
* single entry. However, allow users to create two entries, one each
- * for IPv4 and IPv4, with the same LSM security context which should
+ * for IPv4 and IPv6, with the same LSM security context which should
* achieve the same result. */
if (!info->attrs[NLBL_UNLABEL_A_SECCTX] ||
!info->attrs[NLBL_UNLABEL_A_IFACE] ||
--
2.35.1
Powered by blists - more mailing lists