diff options
author | Simon Horman <horms@kernel.org> | 2024-08-22 13:57:33 +0100 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2024-08-26 09:37:23 -0700 |
commit | 70d0bb45fae87a3b08970a318e15f317446a1956 (patch) | |
tree | dda6bb342fa6d21234ec5a8c0b374537f893f5f4 /include/net/dst_cache.h | |
parent | 01d86846a5a5f34662679dd229a0167fc9d92382 (diff) |
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/dst_cache.h')
-rw-r--r-- | include/net/dst_cache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/dst_cache.h b/include/net/dst_cache.h index b4a55d2d5e71..1961699598e2 100644 --- a/include/net/dst_cache.h +++ b/include/net/dst_cache.h @@ -102,7 +102,7 @@ int dst_cache_init(struct dst_cache *dst_cache, gfp_t gfp); * @dst_cache: the cache * * No synchronization is enforced: it must be called only when the cache - * is unsed. + * is unused. */ void dst_cache_destroy(struct dst_cache *dst_cache); |