Message ID | 2c153a0f-87aa-4f4a-83cc-c17798f0795b@web.de (mailing list archive) |
---|---|
State | Deferred |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | net/ipv6/ndisc: Fix typo in a comment line | expand |
On 7/16/24 10:36, Markus Elfring wrote: > From: Markus Elfring <elfring@users.sourceforge.net> > Date: Tue, 16 Jul 2024 10:28:37 +0200 > > Adjust this description for a condition check. > > Signed-off-by: Markus Elfring <elfring@users.sourceforge.net> ## Form letter - net-next-closed The merge window for v6.11 and therefore net-next is closed for new drivers, features, code refactoring and optimizations. We are currently accepting bug fixes only. Please repost when net-next reopens after July 29th. RFC patches sent for review only are obviously welcome at any time. See: https://www.kernel.org/doc/html/next/process/maintainer-netdev.html#development-cycle
diff --git a/net/ipv6/ndisc.c b/net/ipv6/ndisc.c index 254b192c5705..4d0785bf6937 100644 --- a/net/ipv6/ndisc.c +++ b/net/ipv6/ndisc.c @@ -1020,7 +1020,7 @@ static enum skb_drop_reason ndisc_recv_na(struct sk_buff *skb) } /* For some 802.11 wireless deployments (and possibly other networks), - * there will be a NA proxy and unsolicitd packets are attacks + * there will be a NA proxy and unsolicited packets are attacks * and thus should not be accepted. * drop_unsolicited_na takes precedence over accept_untracked_na */