Loading net/sctp/output.c +1 −1 Original line number Diff line number Diff line Loading @@ -182,7 +182,7 @@ sctp_xmit_t sctp_packet_transmit_chunk(struct sctp_packet *packet, sctp_xmit_t retval; int error = 0; pr_debug("%s: packet:%p size:%lu chunk:%p size:%d\n", __func__, pr_debug("%s: packet:%p size:%Zu chunk:%p size:%d\n", __func__, packet, packet->size, chunk, chunk->skb ? chunk->skb->len : -1); switch ((retval = (sctp_packet_append_chunk(packet, chunk)))) { Loading Loading
net/sctp/output.c +1 −1 Original line number Diff line number Diff line Loading @@ -182,7 +182,7 @@ sctp_xmit_t sctp_packet_transmit_chunk(struct sctp_packet *packet, sctp_xmit_t retval; int error = 0; pr_debug("%s: packet:%p size:%lu chunk:%p size:%d\n", __func__, pr_debug("%s: packet:%p size:%Zu chunk:%p size:%d\n", __func__, packet, packet->size, chunk, chunk->skb ? chunk->skb->len : -1); switch ((retval = (sctp_packet_append_chunk(packet, chunk)))) { Loading