Commit c3c97fd0 authored by David S. Miller's avatar David S. Miller

Merge branch 'llc-kdoc'

Yang Yingliang says:

====================
net: llc: Correct some function names in header

Fix some make W=1 kernel build warnings in net/llc/
====================
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parents bc556d3e 72e6afe6
...@@ -608,7 +608,7 @@ int llc_conn_ev_qlfy_p_flag_eq_1(struct sock *sk, struct sk_buff *skb) ...@@ -608,7 +608,7 @@ int llc_conn_ev_qlfy_p_flag_eq_1(struct sock *sk, struct sk_buff *skb)
} }
/** /**
* conn_ev_qlfy_last_frame_eq_1 - checks if frame is last in tx window * llc_conn_ev_qlfy_last_frame_eq_1 - checks if frame is last in tx window
* @sk: current connection structure. * @sk: current connection structure.
* @skb: current event. * @skb: current event.
* *
...@@ -624,7 +624,7 @@ int llc_conn_ev_qlfy_last_frame_eq_1(struct sock *sk, struct sk_buff *skb) ...@@ -624,7 +624,7 @@ int llc_conn_ev_qlfy_last_frame_eq_1(struct sock *sk, struct sk_buff *skb)
} }
/** /**
* conn_ev_qlfy_last_frame_eq_0 - checks if frame isn't last in tx window * llc_conn_ev_qlfy_last_frame_eq_0 - checks if frame isn't last in tx window
* @sk: current connection structure. * @sk: current connection structure.
* @skb: current event. * @skb: current event.
* *
......
...@@ -24,7 +24,7 @@ void llc_pdu_set_cmd_rsp(struct sk_buff *skb, u8 pdu_type) ...@@ -24,7 +24,7 @@ void llc_pdu_set_cmd_rsp(struct sk_buff *skb, u8 pdu_type)
} }
/** /**
* pdu_set_pf_bit - sets poll/final bit in LLC header * llc_pdu_set_pf_bit - sets poll/final bit in LLC header
* @skb: Frame to set bit in * @skb: Frame to set bit in
* @bit_value: poll/final bit (0 or 1). * @bit_value: poll/final bit (0 or 1).
* *
......
...@@ -27,7 +27,7 @@ ...@@ -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 * @sap: SAP
* @skb: the event to forward * @skb: the event to forward
* *
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment