Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Yang Yingliang and committed by
David S. Miller
8114f099 26440a63

+1 -1
+1 -1
net/llc/llc_s_ac.c
··· 27 27 28 28 29 29 /** 30 - * llc_sap_action_unit_data_ind - forward UI PDU to network layer 30 + * llc_sap_action_unitdata_ind - forward UI PDU to network layer 31 31 * @sap: SAP 32 32 * @skb: the event to forward 33 33 *