aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/netns
diff options
context:
space:
mode:
authorSimon Horman <horms@kernel.org>2024-08-22 13:57:33 +0100
committerJakub Kicinski <kuba@kernel.org>2024-08-26 09:37:23 -0700
commit70d0bb45fae87a3b08970a318e15f317446a1956 (patch)
treedda6bb342fa6d21234ec5a8c0b374537f893f5f4 /include/net/netns
parentx25: Correct spelling in x25.h (diff)
downloadlinux-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.h4
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
*/