All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] netlabel: fix typo in comment
@ 2022-08-06 10:12 Topi Miettinen
  2022-08-07 15:56 ` Paul Moore
  2022-08-10  8:30 ` patchwork-bot+netdevbpf
  0 siblings, 2 replies; 3+ messages in thread
From: Topi Miettinen @ 2022-08-06 10:12 UTC (permalink / raw)
  To: paul, netdev, linux-security-module; +Cc: Topi Miettinen

'IPv4 and IPv4' should be 'IPv4 and IPv6'.

Signed-off-by: Topi Miettinen <toiwoton@gmail.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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] netlabel: fix typo in comment
  2022-08-06 10:12 [PATCH] netlabel: fix typo in comment Topi Miettinen
@ 2022-08-07 15:56 ` Paul Moore
  2022-08-10  8:30 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: Paul Moore @ 2022-08-07 15:56 UTC (permalink / raw)
  To: Topi Miettinen; +Cc: netdev, linux-security-module

On Sat, Aug 6, 2022 at 6:13 AM Topi Miettinen <toiwoton@gmail.com> wrote:
>
> 'IPv4 and IPv4' should be 'IPv4 and IPv6'.
>
> Signed-off-by: Topi Miettinen <toiwoton@gmail.com>
> ---
>  net/netlabel/netlabel_unlabeled.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Thanks for catching this.

Acked-by: Paul Moore <paul@paul-moore.com>

-- 
paul-moore.com

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] netlabel: fix typo in comment
  2022-08-06 10:12 [PATCH] netlabel: fix typo in comment Topi Miettinen
  2022-08-07 15:56 ` Paul Moore
@ 2022-08-10  8:30 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2022-08-10  8:30 UTC (permalink / raw)
  To: Topi Miettinen; +Cc: paul, netdev, linux-security-module

Hello:

This patch was applied to netdev/net.git (master)
by David S. Miller <davem@davemloft.net>:

On Sat,  6 Aug 2022 13:12:53 +0300 you wrote:
> 'IPv4 and IPv4' should be 'IPv4 and IPv6'.
> 
> Signed-off-by: Topi Miettinen <toiwoton@gmail.com>
> ---
>  net/netlabel/netlabel_unlabeled.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Here is the summary with links:
  - netlabel: fix typo in comment
    https://git.kernel.org/netdev/net/c/2cd0e8dba7a5

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-08-10  8:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-06 10:12 [PATCH] netlabel: fix typo in comment Topi Miettinen
2022-08-07 15:56 ` Paul Moore
2022-08-10  8:30 ` patchwork-bot+netdevbpf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.