aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiaojun <piaojun@huawei.com>2018-07-17 23:45:29 -0400
committerDominique Martinet <dominique.martinet@cea.fr>2018-08-12 20:34:58 -0400
commitc7ebbae7cf9c50253a978f25d72d16e012bd46f1 (patch)
treefe4d80be65f444b9ca54323b94ca2f6f442f0de0
parentd28c756caee6e414d9ba367d0b92da24145af2a8 (diff)
net/9p/trans_virtio.c: fix some spell mistakes in comments
Fix spelling mistake in comments of p9_virtio_zc_request(). Link: http://lkml.kernel.org/r/5B4EB7D9.9010108@huawei.com Signed-off-by: Jun Piao <piaojun@huawei.com> Cc: Eric Van Hensbergen <ericvh@gmail.com> Cc: Ron Minnich <rminnich@sandia.gov> Cc: Latchesar Ionkov <lucho@ionkov.net> Cc: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Dominique Martinet <dominique.martinet@cea.fr>
-rw-r--r--net/9p/trans_virtio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/9p/trans_virtio.c b/net/9p/trans_virtio.c
index bf61ca20e6a5..c5464ec311fe 100644
--- a/net/9p/trans_virtio.c
+++ b/net/9p/trans_virtio.c
@@ -382,8 +382,8 @@ static int p9_get_mapped_pages(struct virtio_chan *chan,
382 * p9_virtio_zc_request - issue a zero copy request 382 * p9_virtio_zc_request - issue a zero copy request
383 * @client: client instance issuing the request 383 * @client: client instance issuing the request
384 * @req: request to be issued 384 * @req: request to be issued
385 * @uidata: user bffer that should be ued for zero copy read 385 * @uidata: user buffer that should be used for zero copy read
386 * @uodata: user buffer that shoud be user for zero copy write 386 * @uodata: user buffer that should be used for zero copy write
387 * @inlen: read buffer size 387 * @inlen: read buffer size
388 * @outlen: write buffer size 388 * @outlen: write buffer size
389 * @in_hdr_len: reader header size, This is the size of response protocol data 389 * @in_hdr_len: reader header size, This is the size of response protocol data