[SCTP]: Even more trivial sctp annotations.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -1065,7 +1065,7 @@ int sctp_outq_sack(struct sctp_outq *q, struct sctp_sackhdr *sack)
|
||||
* A) Initialize the cacc_saw_newack to 0 for all destination
|
||||
* addresses.
|
||||
*/
|
||||
if (sack->num_gap_ack_blocks > 0 &&
|
||||
if (sack->num_gap_ack_blocks &&
|
||||
primary->cacc.changeover_active) {
|
||||
list_for_each(pos, transport_list) {
|
||||
transport = list_entry(pos, struct sctp_transport,
|
||||
|
Reference in New Issue
Block a user