xprtrdma: Fix spelling mistakes
Fix some spelling mistakes in comments: succes ==> success Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com> Signed-off-by: J. Bruce Fields <bfields@redhat.com>
This commit is contained in:
parent
934bd07fae
commit
d50295255e
@ -483,7 +483,7 @@ out_overflow:
|
||||
* @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
|
||||
|
Loading…
Reference in New Issue
Block a user