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/netns | |
| parent | x25: Correct spelling in x25.h (diff) | |
| download | linux-70d0bb45fae87a3b08970a318e15f317446a1956.tar.gz 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/netns')
| -rw-r--r-- | include/net/netns/sctp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/net/netns/sctp.h b/include/net/netns/sctp.h index 7eff3d981b89..d25cd7a9c5ff 100644 --- a/include/net/netns/sctp.h +++ b/include/net/netns/sctp.h @@ -125,14 +125,14 @@ struct netns_sctp { int pf_expose; /* - * Policy for preforming sctp/socket accounting + * Policy for performing sctp/socket accounting * 0 - do socket level accounting, all assocs share sk_sndbuf * 1 - do sctp accounting, each asoc may use sk_sndbuf bytes */ int sndbuf_policy; /* - * Policy for preforming sctp/socket accounting + * Policy for performing sctp/socket accounting * 0 - do socket level accounting, all assocs share sk_rcvbuf * 1 - do sctp accounting, each asoc may use sk_rcvbuf bytes */ |
