From: Yang Yingliang Date: Fri, 26 Mar 2021 10:13:49 +0000 (+0800) Subject: net: llc: Correct function name llc_sap_action_unitdata_ind() in header X-Git-Tag: v5.13-rc1~94^2~366^2~1 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=8114f099d93729642f70fe4fc40f159e208acfc4;p=linux-block.git 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 Signed-off-by: Yang Yingliang Signed-off-by: David S. Miller --- 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 *