net: cleanup unsigned to unsigned int
[linux-2.6-block.git] / net / sctp / output.c
index 817174eb5f41a50147dddded99bf222e421001b6..69534c5f8afa47e46e09a6fbc65d16a6ed9280d7 100644 (file)
@@ -663,8 +663,8 @@ static sctp_xmit_t sctp_packet_can_append_data(struct sctp_packet *packet,
         */
        if (!sctp_sk(asoc->base.sk)->nodelay && sctp_packet_empty(packet) &&
            inflight && sctp_state(asoc, ESTABLISHED)) {
-               unsigned max = transport->pathmtu - packet->overhead;
-               unsigned len = chunk->skb->len + q->out_qlen;
+               unsigned int max = transport->pathmtu - packet->overhead;
+               unsigned int len = chunk->skb->len + q->out_qlen;
 
                /* Check whether this chunk and all the rest of pending
                 * data will fit or delay in hopes of bundling a full