diff for duplicates of <D2974DA7.CE3FD%himanshu.madhani@qlogic.com> diff --git a/a/1.txt b/N1/1.txt index 659fc39..f615581 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -34,7 +34,7 @@ There is flaw in this pre-decrement logic here for following 2 reasons to iterate for a very large number of times. The correct fix for this would be to change the if(!retries) to if -(retries = -1) or if (retries < 0) +(retries == -1) or if (retries < 0) We¹ll send a follow up patch to fix this. diff --git a/a/content_digest b/N1/content_digest index e8a8cd4..7750da9 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -46,7 +46,7 @@ "to iterate for a very large number of times.\n" "\n" "The correct fix for this would be to change the if(!retries) to if\n" - "(retries = -1) or if (retries < 0)\n" + "(retries == -1) or if (retries < 0)\n" "\n" "We\302\271ll send a follow up patch to fix this.\n" "\n" @@ -62,4 +62,4 @@ "the body of a message to majordomo@vger.kernel.org\n" More majordomo info at http://vger.kernel.org/majordomo-info.html -10a818a38b9a058ab21ecc1842a62fd11ac7e85d13caf968350109803a61509e +c8b11399335e926eabb77fddba9e41a5af8e263882d4e68dab37af49b83bb841
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.