diff for duplicates of <5CD15C87.3040006@bfs.de> diff --git a/a/1.txt b/N1/1.txt index 6de896b..2c42848 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -43,8 +43,8 @@ Am 07.05.2019 11:29, schrieb Colin Ian King: >> "invalid, retrying...\n"); >> continue; >> } ->> - } while (--retries && (status.crcchkl = 1 || status.crcchkg = 1 || ->> - status.configs = 0 || status.ids = 1)); +>> - } while (--retries && (status.crcchkl == 1 || status.crcchkg == 1 || +>> - status.configs == 0 || status.ids == 1)); >> + /* Success! */ >> + break; >> + } while (--retries); diff --git a/a/content_digest b/N1/content_digest index 375073d..b3dd2e1 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,7 +3,7 @@ "ref\0a8931feb-c11a-3833-0a14-2585e70c9114@canonical.com\0" "From\0walter harms <wharms@bfs.de>\0" "Subject\0Re: [PATCH][next] net: dsa: sja1105: fix comparisons against uninitialized status fields\0" - "Date\0Tue, 07 May 2019 10:23:03 +0000\0" + "Date\0Tue, 07 May 2019 12:23:03 +0200\0" "To\0Colin Ian King <colin.king@canonical.com>\0" "Cc\0Dan Carpenter <dan.carpenter@oracle.com>" Vladimir Oltean <olteanv@gmail.com> @@ -61,8 +61,8 @@ ">> \t\t\t\t\"invalid, retrying...\\n\");\n" ">> \t\t\tcontinue;\n" ">> \t\t}\n" - ">> -\t} while (--retries && (status.crcchkl = 1 || status.crcchkg = 1 ||\n" - ">> -\t\t status.configs = 0 || status.ids = 1));\n" + ">> -\t} while (--retries && (status.crcchkl == 1 || status.crcchkg == 1 ||\n" + ">> -\t\t status.configs == 0 || status.ids == 1));\n" ">> +\t\t/* Success! */\n" ">> +\t\tbreak;\n" ">> +\t} while (--retries);\n" @@ -85,4 +85,4 @@ "> \n" > -86dcaba6c00186d898f22709080e7bbef2753c0ed3a5639fb630f49f2240ddce +7d9f369e04306d77b43499facc937810fb2f7bb2d3656823a6200598f705cf09
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.