aboutsummaryrefslogtreecommitdiffstats
path: root/net/nfc
diff options
context:
space:
mode:
authorXiongfeng Wang <wangxiongfeng2@huawei.com>2021-03-27 16:15:56 +0800
committerDavid S. Miller <davem@davemloft.net>2021-03-28 17:56:56 -0700
commitb6908cf795e9687d6323834cf5c6c67a52f64464 (patch)
treeb3058d29c285b58bcbffd4560e10150e9a301abd /net/nfc
parentip6_tunnel:: Correct function name parse_tvl_tnl_enc_lim() in the kerneldoc comments (diff)
downloadlinux-dev-b6908cf795e9687d6323834cf5c6c67a52f64464.tar.xz
linux-dev-b6908cf795e9687d6323834cf5c6c67a52f64464.zip
NFC: digital: Correct function name in the kerneldoc comments
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> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/nfc')
-rw-r--r--net/nfc/digital_core.c2
1 files changed, 1 insertions, 1 deletions
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