linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] net/9p/trans_virtio.c: fix some spell mistakes in comments
@ 2018-07-18  3:45 piaojun
  2018-07-18  3:49 ` Dominique Martinet
  0 siblings, 1 reply; 2+ messages in thread
From: piaojun @ 2018-07-18  3:45 UTC (permalink / raw)
  To: Dominique Martinet
  Cc: Eric Van Hensbergen, Ron Minnich, Latchesar Ionkov,
	Linux Kernel Mailing List, v9fs-developer, akpm

Fix spelling mistake in comments of p9_virtio_zc_request().

Signed-off-by: Jun Piao <piaojun@huawei.com>
---
 net/9p/trans_virtio.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net/9p/trans_virtio.c b/net/9p/trans_virtio.c
index c9f2717..86077f7 100644
--- a/net/9p/trans_virtio.c
+++ b/net/9p/trans_virtio.c
@@ -384,8 +384,8 @@ static int p9_get_mapped_pages(struct virtio_chan *chan,
  * p9_virtio_zc_request - issue a zero copy request
  * @client: client instance issuing the request
  * @req: request to be issued
- * @uidata: user bffer that should be ued for zero copy read
- * @uodata: user buffer that shoud be user for zero copy write
+ * @uidata: user buffer that should be used for zero copy read
+ * @uodata: user buffer that should be used for zero copy write
  * @inlen: read buffer size
  * @outlen: write buffer size
  * @in_hdr_len: reader header size, This is the size of response protocol data
-- 

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

* Re: [PATCH] net/9p/trans_virtio.c: fix some spell mistakes in comments
  2018-07-18  3:45 [PATCH] net/9p/trans_virtio.c: fix some spell mistakes in comments piaojun
@ 2018-07-18  3:49 ` Dominique Martinet
  0 siblings, 0 replies; 2+ messages in thread
From: Dominique Martinet @ 2018-07-18  3:49 UTC (permalink / raw)
  To: piaojun
  Cc: Eric Van Hensbergen, Ron Minnich, Latchesar Ionkov,
	Linux Kernel Mailing List, v9fs-developer, akpm

piaojun wrote on Wed, Jul 18, 2018:
> Fix spelling mistake in comments of p9_virtio_zc_request().
> 
> Signed-off-by: Jun Piao <piaojun@huawei.com>

Thanks, queued it.

> ---
>  net/9p/trans_virtio.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/net/9p/trans_virtio.c b/net/9p/trans_virtio.c
> index c9f2717..86077f7 100644
> --- a/net/9p/trans_virtio.c
> +++ b/net/9p/trans_virtio.c
> @@ -384,8 +384,8 @@ static int p9_get_mapped_pages(struct virtio_chan *chan,
>   * p9_virtio_zc_request - issue a zero copy request
>   * @client: client instance issuing the request
>   * @req: request to be issued
> - * @uidata: user bffer that should be ued for zero copy read
> - * @uodata: user buffer that shoud be user for zero copy write
> + * @uidata: user buffer that should be used for zero copy read
> + * @uodata: user buffer that should be used for zero copy write
>   * @inlen: read buffer size
>   * @outlen: write buffer size
>   * @in_hdr_len: reader header size, This is the size of response protocol data

-- 
Dominique Martinet

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

end of thread, other threads:[~2018-07-18  3:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-18  3:45 [PATCH] net/9p/trans_virtio.c: fix some spell mistakes in comments piaojun
2018-07-18  3:49 ` Dominique Martinet

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