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 5/9] net: 9p: Correct function name errstr2errno() in the kerneldoc comments
Date: Sat, 27 Mar 2021 16:15:52 +0800	[thread overview]
Message-ID: <20210327081556.113140-6-wangxiongfeng2@huawei.com> (raw)
In-Reply-To: <20210327081556.113140-1-wangxiongfeng2@huawei.com>

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

 net/9p/error.c:207: warning: expecting prototype for errstr2errno(). Prototype was for p9_errstr2errno() instead

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Xiongfeng Wang <wangxiongfeng2@huawei.com>
---
 net/9p/error.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/9p/error.c b/net/9p/error.c
index 231f355fa9c6..61c18daf3050 100644
--- a/net/9p/error.c
+++ b/net/9p/error.c
@@ -197,7 +197,7 @@ int p9_error_init(void)
 EXPORT_SYMBOL(p9_error_init);
 
 /**
- * errstr2errno - convert error string to error number
+ * p9_errstr2errno - convert error string to error number
  * @errstr: error string
  * @len: length of error string
  *
-- 
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 ` Xiongfeng Wang [this message]
2021-03-27  8:15 ` [PATCH 6/9] 9p/trans_fd: Correct function name p9_mux_destroy() " Xiongfeng Wang
2021-03-27  8:15 ` [PATCH 7/9] net: 9p: Correct function names in the kerneldoc comments 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-6-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.