All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20190507092012.GL2269@kadam>

diff --git a/a/1.txt b/N1/1.txt
index 29ce50f..9913a3b 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -39,8 +39,8 @@ index 244a94ccfc18..3af3b0f3cc44 100644
  				"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 c76cfc1..265060b 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,7 +1,7 @@
  "ref\020190507084458.22520-1-colin.king@canonical.com\0"
  "From\0Dan Carpenter <dan.carpenter@oracle.com>\0"
  "Subject\0Re: [PATCH][next] net: dsa: sja1105: fix comparisons against uninitialized status fields\0"
- "Date\0Tue, 07 May 2019 09:20:12 +0000\0"
+ "Date\0Tue, 7 May 2019 12:20:12 +0300\0"
  "To\0Colin King <colin.king@canonical.com>\0"
  "Cc\0Vladimir Oltean <olteanv@gmail.com>"
   Andrew Lunn <andrew@lunn.ch>
@@ -54,8 +54,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"
@@ -63,4 +63,4 @@
  " \tif (!retries) {\n"
  " \t\trc = -EIO;"
 
-c3651d39597815e9bd5b6e589eba885ac10db8a71bb4d83906daf84a40bb145d
+fc7d48d4c52aeca29144efc02fd7268948fb441b4e98d05676e24cee6a87d255

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.