]> git.baikalelectronics.ru Git - kernel.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)
commit9710321b28d4c6a36ca79b6eea1b9816807266a7
tree466fc79def3ad82e8cd48f3c06a64f6dccb30e5a
parent9fc5e3a149ad0c0f866defc3e5afa195c2850712
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