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

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
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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.
 *	@skb: current event.
 *
@@ -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.
 *	@skb: current event.
 *
+1 −1
Original line number Diff line number Diff line
@@ -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
 *	@bit_value: poll/final bit (0 or 1).
 *
+1 −1
Original line number Diff line number Diff line
@@ -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
 *	@skb: the event to forward
 *