diff for duplicates of <53F755C9.3020103@gmail.com> diff --git a/a/1.txt b/N1/1.txt index cc9492f..a93d158 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -22,8 +22,8 @@ Acked-by: Vlad Yasevich <vyasevich@gmail.com> > { > u8 score_curr, score_best; > -> - if (best = NULL) -> + if (best = NULL || curr = best) +> - if (best == NULL) +> + if (best == NULL || curr == best) > return curr; > > score_curr = sctp_trans_score(curr); diff --git a/a/content_digest b/N1/content_digest index 7c53aae..6918b9d 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\01408705410-28558-2-git-send-email-dborkman@redhat.com\0" "From\0Vlad Yasevich <vyasevich@gmail.com>\0" "Subject\0Re: [PATCH net 1/2] net: sctp: spare unnecessary comparison in sctp_trans_elect_best\0" - "Date\0Fri, 22 Aug 2014 14:38:01 +0000\0" + "Date\0Fri, 22 Aug 2014 10:38:01 -0400\0" "To\0Daniel Borkmann <dborkman@redhat.com>" " davem@davemloft.net\0" "Cc\0netdev@vger.kernel.org" @@ -33,11 +33,11 @@ "> {\n" "> \tu8 score_curr, score_best;\n" "> \n" - "> -\tif (best = NULL)\n" - "> +\tif (best = NULL || curr = best)\n" + "> -\tif (best == NULL)\n" + "> +\tif (best == NULL || curr == best)\n" "> \t\treturn curr;\n" "> \n" "> \tscore_curr = sctp_trans_score(curr);\n" > -b99156b44cec86fe00e6c92e0481af26bafcf1bc9e66911f3b8fe782f1cf4e9e +9cfd07d8abec7e5d58f7cbc6364400a26554ebad6bd7eb37a0cfd46c7f2f5c10
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.