diff for duplicates of <57026624.7000007@acm.org> diff --git a/a/1.txt b/N1/1.txt index f640eef..5c96253 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -23,7 +23,7 @@ Thanks, > break; > } > -> + if (ret = 0) +> + if (ret == 0) > + ret = -EINVAL; > if (ret > 0) { > /* Validate that the response is correct. */ diff --git a/a/content_digest b/N1/content_digest index fce92c7..75ead79 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\020160404111657.GA26910@mwanda\0" "From\0Corey Minyard <minyard@acm.org>\0" "Subject\0Re: [patch] ipmi_ssif: silence an uninitialized variable warning\0" - "Date\0Mon, 04 Apr 2016 13:03:32 +0000\0" + "Date\0Mon, 4 Apr 2016 08:03:32 -0500\0" "To\0Dan Carpenter <dan.carpenter@oracle.com>\0" "Cc\0openipmi-developer@lists.sourceforge.net" linux-kernel@vger.kernel.org @@ -33,10 +33,10 @@ "> \t\t\tbreak;\n" "> \t}\n" "> \n" - "> +\tif (ret = 0)\n" + "> +\tif (ret == 0)\n" "> +\t\tret = -EINVAL;\n" "> \tif (ret > 0) {\n" "> \t\t/* Validate that the response is correct. */\n" "> \t\tif (ret < 3 ||" -82649ff0e780477cb9cc7971a087c968833c23054c26db29899e7b576466ac08 +16d589570cfb943cff4e199e117ae108d0831bd25462cda23a574b85fab6f541
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.