diff for duplicates of <52B253C2.8070407@huawei.com> diff --git a/a/1.txt b/N1/1.txt index c93ef37..bc6e8d7 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -19,7 +19,7 @@ index 042ec6c..476bc8d 100644 - switch (ch->type) { - case SCTP_CID_INIT: - case SCTP_CID_INIT_ACK: -+ if (ch->type = SCTP_CID_INIT || ch->type = SCTP_CID_INIT_ACK) ++ if (ch->type == SCTP_CID_INIT || ch->type == SCTP_CID_INIT_ACK) return __sctp_rcv_init_lookup(net, skb, laddr, transportp); - break; diff --git a/a/content_digest b/N1/content_digest index 9df7ebe..6197401 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,12 +1,12 @@ "ref\052B168E0.1060108@huawei.com\0" "From\0Wang Weidong <wangweidong1@huawei.com>\0" "Subject\0[PATCH net-next v2] sctp: remove the never used 'return' and redundant 'break'\0" - "Date\0Thu, 19 Dec 2013 02:02:42 +0000\0" + "Date\0Thu, 19 Dec 2013 10:02:42 +0800\0" "To\0David Miller <davem@davemloft.net>" Vlad Yasevich <vyasevich@gmail.com> " Neil Horman <nhorman@tuxdriver.com>\0" - "Cc\0netdev@vger.kernel.org" - " linux-sctp@vger.kernel.org\0" + "Cc\0<netdev@vger.kernel.org>" + " <linux-sctp@vger.kernel.org>\0" "\00:1\0" "b\0" "In switch() had do return, and never use the 'return NULL'. The\n" @@ -30,7 +30,7 @@ "-\tswitch (ch->type) {\n" "-\tcase SCTP_CID_INIT:\n" "-\tcase SCTP_CID_INIT_ACK:\n" - "+\tif (ch->type = SCTP_CID_INIT || ch->type = SCTP_CID_INIT_ACK)\n" + "+\tif (ch->type == SCTP_CID_INIT || ch->type == SCTP_CID_INIT_ACK)\n" " \t\treturn __sctp_rcv_init_lookup(net, skb, laddr, transportp);\n" "-\t\tbreak;\n" " \n" @@ -48,4 +48,4 @@ "-- \n" 1.7.12 -55724b8c4995952464301e3a50686d9402af40a5751d8150552186c43da75193 +3476abc3b0146d8bcc5c4deee06ccfa9e35996ef6cfa9944bf7bed2eccdf9f0a
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.