netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next] sctp: Fix typos and improve comments
@ 2024-07-04 20:25 Thorsten Blum
  2024-07-05  9:00 ` Simon Horman
  2024-07-09  9:40 ` patchwork-bot+netdevbpf
  0 siblings, 2 replies; 3+ messages in thread
From: Thorsten Blum @ 2024-07-04 20:25 UTC (permalink / raw)
  To: marcelo.leitner, lucien.xin, davem, edumazet, kuba, pabeni
  Cc: linux-sctp, netdev, linux-kernel, Thorsten Blum

Fix typos s/steam/stream/ and spell out Schedule/Unschedule in the
comments.

Compile-tested only.

Signed-off-by: Thorsten Blum <thorsten.blum@toblux.com>
---
 include/net/sctp/stream_sched.h | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/include/net/sctp/stream_sched.h b/include/net/sctp/stream_sched.h
index 572d73fdcd5e..8034bf5febbe 100644
--- a/include/net/sctp/stream_sched.h
+++ b/include/net/sctp/stream_sched.h
@@ -35,10 +35,10 @@ struct sctp_sched_ops {
 	struct sctp_chunk *(*dequeue)(struct sctp_outq *q);
 	/* Called only if the chunk fit the packet */
 	void (*dequeue_done)(struct sctp_outq *q, struct sctp_chunk *chunk);
-	/* Sched all chunks already enqueued */
-	void (*sched_all)(struct sctp_stream *steam);
-	/* Unched all chunks already enqueued */
-	void (*unsched_all)(struct sctp_stream *steam);
+	/* Schedule all chunks already enqueued */
+	void (*sched_all)(struct sctp_stream *stream);
+	/* Unschedule all chunks already enqueued */
+	void (*unsched_all)(struct sctp_stream *stream);
 };
 
 int sctp_sched_set_sched(struct sctp_association *asoc,
-- 
2.45.2


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH net-next] sctp: Fix typos and improve comments
  2024-07-04 20:25 [PATCH net-next] sctp: Fix typos and improve comments Thorsten Blum
@ 2024-07-05  9:00 ` Simon Horman
  2024-07-09  9:40 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: Simon Horman @ 2024-07-05  9:00 UTC (permalink / raw)
  To: Thorsten Blum
  Cc: marcelo.leitner, lucien.xin, davem, edumazet, kuba, pabeni,
	linux-sctp, netdev, linux-kernel

On Thu, Jul 04, 2024 at 10:25:59PM +0200, Thorsten Blum wrote:
> Fix typos s/steam/stream/ and spell out Schedule/Unschedule in the
> comments.
> 
> Compile-tested only.
> 
> Signed-off-by: Thorsten Blum <thorsten.blum@toblux.com>

Reviewed-by: Simon Horman <horms@kernel.org>


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH net-next] sctp: Fix typos and improve comments
  2024-07-04 20:25 [PATCH net-next] sctp: Fix typos and improve comments Thorsten Blum
  2024-07-05  9:00 ` Simon Horman
@ 2024-07-09  9:40 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2024-07-09  9:40 UTC (permalink / raw)
  To: Thorsten Blum
  Cc: marcelo.leitner, lucien.xin, davem, edumazet, kuba, pabeni,
	linux-sctp, netdev, linux-kernel

Hello:

This patch was applied to netdev/net-next.git (main)
by Paolo Abeni <pabeni@redhat.com>:

On Thu,  4 Jul 2024 22:25:59 +0200 you wrote:
> Fix typos s/steam/stream/ and spell out Schedule/Unschedule in the
> comments.
> 
> Compile-tested only.
> 
> Signed-off-by: Thorsten Blum <thorsten.blum@toblux.com>
> 
> [...]

Here is the summary with links:
  - [net-next] sctp: Fix typos and improve comments
    https://git.kernel.org/netdev/net-next/c/417d88189ccf

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-07-09  9:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-04 20:25 [PATCH net-next] sctp: Fix typos and improve comments Thorsten Blum
2024-07-05  9:00 ` Simon Horman
2024-07-09  9:40 ` 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).