Commit 54e625e3 authored by Xiongfeng Wang's avatar Xiongfeng Wang Committed by David S. Miller

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: default avatarHulk Robot <hulkci@huawei.com>
Signed-off-by: default avatarXiongfeng Wang <wangxiongfeng2@huawei.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 8bf94a92
...@@ -872,7 +872,7 @@ static int p9_socket_open(struct p9_client *client, struct socket *csocket) ...@@ -872,7 +872,7 @@ static int p9_socket_open(struct p9_client *client, struct socket *csocket)
} }
/** /**
* p9_mux_destroy - cancels all pending requests of mux * p9_conn_destroy - cancels all pending requests of mux
* @m: mux to destroy * @m: mux to destroy
* *
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment