Skip to content

Commit c7ebbae

Browse files
JunPiaoHWDominique Martinet
authored andcommitted
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/[email protected] Signed-off-by: Jun Piao <[email protected]> Cc: Eric Van Hensbergen <[email protected]> Cc: Ron Minnich <[email protected]> Cc: Latchesar Ionkov <[email protected]> Cc: Andrew Morton <[email protected]> Signed-off-by: Dominique Martinet <[email protected]>
1 parent d28c756 commit c7ebbae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

net/9p/trans_virtio.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -382,8 +382,8 @@ static int p9_get_mapped_pages(struct virtio_chan *chan,
382382
* p9_virtio_zc_request - issue a zero copy request
383383
* @client: client instance issuing the request
384384
* @req: request to be issued
385-
* @uidata: user bffer that should be ued for zero copy read
386-
* @uodata: user buffer that shoud be user for zero copy write
385+
* @uidata: user buffer that should be used for zero copy read
386+
* @uodata: user buffer that should be used for zero copy write
387387
* @inlen: read buffer size
388388
* @outlen: write buffer size
389389
* @in_hdr_len: reader header size, This is the size of response protocol data

0 commit comments

Comments
 (0)