diff for duplicates of <51D1A1A7.60903@gmail.com> diff --git a/a/1.txt b/N1/1.txt index 831576f..cccccb9 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -80,7 +80,7 @@ to include this info. > -#ifdef CONFIG_SCTP_DBG_TSNS > - switch (dbg_prt_state) { > - case 0: /* last TSN was ACKed */ -> - if (dbg_last_ack_tsn + 1 = tsn) { +> - if (dbg_last_ack_tsn + 1 == tsn) { > - /* This TSN belongs to the > - * current ACK range. > - */ @@ -131,7 +131,7 @@ to include this info. > - /* See the above comments on ACK-ed TSNs. */ > - switch (dbg_prt_state) { > - case 1: -> - if (dbg_last_kept_tsn + 1 = tsn) +> - if (dbg_last_kept_tsn + 1 == tsn) > - break; > - > - if (dbg_last_kept_tsn != dbg_kept_tsn) diff --git a/a/content_digest b/N1/content_digest index ec2e8d1..99f7b2e 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\01372671096-27129-1-git-send-email-dborkman@redhat.com\0" "From\0Vlad Yasevich <vyasevich@gmail.com>\0" "Subject\0Re: [PATCH net-next] net: sctp: get rid of SCTP_DBG_TSNS entirely\0" - "Date\0Mon, 01 Jul 2013 15:35:03 +0000\0" + "Date\0Mon, 01 Jul 2013 11:35:03 -0400\0" "To\0Daniel Borkmann <dborkman@redhat.com>\0" "Cc\0davem@davemloft.net" netdev@vger.kernel.org @@ -91,7 +91,7 @@ "> -#ifdef CONFIG_SCTP_DBG_TSNS\n" "> -\t\t\tswitch (dbg_prt_state) {\n" "> -\t\t\tcase 0:\t/* last TSN was ACKed */\n" - "> -\t\t\t\tif (dbg_last_ack_tsn + 1 = tsn) {\n" + "> -\t\t\t\tif (dbg_last_ack_tsn + 1 == tsn) {\n" "> -\t\t\t\t\t/* This TSN belongs to the\n" "> -\t\t\t\t\t * current ACK range.\n" "> -\t\t\t\t\t */\n" @@ -142,7 +142,7 @@ "> -\t\t\t/* See the above comments on ACK-ed TSNs. */\n" "> -\t\t\tswitch (dbg_prt_state) {\n" "> -\t\t\tcase 1:\n" - "> -\t\t\t\tif (dbg_last_kept_tsn + 1 = tsn)\n" + "> -\t\t\t\tif (dbg_last_kept_tsn + 1 == tsn)\n" "> -\t\t\t\t\tbreak;\n" "> -\n" "> -\t\t\t\tif (dbg_last_kept_tsn != dbg_kept_tsn)\n" @@ -192,4 +192,4 @@ "> \t\t\tstruct sctp_association *asoc = transport->asoc;\n" > -6835281ffe30f30488f49a217d05ae977d02eb968665c58392647e352e664491 +364cd0b8f517de6e9dc78c5972739ef2cff55c15f78f7b7d1bbf4f03fe26e84f
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.