2021-05-31 06:23:50

by Zheng Yongjun

[permalink] [raw]
Subject: [PATCH net-next] xprtrdma: Fix spelling mistakes

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

Signed-off-by: Zheng Yongjun <[email protected]>
---
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


2021-06-01 05:27:59

by Jakub Kicinski

[permalink] [raw]
Subject: 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 <[email protected]>

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

2021-06-01 06:34:56

by Zheng Yongjun

[permalink] [raw]
Subject: 答复: [PATCH net-next] xprtrdma: Fix spelling mistakes

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

-----?ʼ?ԭ??-----
??????: Jakub Kicinski [mailto:[email protected]]
????ʱ??: 2021??6??1?? 13:27
?ռ???: zhengyongjun <[email protected]>
????: [email protected]; [email protected]; [email protected]; [email protected]; [email protected]; [email protected]; [email protected]; [email protected]
????: 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 <[email protected]>

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

2021-06-01 14:22:10

by J. Bruce Fields

[permalink] [raw]
Subject: Re: 答复 : [PATCH net-next] xprtrdma: Fix spelling mistakes

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:[email protected]]
> 发送时间: 2021年6月1日 13:27
> 收件人: zhengyongjun <[email protected]>
> 抄送: [email protected]; [email protected]; [email protected]; [email protected]; [email protected]; [email protected]; [email protected]; [email protected]
> 主题: 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 <[email protected]>
>
> This should not have been tagged for net-next, leaving it to Trond.