aboutsummaryrefslogtreecommitdiffstats
path: root/net/llc
diff options
context:
space:
mode:
authorYang Yingliang <yangyingliang@huawei.com>2021-03-26 18:13:49 +0800
committerDavid S. Miller <davem@davemloft.net>2021-03-26 15:24:14 -0700
commit8114f099d93729642f70fe4fc40f159e208acfc4 (patch)
treeffe46be7310bf1fb5ed665ce2ad0045a9e606e41 /net/llc
parentnet: llc: Correct some function names in header (diff)
downloadlinux-dev-8114f099d93729642f70fe4fc40f159e208acfc4.tar.xz
linux-dev-8114f099d93729642f70fe4fc40f159e208acfc4.zip
net: llc: Correct function name llc_sap_action_unitdata_ind() in header
Fix the following make W=1 kernel build warning: net/llc/llc_s_ac.c:38: warning: expecting prototype for llc_sap_action_unit_data_ind(). Prototype was for llc_sap_action_unitdata_ind() instead Reported-by: Hulk Robot <hulkci@huawei.com> Signed-off-by: Yang Yingliang <yangyingliang@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/llc')
-rw-r--r--net/llc/llc_s_ac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/llc/llc_s_ac.c b/net/llc/llc_s_ac.c
index 7ae4cc684d3a..b554f26c68ee 100644
--- a/net/llc/llc_s_ac.c
+++ b/net/llc/llc_s_ac.c
@@ -27,7 +27,7 @@
/**
- * llc_sap_action_unit_data_ind - forward UI PDU to network layer
+ * llc_sap_action_unitdata_ind - forward UI PDU to network layer
* @sap: SAP
* @skb: the event to forward
*