All of lore.kernel.org
 help / color / mirror / Atom feed
From: Xiongfeng Wang <wangxiongfeng2@huawei.com>
To: <dsahern@kernel.org>, <davem@davemloft.net>, <kuba@kernel.org>
Cc: <netdev@vger.kernel.org>, <wangxiongfeng2@huawei.com>
Subject: [PATCH 6/9] 9p/trans_fd: Correct function name p9_mux_destroy() in the kerneldoc
Date: Sat, 27 Mar 2021 16:15:53 +0800	[thread overview]
Message-ID: <20210327081556.113140-7-wangxiongfeng2@huawei.com> (raw)
In-Reply-To: <20210327081556.113140-1-wangxiongfeng2@huawei.com>

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>
---
 net/9p/trans_fd.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/9p/trans_fd.c b/net/9p/trans_fd.c
index fa158397bb63..f4dd0456beaf 100644
--- a/net/9p/trans_fd.c
+++ b/net/9p/trans_fd.c
@@ -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
  *
  */
-- 
2.20.1


  parent reply	other threads:[~2021-03-27  8:15 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-27  8:15 [PATCH 0/9] net: Correct function names in the kerneldoc comments Xiongfeng Wang
2021-03-27  8:15 ` [PATCH 1/9] l3mdev: " Xiongfeng Wang
2021-03-27 19:15   ` David Ahern
2021-03-27  8:15 ` [PATCH 2/9] netlabel: Correct function name netlbl_mgmt_add() " Xiongfeng Wang
2021-03-27  8:15 ` [PATCH 3/9] net: core: Correct function name dev_uc_flush() in the kerneldoc Xiongfeng Wang
2021-03-27  8:15 ` [PATCH 4/9] net: core: Correct function name netevent_unregister_notifier() " Xiongfeng Wang
2021-03-27  8:15 ` [PATCH 5/9] net: 9p: Correct function name errstr2errno() in the kerneldoc comments Xiongfeng Wang
2021-03-27  8:15 ` Xiongfeng Wang [this message]
2021-03-27  8:15 ` [PATCH 7/9] net: 9p: Correct function names " Xiongfeng Wang
2021-03-27  8:15 ` [PATCH 8/9] ip6_tunnel:: Correct function name parse_tvl_tnl_enc_lim() " Xiongfeng Wang
2021-03-27 19:17   ` David Ahern
2021-03-27  8:15 ` [PATCH 9/9] NFC: digital: Correct function name " Xiongfeng Wang
2021-03-29  1:00 ` [PATCH 0/9] net: Correct function names " patchwork-bot+netdevbpf

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210327081556.113140-7-wangxiongfeng2@huawei.com \
    --to=wangxiongfeng2@huawei.com \
    --cc=davem@davemloft.net \
    --cc=dsahern@kernel.org \
    --cc=kuba@kernel.org \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.