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

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

 net/nfc/digital_core.c:473: warning: expecting prototype for start_poll operation(). Prototype was for digital_start_poll() instead

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

diff --git a/net/nfc/digital_core.c b/net/nfc/digital_core.c
index da7e2112771f..5044c7db577e 100644
--- a/net/nfc/digital_core.c
+++ b/net/nfc/digital_core.c
@@ -457,7 +457,7 @@ static void digital_add_poll_tech(struct nfc_digital_dev *ddev, u8 rf_tech,
 }
 
 /**
- * start_poll operation
+ * digital_start_poll - start_poll operation
  * @nfc_dev: device to be polled
  * @im_protocols: bitset of nfc initiator protocols to be used for polling
  * @tm_protocols: bitset of nfc transport protocols to be used for polling
-- 
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 ` [PATCH 6/9] 9p/trans_fd: Correct function name p9_mux_destroy() in the kerneldoc 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 ` Xiongfeng Wang [this message]
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-10-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.