Message ID | 20210531063640.3018843-1-zhengyongjun3@huawei.com |
---|---|
State | New |
Headers | show |
Series | [net-next] xprtrdma: Fix spelling mistakes | expand |
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.
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.
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.
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
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(-)