From: Jakub Kicinski <kuba@kernel•org>
To: Simon Horman <horms@kernel•org>
Cc: Willem de Bruijn <willemdebruijn.kernel@gmail•com>,
"David S. Miller" <davem@davemloft•net>,
Eric Dumazet <edumazet@google•com>,
Paolo Abeni <pabeni@redhat•com>,
Alexandra Winter <wintera@linux•ibm.com>,
Thorsten Winkler <twinkler@linux•ibm.com>,
David Ahern <dsahern@kernel•org>, Jay Vosburgh <jv@jvosburgh•net>,
Andy Gospodarek <andy@greyhouse•net>,
Subash Abhinov Kasiviswanathan <quic_subashab@quicinc•com>,
Sean Tranchetti <quic_stranche@quicinc•com>,
Paul Moore <paul@paul-moore•com>,
Krzysztof Kozlowski <krzk@kernel•org>,
Jamal Hadi Salim <jhs@mojatatu•com>,
Cong Wang <xiyou.wangcong@gmail•com>,
Jiri Pirko <jiri@resnulli•us>,
Marcelo Ricardo Leitner <marcelo.leitner@gmail•com>,
Xin Long <lucien.xin@gmail•com>, Martin Schiller <ms@dev•tdt.de>,
netdev@vger•kernel.org, linux-s390@vger•kernel.org,
linux-security-module@vger•kernel.org,
linux-sctp@vger•kernel.org, linux-x25@vger•kernel.org
Subject: Re: [PATCH net-next 12/13] net: Correct spelling in headers
Date: Mon, 26 Aug 2024 09:45:07 -0700 [thread overview]
Message-ID: <20240826094507.4b5798ef@kernel.org> (raw)
In-Reply-To: <20240822-net-spell-v1-12-3a98971ce2d2@kernel.org>
On Thu, 22 Aug 2024 13:57:33 +0100 Simon Horman wrote:
> diff --git a/include/net/dropreason-core.h b/include/net/dropreason-core.h
> index 9707ab54fdd5..4748680e8c88 100644
> --- a/include/net/dropreason-core.h
> +++ b/include/net/dropreason-core.h
> @@ -155,8 +155,8 @@ enum skb_drop_reason {
> /** @SKB_DROP_REASON_SOCKET_RCVBUFF: socket receive buff is full */
> SKB_DROP_REASON_SOCKET_RCVBUFF,
> /**
> - * @SKB_DROP_REASON_PROTO_MEM: proto memory limition, such as udp packet
> - * drop out of udp_memory_allocated.
> + * @SKB_DROP_REASON_PROTO_MEM: proto memory limitation, such as
> + * udp packet drop out of udp_memory_allocated.
> */
> SKB_DROP_REASON_PROTO_MEM,
> /**
> @@ -217,7 +217,7 @@ enum skb_drop_reason {
> */
> SKB_DROP_REASON_TCP_ZEROWINDOW,
> /**
> - * @SKB_DROP_REASON_TCP_OLD_DATA: the TCP data reveived is already
> + * @SKB_DROP_REASON_TCP_OLD_DATA: the TCP data received is already
> * received before (spurious retrans may happened), see
> * LINUX_MIB_DELAYEDACKLOST
> */
I'd have been tempted to improve the grammar of these while at it.
But I guess that'd make the patch more than a spelling fix.
next prev parent reply other threads:[~2024-08-26 16:45 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-22 12:57 [PATCH net-next 00/13] net: header and core spelling corrections Simon Horman
2024-08-22 12:57 ` [PATCH net-next 01/13] packet: Correct spelling in if_packet.h Simon Horman
2024-08-23 12:42 ` Willem de Bruijn
2024-08-22 12:57 ` [PATCH net-next 02/13] s390/iucv: Correct spelling in iucv.h Simon Horman
2024-08-22 12:57 ` [PATCH net-next 03/13] ip_tunnel: Correct spelling in ip_tunnels.h Simon Horman
2024-08-22 12:57 ` [PATCH net-next 04/13] ipv6: Correct spelling in ipv6.h Simon Horman
2024-08-22 12:57 ` [PATCH net-next 05/13] bonding: Correct spelling in headers Simon Horman
2024-08-22 12:57 ` [PATCH net-next 06/13] net: qualcomm: rmnet: Correct spelling in if_rmnet.h Simon Horman
2024-08-23 5:07 ` Subash Abhinov Kasiviswanathan (KS)
2024-08-22 12:57 ` [PATCH net-next 07/13] netlabel: Correct spelling in netlabel.h Simon Horman
2024-08-22 12:57 ` [PATCH net-next 08/13] NFC: Correct spelling in headers Simon Horman
2024-08-23 13:40 ` Krzysztof Kozlowski
2024-08-22 12:57 ` [PATCH net-next 09/13] net: sched: " Simon Horman
2024-08-22 12:57 ` [PATCH net-next 10/13] sctp: " Simon Horman
2024-08-22 14:01 ` Xin Long
2024-08-22 12:57 ` [PATCH net-next 11/13] x25: Correct spelling in x25.h Simon Horman
2024-08-23 5:27 ` Martin Schiller
2024-08-22 12:57 ` [PATCH net-next 12/13] net: Correct spelling in headers Simon Horman
2024-08-26 16:45 ` Jakub Kicinski [this message]
2024-08-27 8:25 ` Simon Horman
2024-08-22 12:57 ` [PATCH net-next 13/13] net: Correct spelling in net/core Simon Horman
2024-08-25 7:52 ` [PATCH net-next 00/13] net: header and core spelling corrections Philipp Stanner
2024-08-25 8:06 ` Krzysztof Kozlowski
2024-08-25 8:54 ` Simon Horman
2024-08-26 16:50 ` patchwork-bot+netdevbpf
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240826094507.4b5798ef@kernel.org \
--to=kuba@kernel$(echo .)org \
--cc=andy@greyhouse$(echo .)net \
--cc=davem@davemloft$(echo .)net \
--cc=dsahern@kernel$(echo .)org \
--cc=edumazet@google$(echo .)com \
--cc=horms@kernel$(echo .)org \
--cc=jhs@mojatatu$(echo .)com \
--cc=jiri@resnulli$(echo .)us \
--cc=jv@jvosburgh$(echo .)net \
--cc=krzk@kernel$(echo .)org \
--cc=linux-s390@vger$(echo .)kernel.org \
--cc=linux-sctp@vger$(echo .)kernel.org \
--cc=linux-security-module@vger$(echo .)kernel.org \
--cc=linux-x25@vger$(echo .)kernel.org \
--cc=lucien.xin@gmail$(echo .)com \
--cc=marcelo.leitner@gmail$(echo .)com \
--cc=ms@dev$(echo .)tdt.de \
--cc=netdev@vger$(echo .)kernel.org \
--cc=pabeni@redhat$(echo .)com \
--cc=paul@paul-moore$(echo .)com \
--cc=quic_stranche@quicinc$(echo .)com \
--cc=quic_subashab@quicinc$(echo .)com \
--cc=twinkler@linux$(echo .)ibm.com \
--cc=willemdebruijn.kernel@gmail$(echo .)com \
--cc=wintera@linux$(echo .)ibm.com \
--cc=xiyou.wangcong@gmail$(echo .)com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox