Merge branch 'for-linus-v3.20' of git://git.infradead.org/linux-ubifs
[firefly-linux-kernel-4.4.55.git] / net / netfilter / nf_conntrack_seqadj.c
index f6e2ae91a80badd697a1f77e299dc332bc34a8d1..ce3e840c870452b705744f9b64fb32661b6c82a5 100644 (file)
@@ -98,9 +98,9 @@ static void nf_ct_sack_block_adjust(struct sk_buff *skb,
                        new_end_seq = htonl(ntohl(sack->end_seq) -
                                      seq->offset_before);
 
-               pr_debug("sack_adjust: start_seq: %d->%d, end_seq: %d->%d\n",
-                        ntohl(sack->start_seq), new_start_seq,
-                        ntohl(sack->end_seq), new_end_seq);
+               pr_debug("sack_adjust: start_seq: %u->%u, end_seq: %u->%u\n",
+                        ntohl(sack->start_seq), ntohl(new_start_seq),
+                        ntohl(sack->end_seq), ntohl(new_end_seq));
 
                inet_proto_csum_replace4(&tcph->check, skb,
                                         sack->start_seq, new_start_seq, 0);