]> git.baikalelectronics.ru Git - kernel.git/commit
net: llc: Correct function name llc_pdu_set_pf_bit() in header
authorYang Yingliang <yangyingliang@huawei.com>
Fri, 26 Mar 2021 10:13:50 +0000 (18:13 +0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 26 Mar 2021 22:24:14 +0000 (15:24 -0700)
commit72e6afe6b4b3aee69b2dae1ac8b32efc503b48ab
treee43e7223c2f56b5e26ed0100a0e203944dd69b6c
parent8114f099d93729642f70fe4fc40f159e208acfc4
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>
net/llc/llc_pdu.c