From: Yang Yingliang <hidden> Date: 2021-03-26 10:11:28
Fix some make W=1 kernel build warnings in net/llc/
Yang Yingliang (3):
net: llc: Correct some function names in header
net: llc: Correct function name llc_sap_action_unitdata_ind() in
header
net: llc: Correct function name llc_pdu_set_pf_bit() in header
net/llc/llc_c_ev.c | 4 ++--
net/llc/llc_pdu.c | 2 +-
net/llc/llc_s_ac.c | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
--
2.25.1
From: Yang Yingliang <hidden> Date: 2021-03-26 10:11:28
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 <redacted>
Signed-off-by: Yang Yingliang <redacted>
---
net/llc/llc_s_ac.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
From: Yang Yingliang <hidden> Date: 2021-03-26 10:11:28
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 <redacted>
Signed-off-by: Yang Yingliang <redacted>
---
net/llc/llc_pdu.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
From: Yang Yingliang <hidden> Date: 2021-03-26 10:11:28
Fix the following make W=1 kernel build warning:
net/llc/llc_c_ev.c:622: warning: expecting prototype for conn_ev_qlfy_last_frame_eq_1(). Prototype was for llc_conn_ev_qlfy_last_frame_eq_1() instead
net/llc/llc_c_ev.c:636: warning: expecting prototype for conn_ev_qlfy_last_frame_eq_0(). Prototype was for llc_conn_ev_qlfy_last_frame_eq_0() instead
Reported-by: Hulk Robot <redacted>
Signed-off-by: Yang Yingliang <redacted>
---
net/llc/llc_c_ev.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Hello:
This series was applied to netdev/net-next.git (refs/heads/master):
On Fri, 26 Mar 2021 18:13:47 +0800 you wrote:
Fix some make W=1 kernel build warnings in net/llc/
Yang Yingliang (3):
net: llc: Correct some function names in header
net: llc: Correct function name llc_sap_action_unitdata_ind() in
header
net: llc: Correct function name llc_pdu_set_pf_bit() in header
[...]