diff options
author | Simon Horman <horms@kernel.org> | 2024-08-22 14:57:34 +0200 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2024-08-26 18:37:23 +0200 |
commit | a8c924e98738f77668b022ec34107ca8b6093392 (patch) | |
tree | 24254e33c32c080a3c96215de7eeb0e135db4d2d /net/core/gro.c | |
parent | net: Correct spelling in headers (diff) | |
download | linux-a8c924e98738f77668b022ec34107ca8b6093392.tar.xz 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/gro.c')
-rw-r--r-- | net/core/gro.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/core/gro.c b/net/core/gro.c index b3b43de1a650..3abad1b567dd 100644 --- a/net/core/gro.c +++ b/net/core/gro.c @@ -374,7 +374,7 @@ static void gro_list_prepare(const struct list_head *head, skb_mac_header(skb), maclen); - /* in most common scenarions 'slow_gro' is 0 + /* in most common scenarios 'slow_gro' is 0 * otherwise we are already on some slower paths * either skip all the infrequent tests altogether or * avoid trying too hard to skip each of them individually |