* [PATCH] net: skbuff: fix spelling errors
@ 2023-12-13 4:35 Randy Dunlap
2023-12-14 17:21 ` Simon Horman
2023-12-15 2:20 ` patchwork-bot+netdevbpf
0 siblings, 2 replies; 3+ messages in thread
From: Randy Dunlap @ 2023-12-13 4:35 UTC (permalink / raw)
To: netdev
Cc: Randy Dunlap, David S. Miller, Eric Dumazet, Jakub Kicinski,
Paolo Abeni
Correct spelling as reported by codespell.
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Eric Dumazet <edumazet@google.com>
Cc: Jakub Kicinski <kuba@kernel.org>
Cc: Paolo Abeni <pabeni@redhat.com>
---
include/linux/skbuff.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff -- a/include/linux/skbuff.h b/include/linux/skbuff.h
--- a/include/linux/skbuff.h
+++ b/include/linux/skbuff.h
@@ -1069,7 +1069,7 @@ struct sk_buff {
refcount_t users;
#ifdef CONFIG_SKB_EXTENSIONS
- /* only useable after checking ->active_extensions != 0 */
+ /* only usable after checking ->active_extensions != 0 */
struct skb_ext *extensions;
#endif
};
@@ -3311,7 +3311,7 @@ static inline struct page *__dev_alloc_p
unsigned int order)
{
/* This piece of code contains several assumptions.
- * 1. This is for device Rx, therefor a cold page is preferred.
+ * 1. This is for device Rx, therefore a cold page is preferred.
* 2. The expectation is the user wants a compound page.
* 3. If requesting a order 0 page it will not be compound
* due to the check to see if order has a value in prep_new_page
@@ -4247,7 +4247,7 @@ static inline bool __skb_metadata_differ
{
const void *a = skb_metadata_end(skb_a);
const void *b = skb_metadata_end(skb_b);
- /* Using more efficient varaiant than plain call to memcmp(). */
+ /* Using more efficient variant than plain call to memcmp(). */
#if defined(CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS) && BITS_PER_LONG == 64
u64 diffs = 0;
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] net: skbuff: fix spelling errors
2023-12-13 4:35 [PATCH] net: skbuff: fix spelling errors Randy Dunlap
@ 2023-12-14 17:21 ` Simon Horman
2023-12-15 2:20 ` patchwork-bot+netdevbpf
1 sibling, 0 replies; 3+ messages in thread
From: Simon Horman @ 2023-12-14 17:21 UTC (permalink / raw)
To: Randy Dunlap
Cc: netdev, David S. Miller, Eric Dumazet, Jakub Kicinski,
Paolo Abeni
On Tue, Dec 12, 2023 at 08:35:11PM -0800, Randy Dunlap wrote:
> Correct spelling as reported by codespell.
>
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> Cc: "David S. Miller" <davem@davemloft.net>
> Cc: Eric Dumazet <edumazet@google.com>
> Cc: Jakub Kicinski <kuba@kernel.org>
> Cc: Paolo Abeni <pabeni@redhat.com>
> ---
> include/linux/skbuff.h | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
Thanks Randy,
I checked and with this patch applied codespell no
longer reports any spelling errors in skbuff.h.
Reviewed-by: Simon Horman <horms@kernel.org>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] net: skbuff: fix spelling errors
2023-12-13 4:35 [PATCH] net: skbuff: fix spelling errors Randy Dunlap
2023-12-14 17:21 ` Simon Horman
@ 2023-12-15 2:20 ` patchwork-bot+netdevbpf
1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2023-12-15 2:20 UTC (permalink / raw)
To: Randy Dunlap; +Cc: netdev, davem, edumazet, kuba, pabeni
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Tue, 12 Dec 2023 20:35:11 -0800 you wrote:
> Correct spelling as reported by codespell.
>
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> Cc: "David S. Miller" <davem@davemloft.net>
> Cc: Eric Dumazet <edumazet@google.com>
> Cc: Jakub Kicinski <kuba@kernel.org>
> Cc: Paolo Abeni <pabeni@redhat.com>
>
> [...]
Here is the summary with links:
- net: skbuff: fix spelling errors
https://git.kernel.org/netdev/net-next/c/bf873a800ac3
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:[~2023-12-15 2:20 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-13 4:35 [PATCH] net: skbuff: fix spelling errors Randy Dunlap
2023-12-14 17:21 ` Simon Horman
2023-12-15 2:20 ` 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).