]> asedeno.scripts.mit.edu Git - linux.git/commit
net/9p: correct some comment errors in 9p file system code
authorSun Lianwen <sunlw.fnst@cn.fujitsu.com>
Tue, 8 May 2018 01:49:38 +0000 (09:49 +0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 10 May 2018 12:21:53 +0000 (08:21 -0400)
commit4a026da91caaa36004a53a844dd00959370ea8fc
tree466fc79def3ad82e8cd48f3c06a64f6dccb30e5a
parent3148dedfe79e422f448a10250d3e2cdf8b7ee617
net/9p: correct some comment errors in 9p file system code

There are follow comment errors:
1 The function name is wrong in p9_release_pages() comment.
2 The function name and variable name is wrong in p9_poll_workfn() comment.
3 There is no variable dm_mr and lkey in struct p9_trans_rdma.
4 The function name is wrong in rdma_create_trans() comment.
5 There is no variable initialized in struct virtio_chan.
6 The variable name is wrong in p9_virtio_zc_request() comment.

Signed-off-by: Sun Lianwen <sunlw.fnst@cn.fujitsu.com>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/9p/trans_common.c
net/9p/trans_fd.c
net/9p/trans_rdma.c
net/9p/trans_virtio.c