diff options
author | Simon Horman <horms@kernel.org> | 2024-08-22 13:57:34 +0100 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2024-08-26 09:37:23 -0700 |
commit | a8c924e98738f77668b022ec34107ca8b6093392 (patch) | |
tree | 24254e33c32c080a3c96215de7eeb0e135db4d2d /net/core/netpoll.c | |
parent | 70d0bb45fae87a3b08970a318e15f317446a1956 (diff) | |
download | linux-a8c924e98738f77668b022ec34107ca8b6093392.tar.gz linux-a8c924e98738f77668b022ec34107ca8b6093392.tar.bz2 linux-a8c924e98738f77668b022ec34107ca8b6093392.zip |
net: Correct spelling in net/core
Correct spelling in net/core.
As reported by codespell.
Signed-off-by: Simon Horman <horms@kernel.org>
Link: https://patch.msgid.link/20240822-net-spell-v1-13-3a98971ce2d2@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'net/core/netpoll.c')
-rw-r--r-- | net/core/netpoll.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/core/netpoll.c b/net/core/netpoll.c index a1aea86cf98c..e0720ee6fa62 100644 --- a/net/core/netpoll.c +++ b/net/core/netpoll.c @@ -162,7 +162,7 @@ static void poll_one_napi(struct napi_struct *napi) if (test_and_set_bit(NAPI_STATE_NPSVC, &napi->state)) return; - /* We explicilty pass the polling call a budget of 0 to + /* We explicitly pass the polling call a budget of 0 to * indicate that we are clearing the Tx path only. */ work = napi->poll(napi, 0); |