Re: [PATCH net] net: seg6: trivial fix of a spelling mistake in comment

2021-04-12 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Sat, 10 Apr 2021 19:46:14 +0200 you wrote: > There is a comment spelling mistake "interfarence" -> "interference" in > function parse_nla_action(). Fix it. > > Signed-off-by: Andrea Mayer > --- > net/ipv6/seg6_local.c

[PATCH net] net: seg6: trivial fix of a spelling mistake in comment

2021-04-10 Thread Andrea Mayer
There is a comment spelling mistake "interfarence" -> "interference" in function parse_nla_action(). Fix it. Signed-off-by: Andrea Mayer --- net/ipv6/seg6_local.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/ipv6/seg6_local.c b/net/ipv6/seg6_local.c index 8936f48570fc.