diff options
author | Yang Yingliang <yangyingliang@huawei.com> | 2021-03-26 18:13:49 +0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-03-26 15:24:14 -0700 |
commit | 8114f099d93729642f70fe4fc40f159e208acfc4 (patch) | |
tree | ffe46be7310bf1fb5ed665ce2ad0045a9e606e41 /net | |
parent | 26440a63a1ac59e76bbe727dde8f89b7efef3e18 (diff) |
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')
-rw-r--r-- | net/llc/llc_s_ac.c | 2 |
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 * |