CLEANUP: quic: complete comment on qcs_try_to_consume

Specify the return value usage.
This commit is contained in:
Amaury Denoyelle 2022-03-29 14:50:25 +02:00
parent f89094510c
commit 95e50fbeff

View File

@ -1400,7 +1400,8 @@ static int qc_pkt_decrypt(struct quic_rx_packet *pkt, struct quic_enc_level *qel
}
/* Remove from <qcs> stream the acknowledged frames.
* Never fails.
*
* Returns 1 if at least one frame was removed else 0.
*/
static int qcs_try_to_consume(struct qcs *qcs)
{