diff options
author | Topi Miettinen <toiwoton@gmail.com> | 2022-08-06 13:12:53 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2022-08-10 09:24:41 +0100 |
commit | 2cd0e8dba7a529a7706d1e81209f98a6351f8ad0 (patch) | |
tree | 54a4f8841f78525eb098bd423878cf0dfe8c3a1d /net/netlabel | |
parent | e7f164955f07c394ad0a8a57c24a0c8088630051 (diff) | |
download | linux-stable-2cd0e8dba7a529a7706d1e81209f98a6351f8ad0.tar.gz linux-stable-2cd0e8dba7a529a7706d1e81209f98a6351f8ad0.tar.bz2 linux-stable-2cd0e8dba7a529a7706d1e81209f98a6351f8ad0.zip |
netlabel: fix typo in comment
'IPv4 and IPv4' should be 'IPv4 and IPv6'.
Signed-off-by: Topi Miettinen <toiwoton@gmail.com>
Acked-by: Paul Moore <paul@paul-moore.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/netlabel')
-rw-r--r-- | net/netlabel/netlabel_unlabeled.c | 2 |
1 files changed, 1 insertions, 1 deletions
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] || |