linux-sctp.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH -next 0/3] Fix some typos
@ 2021-03-27  2:27 Lu Wei
  2021-03-27  2:27 ` [PATCH -next 1/3] net: rds: Fix a typo Lu Wei
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Lu Wei @ 2021-03-27  2:27 UTC (permalink / raw)
  To: vyasevich, nhorman, marcelo.leitner, davem, kuba, linux-sctp,
	netdev, linux-kernel, sgarzare, jhansen, colin.king, nslusarek,
	andraprs, alex.popov, santosh.shilimkar, linux-rdma, rds-devel

Lu Wei (3):
  net: rds: Fix a typo
  net: sctp: Fix some typos
  net: vsock: Fix a typo

 net/rds/send.c           | 2 +-
 net/sctp/sm_make_chunk.c | 2 +-
 net/sctp/socket.c        | 2 +-
 net/vmw_vsock/af_vsock.c | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

-- 
2.17.1


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

* [PATCH -next 1/3] net: rds: Fix a typo
  2021-03-27  2:27 [PATCH -next 0/3] Fix some typos Lu Wei
@ 2021-03-27  2:27 ` Lu Wei
  2021-03-27  2:27 ` [PATCH -next 2/3] net: sctp: Fix some typos Lu Wei
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Lu Wei @ 2021-03-27  2:27 UTC (permalink / raw)
  To: vyasevich, nhorman, marcelo.leitner, davem, kuba, linux-sctp,
	netdev, linux-kernel, sgarzare, jhansen, colin.king, nslusarek,
	andraprs, alex.popov, santosh.shilimkar, linux-rdma, rds-devel

Modify "beween" to "between" in net/rds/send.c.

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Lu Wei <luwei32@huawei.com>
---
 net/rds/send.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/rds/send.c b/net/rds/send.c
index 985d0b7713ac..53444397de66 100644
--- a/net/rds/send.c
+++ b/net/rds/send.c
@@ -1225,7 +1225,7 @@ int rds_sendmsg(struct socket *sock, struct msghdr *msg, size_t payload_len)
 		}
 		/* If the socket is already bound to a link local address,
 		 * it can only send to peers on the same link.  But allow
-		 * communicating beween link local and non-link local address.
+		 * communicating between link local and non-link local address.
 		 */
 		if (scope_id != rs->rs_bound_scope_id) {
 			if (!scope_id) {
-- 
2.17.1


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

* [PATCH -next 2/3] net: sctp: Fix some typos
  2021-03-27  2:27 [PATCH -next 0/3] Fix some typos Lu Wei
  2021-03-27  2:27 ` [PATCH -next 1/3] net: rds: Fix a typo Lu Wei
@ 2021-03-27  2:27 ` Lu Wei
  2021-03-27  2:27 ` [PATCH -next 3/3] net: vsock: Fix a typo Lu Wei
  2021-03-29  1:00 ` [PATCH -next 0/3] Fix some typos patchwork-bot+netdevbpf
  3 siblings, 0 replies; 5+ messages in thread
From: Lu Wei @ 2021-03-27  2:27 UTC (permalink / raw)
  To: vyasevich, nhorman, marcelo.leitner, davem, kuba, linux-sctp,
	netdev, linux-kernel, sgarzare, jhansen, colin.king, nslusarek,
	andraprs, alex.popov, santosh.shilimkar, linux-rdma, rds-devel

Modify "unkown" to "unknown" in net/sctp/sm_make_chunk.c and
Modify "orginal" to "original" in net/sctp/socket.c.

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Lu Wei <luwei32@huawei.com>
---
 net/sctp/sm_make_chunk.c | 2 +-
 net/sctp/socket.c        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net/sctp/sm_make_chunk.c b/net/sctp/sm_make_chunk.c
index f77484df097b..54e6a708d06e 100644
--- a/net/sctp/sm_make_chunk.c
+++ b/net/sctp/sm_make_chunk.c
@@ -3217,7 +3217,7 @@ bool sctp_verify_asconf(const struct sctp_association *asoc,
 				return false;
 			break;
 		default:
-			/* This is unkown to us, reject! */
+			/* This is unknown to us, reject! */
 			return false;
 		}
 	}
diff --git a/net/sctp/socket.c b/net/sctp/socket.c
index a710917c5ac7..76a388b5021c 100644
--- a/net/sctp/socket.c
+++ b/net/sctp/socket.c
@@ -9327,7 +9327,7 @@ void sctp_copy_sock(struct sock *newsk, struct sock *sk,
 	if (newsk->sk_flags & SK_FLAGS_TIMESTAMP)
 		net_enable_timestamp();
 
-	/* Set newsk security attributes from orginal sk and connection
+	/* Set newsk security attributes from original sk and connection
 	 * security attribute from ep.
 	 */
 	security_sctp_sk_clone(ep, sk, newsk);
-- 
2.17.1


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

* [PATCH -next 3/3] net: vsock: Fix a typo
  2021-03-27  2:27 [PATCH -next 0/3] Fix some typos Lu Wei
  2021-03-27  2:27 ` [PATCH -next 1/3] net: rds: Fix a typo Lu Wei
  2021-03-27  2:27 ` [PATCH -next 2/3] net: sctp: Fix some typos Lu Wei
@ 2021-03-27  2:27 ` Lu Wei
  2021-03-29  1:00 ` [PATCH -next 0/3] Fix some typos patchwork-bot+netdevbpf
  3 siblings, 0 replies; 5+ messages in thread
From: Lu Wei @ 2021-03-27  2:27 UTC (permalink / raw)
  To: vyasevich, nhorman, marcelo.leitner, davem, kuba, linux-sctp,
	netdev, linux-kernel, sgarzare, jhansen, colin.king, nslusarek,
	andraprs, alex.popov, santosh.shilimkar, linux-rdma, rds-devel

Modify "occured" to "occurred" in net/vmw_vsock/af_vsock.c.

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Lu Wei <luwei32@huawei.com>
---
 net/vmw_vsock/af_vsock.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/vmw_vsock/af_vsock.c b/net/vmw_vsock/af_vsock.c
index 5546710d8ac1..01eebfecf1d7 100644
--- a/net/vmw_vsock/af_vsock.c
+++ b/net/vmw_vsock/af_vsock.c
@@ -1854,7 +1854,7 @@ vsock_stream_recvmsg(struct socket *sock, struct msghdr *msg, size_t len,
 	if (!transport || sk->sk_state != TCP_ESTABLISHED) {
 		/* Recvmsg is supposed to return 0 if a peer performs an
 		 * orderly shutdown. Differentiate between that case and when a
-		 * peer has not connected or a local shutdown occured with the
+		 * peer has not connected or a local shutdown occurred with the
 		 * SOCK_DONE flag.
 		 */
 		if (sock_flag(sk, SOCK_DONE))
-- 
2.17.1


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

* Re: [PATCH -next 0/3] Fix some typos
  2021-03-27  2:27 [PATCH -next 0/3] Fix some typos Lu Wei
                   ` (2 preceding siblings ...)
  2021-03-27  2:27 ` [PATCH -next 3/3] net: vsock: Fix a typo Lu Wei
@ 2021-03-29  1:00 ` patchwork-bot+netdevbpf
  3 siblings, 0 replies; 5+ messages in thread
From: patchwork-bot+netdevbpf @ 2021-03-29  1:00 UTC (permalink / raw)
  To: Lu Wei
  Cc: vyasevich, nhorman, marcelo.leitner, davem, kuba, linux-sctp,
	netdev, linux-kernel, sgarzare, jhansen, colin.king, nslusarek,
	andraprs, alex.popov, santosh.shilimkar, linux-rdma, rds-devel

Hello:

This series was applied to netdev/net-next.git (refs/heads/master):

On Sat, 27 Mar 2021 10:27:21 +0800 you wrote:
> Lu Wei (3):
>   net: rds: Fix a typo
>   net: sctp: Fix some typos
>   net: vsock: Fix a typo
> 
>  net/rds/send.c           | 2 +-
>  net/sctp/sm_make_chunk.c | 2 +-
>  net/sctp/socket.c        | 2 +-
>  net/vmw_vsock/af_vsock.c | 2 +-
>  4 files changed, 4 insertions(+), 4 deletions(-)

Here is the summary with links:
  - [-next,1/3] net: rds: Fix a typo
    https://git.kernel.org/netdev/net-next/c/ebf893958c13
  - [-next,2/3] net: sctp: Fix some typos
    https://git.kernel.org/netdev/net-next/c/21c00a186fac
  - [-next,3/3] net: vsock: Fix a typo
    https://git.kernel.org/netdev/net-next/c/9195f06b2d0f

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] 5+ messages in thread

end of thread, other threads:[~2021-03-29  1:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-27  2:27 [PATCH -next 0/3] Fix some typos Lu Wei
2021-03-27  2:27 ` [PATCH -next 1/3] net: rds: Fix a typo Lu Wei
2021-03-27  2:27 ` [PATCH -next 2/3] net: sctp: Fix some typos Lu Wei
2021-03-27  2:27 ` [PATCH -next 3/3] net: vsock: Fix a typo Lu Wei
2021-03-29  1:00 ` [PATCH -next 0/3] Fix some typos 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).