* [PATCH net-next] Fix misspelling of "accept*" in net
@ 2024-10-08 16:27 Alexander Zubkov
2024-10-09 12:44 ` Simon Horman
2024-10-10 3:10 ` patchwork-bot+netdevbpf
0 siblings, 2 replies; 3+ messages in thread
From: Alexander Zubkov @ 2024-10-08 16:27 UTC (permalink / raw)
To: netdev; +Cc: linux-kernel, green, horms, linux
Several files have "accept*" misspelled as "accpet*" in the comments.
Fix all such occurrences.
Signed-off-by: Alexander Zubkov <green@qrator.net>
---
drivers/net/ethernet/chelsio/inline_crypto/chtls/chtls_main.c | 4 ++--
drivers/net/ethernet/natsemi/ns83820.c | 2 +-
include/uapi/linux/udp.h | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/drivers/net/ethernet/chelsio/inline_crypto/chtls/chtls_main.c b/drivers/net/ethernet/chelsio/inline_crypto/chtls/chtls_main.c
index 455a54708be4..96fd31d75dfd 100644
--- a/drivers/net/ethernet/chelsio/inline_crypto/chtls/chtls_main.c
+++ b/drivers/net/ethernet/chelsio/inline_crypto/chtls/chtls_main.c
@@ -342,8 +342,8 @@ static struct sk_buff *copy_gl_to_skb_pkt(const struct pkt_gl *gl,
{
struct sk_buff *skb;
- /* Allocate space for cpl_pass_accpet_req which will be synthesized by
- * driver. Once driver synthesizes cpl_pass_accpet_req the skb will go
+ /* Allocate space for cpl_pass_accept_req which will be synthesized by
+ * driver. Once driver synthesizes cpl_pass_accept_req the skb will go
* through the regular cpl_pass_accept_req processing in TOM.
*/
skb = alloc_skb(gl->tot_len + sizeof(struct cpl_pass_accept_req)
diff --git a/drivers/net/ethernet/natsemi/ns83820.c b/drivers/net/ethernet/natsemi/ns83820.c
index 998586872599..bea969dfa536 100644
--- a/drivers/net/ethernet/natsemi/ns83820.c
+++ b/drivers/net/ethernet/natsemi/ns83820.c
@@ -2090,7 +2090,7 @@ static int ns83820_init_one(struct pci_dev *pci_dev,
*/
/* Ramit : 1024 DMA is not a good idea, it ends up banging
* some DELL and COMPAQ SMP systems
- * Turn on ALP, only we are accpeting Jumbo Packets */
+ * Turn on ALP, only we are accepting Jumbo Packets */
writel(RXCFG_AEP | RXCFG_ARP | RXCFG_AIRL | RXCFG_RX_FD
| RXCFG_STRIPCRC
//| RXCFG_ALP
diff --git a/include/uapi/linux/udp.h b/include/uapi/linux/udp.h
index 1a0fe8b151fb..d85d671deed3 100644
--- a/include/uapi/linux/udp.h
+++ b/include/uapi/linux/udp.h
@@ -31,7 +31,7 @@ struct udphdr {
#define UDP_CORK 1 /* Never send partially complete segments */
#define UDP_ENCAP 100 /* Set the socket to accept encapsulated packets */
#define UDP_NO_CHECK6_TX 101 /* Disable sending checksum for UDP6X */
-#define UDP_NO_CHECK6_RX 102 /* Disable accpeting checksum for UDP6 */
+#define UDP_NO_CHECK6_RX 102 /* Disable accepting checksum for UDP6 */
#define UDP_SEGMENT 103 /* Set GSO segmentation size */
#define UDP_GRO 104 /* This socket can receive UDP GRO packets */
--
2.46.0
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH net-next] Fix misspelling of "accept*" in net
2024-10-08 16:27 [PATCH net-next] Fix misspelling of "accept*" in net Alexander Zubkov
@ 2024-10-09 12:44 ` Simon Horman
2024-10-10 3:10 ` patchwork-bot+netdevbpf
1 sibling, 0 replies; 3+ messages in thread
From: Simon Horman @ 2024-10-09 12:44 UTC (permalink / raw)
To: Alexander Zubkov; +Cc: netdev, linux-kernel, linux
On Tue, Oct 08, 2024 at 06:27:57PM +0200, Alexander Zubkov wrote:
> Several files have "accept*" misspelled as "accpet*" in the comments.
> Fix all such occurrences.
>
> Signed-off-by: Alexander Zubkov <green@qrator.net>
Thanks, I agree this corrects the spelling of accept in these files.
Reviewed-by: Simon Horman <horms@kernel.org>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH net-next] Fix misspelling of "accept*" in net
2024-10-08 16:27 [PATCH net-next] Fix misspelling of "accept*" in net Alexander Zubkov
2024-10-09 12:44 ` Simon Horman
@ 2024-10-10 3:10 ` patchwork-bot+netdevbpf
1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2024-10-10 3:10 UTC (permalink / raw)
To: Alexander Zubkov; +Cc: netdev, linux-kernel, horms, linux
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Tue, 8 Oct 2024 18:27:57 +0200 you wrote:
> Several files have "accept*" misspelled as "accpet*" in the comments.
> Fix all such occurrences.
>
> Signed-off-by: Alexander Zubkov <green@qrator.net>
> ---
> drivers/net/ethernet/chelsio/inline_crypto/chtls/chtls_main.c | 4 ++--
> drivers/net/ethernet/natsemi/ns83820.c | 2 +-
> include/uapi/linux/udp.h | 2 +-
> 3 files changed, 4 insertions(+), 4 deletions(-)
Here is the summary with links:
- [net-next] Fix misspelling of "accept*" in net
https://git.kernel.org/netdev/net-next/c/80c549cd1ab0
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-10-10 3:10 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-08 16:27 [PATCH net-next] Fix misspelling of "accept*" in net Alexander Zubkov
2024-10-09 12:44 ` Simon Horman
2024-10-10 3:10 ` patchwork-bot+netdevbpf
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).