linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next] xprtrdma: Fix spelling mistakes
@ 2021-05-31  6:36 Zheng Yongjun
  2021-06-01  5:27 ` Jakub Kicinski
  0 siblings, 1 reply; 4+ messages in thread
From: Zheng Yongjun @ 2021-05-31  6:36 UTC (permalink / raw)
  To: trond.myklebust, anna.schumaker, davem, kuba, linux-nfs, netdev,
	linux-kernel
  Cc: bfields, chuck.lever, Zheng Yongjun

Fix some spelling mistakes in comments:
succes  ==> success

Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com>
---
 net/sunrpc/xprtrdma/svc_rdma_rw.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/net/sunrpc/xprtrdma/svc_rdma_rw.c b/net/sunrpc/xprtrdma/svc_rdma_rw.c
index 5238bc829235..1e651447dc4e 100644
--- a/net/sunrpc/xprtrdma/svc_rdma_rw.c
+++ b/net/sunrpc/xprtrdma/svc_rdma_rw.c
@@ -483,7 +483,7 @@ svc_rdma_build_writes(struct svc_rdma_write_info *info,
  * @iov: kvec to write
  *
  * Returns:
- *   On succes, returns zero
+ *   On success, returns zero
  *   %-E2BIG if the client-provided Write chunk is too small
  *   %-ENOMEM if a resource has been exhausted
  *   %-EIO if an rdma-rw error occurred
@@ -504,7 +504,7 @@ static int svc_rdma_iov_write(struct svc_rdma_write_info *info,
  * @length: number of bytes to write
  *
  * Returns:
- *   On succes, returns zero
+ *   On success, returns zero
  *   %-E2BIG if the client-provided Write chunk is too small
  *   %-ENOMEM if a resource has been exhausted
  *   %-EIO if an rdma-rw error occurred
@@ -526,7 +526,7 @@ static int svc_rdma_pages_write(struct svc_rdma_write_info *info,
  * @data: pointer to write arguments
  *
  * Returns:
- *   On succes, returns zero
+ *   On success, returns zero
  *   %-E2BIG if the client-provided Write chunk is too small
  *   %-ENOMEM if a resource has been exhausted
  *   %-EIO if an rdma-rw error occurred
-- 
2.25.1


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

* Re: [PATCH net-next] xprtrdma: Fix spelling mistakes
  2021-05-31  6:36 [PATCH net-next] xprtrdma: Fix spelling mistakes Zheng Yongjun
@ 2021-06-01  5:27 ` Jakub Kicinski
  2021-06-01  6:34   ` 答复: " zhengyongjun
  0 siblings, 1 reply; 4+ messages in thread
From: Jakub Kicinski @ 2021-06-01  5:27 UTC (permalink / raw)
  To: Zheng Yongjun
  Cc: trond.myklebust, anna.schumaker, davem, linux-nfs, netdev,
	linux-kernel, bfields, chuck.lever

On Mon, 31 May 2021 14:36:40 +0800 Zheng Yongjun wrote:
> Fix some spelling mistakes in comments:
> succes  ==> success
> 
> Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com>

This should not have been tagged for net-next, leaving it to Trond.

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

* 答复: [PATCH net-next] xprtrdma: Fix spelling mistakes
  2021-06-01  5:27 ` Jakub Kicinski
@ 2021-06-01  6:34   ` zhengyongjun
  2021-06-01 14:21     ` bfields
  0 siblings, 1 reply; 4+ messages in thread
From: zhengyongjun @ 2021-06-01  6:34 UTC (permalink / raw)
  To: Jakub Kicinski
  Cc: trond.myklebust, anna.schumaker, davem, linux-nfs, netdev,
	linux-kernel, bfields, chuck.lever

Should I remove net-next tag and send patch v2? Waiting for your suggest :)

-----邮件原件-----
发件人: Jakub Kicinski [mailto:kuba@kernel.org] 
发送时间: 2021年6月1日 13:27
收件人: zhengyongjun <zhengyongjun3@huawei.com>
抄送: trond.myklebust@hammerspace.com; anna.schumaker@netapp.com; davem@davemloft.net; linux-nfs@vger.kernel.org; netdev@vger.kernel.org; linux-kernel@vger.kernel.org; bfields@fieldses.org; chuck.lever@oracle.com
主题: Re: [PATCH net-next] xprtrdma: Fix spelling mistakes

On Mon, 31 May 2021 14:36:40 +0800 Zheng Yongjun wrote:
> Fix some spelling mistakes in comments:
> succes  ==> success
> 
> Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com>

This should not have been tagged for net-next, leaving it to Trond.

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

* Re: 答复: [PATCH net-next] xprtrdma: Fix spelling mistakes
  2021-06-01  6:34   ` 答复: " zhengyongjun
@ 2021-06-01 14:21     ` bfields
  0 siblings, 0 replies; 4+ messages in thread
From: bfields @ 2021-06-01 14:21 UTC (permalink / raw)
  To: zhengyongjun
  Cc: Jakub Kicinski, trond.myklebust, anna.schumaker, davem,
	linux-nfs, netdev, linux-kernel, chuck.lever

On Tue, Jun 01, 2021 at 06:34:04AM +0000, zhengyongjun wrote:
> Should I remove net-next tag and send patch v2? Waiting for your suggest :)

Applied for 5.14, no need to resend anything.--b.

> 
> -----邮件原件-----
> 发件人: Jakub Kicinski [mailto:kuba@kernel.org] 
> 发送时间: 2021年6月1日 13:27
> 收件人: zhengyongjun <zhengyongjun3@huawei.com>
> 抄送: trond.myklebust@hammerspace.com; anna.schumaker@netapp.com; davem@davemloft.net; linux-nfs@vger.kernel.org; netdev@vger.kernel.org; linux-kernel@vger.kernel.org; bfields@fieldses.org; chuck.lever@oracle.com
> 主题: Re: [PATCH net-next] xprtrdma: Fix spelling mistakes
> 
> On Mon, 31 May 2021 14:36:40 +0800 Zheng Yongjun wrote:
> > Fix some spelling mistakes in comments:
> > succes  ==> success
> > 
> > Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com>
> 
> This should not have been tagged for net-next, leaving it to Trond.

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

end of thread, other threads:[~2021-06-01 14:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-31  6:36 [PATCH net-next] xprtrdma: Fix spelling mistakes Zheng Yongjun
2021-06-01  5:27 ` Jakub Kicinski
2021-06-01  6:34   ` 答复: " zhengyongjun
2021-06-01 14:21     ` bfields

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).