diff options
author | Simon Horman <horms@kernel.org> | 2024-08-22 14:57:33 +0200 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2024-08-26 18:37:23 +0200 |
commit | 70d0bb45fae87a3b08970a318e15f317446a1956 (patch) | |
tree | dda6bb342fa6d21234ec5a8c0b374537f893f5f4 /include/net/addrconf.h | |
parent | x25: Correct spelling in x25.h (diff) | |
download | linux-70d0bb45fae87a3b08970a318e15f317446a1956.tar.xz linux-70d0bb45fae87a3b08970a318e15f317446a1956.zip |
net: Correct spelling in headers
Correct spelling in Networking headers.
As reported by codespell.
Signed-off-by: Simon Horman <horms@kernel.org>
Link: https://patch.msgid.link/20240822-net-spell-v1-12-3a98971ce2d2@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'include/net/addrconf.h')
-rw-r--r-- | include/net/addrconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/addrconf.h b/include/net/addrconf.h index c8ed31828db3..363dd63babe7 100644 --- a/include/net/addrconf.h +++ b/include/net/addrconf.h @@ -333,7 +333,7 @@ static inline struct inet6_dev *__in6_dev_get(const struct net_device *dev) /** * __in6_dev_stats_get - get inet6_dev pointer for stats * @dev: network device - * @skb: skb for original incoming interface if neeeded + * @skb: skb for original incoming interface if needed * * Caller must hold rcu_read_lock or RTNL, because this function * does not take a reference on the inet6_dev. |