OSDN Git Service

9p/trans_fd: Correct function name p9_mux_destroy() in the kerneldoc
authorXiongfeng Wang <wangxiongfeng2@huawei.com>
Sat, 27 Mar 2021 08:15:53 +0000 (16:15 +0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 29 Mar 2021 00:56:56 +0000 (17:56 -0700)
commit54e625e3bd1dd59f6d0b95730fa9be2604aceb1c
treeb803d7b5de252b11764b0e2e0141ed39019a2ef0
parent8bf94a92505e6e9d46a76230b4900238685aa2ae
9p/trans_fd: Correct function name p9_mux_destroy() in the kerneldoc

Fix the following W=1 kernel build warning(s):

 net/9p/trans_fd.c:881: warning: expecting prototype for p9_mux_destroy(). Prototype was for p9_conn_destroy() instead

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Xiongfeng Wang <wangxiongfeng2@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/9p/trans_fd.c