diff mbox series

net/ipv6/ndisc: Fix typo in a comment line

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

Checks

Context Check Description
netdev/series_format warning Single patches do not need cover letters; Target tree name not specified in the subject
netdev/tree_selection success Guessed tree name to be net-next
netdev/ynl success Generated files up to date; no warnings/errors; no diff in generated;
netdev/fixes_present success Fixes tag not required for -next series
netdev/header_inline success No static functions without inline keyword in header files
netdev/build_32bit success Errors and warnings before: 816 this patch: 816
netdev/build_tools success No tools touched, skip
netdev/cc_maintainers success CCed 5 of 5 maintainers
netdev/build_clang success Errors and warnings before: 821 this patch: 821
netdev/verify_signedoff success Signed-off-by tag matches author and committer
netdev/deprecated_api success None detected
netdev/check_selftest success No net selftest shell script
netdev/verify_fixes success No Fixes tag
netdev/build_allmodconfig_warn success Errors and warnings before: 821 this patch: 821
netdev/checkpatch success total: 0 errors, 0 warnings, 0 checks, 8 lines checked
netdev/build_clang_rust success No Rust files in patch. Skipping build
netdev/kdoc success Errors and warnings before: 0 this patch: 0
netdev/source_inline success Was 0 now: 0
netdev/contest success net-next-2024-07-16--21-00 (tests: 696)

Commit Message

Markus Elfring July 16, 2024, 8:36 a.m. UTC
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>
---
 net/ipv6/ndisc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--
2.45.2

Comments

Paolo Abeni July 18, 2024, 10:26 a.m. UTC | #1
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 mbox series

Patch

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
 	 */