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 <hul...@huawei.com>
Signed-off-by: Yang Yingliang <yangyingli...@huawei.com>
---
 net/llc/llc_s_ac.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
  *
-- 
2.25.1

Reply via email to