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_pdu_set_pf_bit() in header

Fix the following make W=1 kernel build warning:

net/llc/llc_pdu.c:36: warning: expecting prototype for pdu_set_pf_bit(). Prototype was for llc_pdu_set_pf_bit() 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
72e6afe6 8114f099

+1 -1
+1 -1
net/llc/llc_pdu.c
··· 24 24 } 25 25 26 26 /** 27 - * pdu_set_pf_bit - sets poll/final bit in LLC header 27 + * llc_pdu_set_pf_bit - sets poll/final bit in LLC header 28 28 * @skb: Frame to set bit in 29 29 * @bit_value: poll/final bit (0 or 1). 30 30 *