All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <1518592907.25974.2.camel@perches.com>

diff --git a/a/1.txt b/N1/1.txt
index e8ca95a..120a17b 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,5 +1,5 @@
 On Wed, 2018-02-14 at 10:14 +0300, Dan Carpenter wrote:
-> If i == ARRAY_SIZE(mitigation_options) then we accidentally print
+> If i = ARRAY_SIZE(mitigation_options) then we accidentally print
 > garbage from one space beyond the end of the mitigation_options[] array.
 > 
 > Fixes: 9005c6834c0f ("x86/spectre: Simplify spectre_v2 command line parsing")
@@ -66,4 +66,4 @@ index 4acf16a76d1e..0af8245afb6c 100644
 +		return SPECTRE_V2_CMD_AUTO;
  	}
  
- 	if ((cmd == SPECTRE_V2_CMD_RETPOLINE ||
\ No newline at end of file
+ 	if ((cmd = SPECTRE_V2_CMD_RETPOLINE ||
\ No newline at end of file
diff --git a/a/content_digest b/N1/content_digest
index 57c8983..e3e1865 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -8,7 +8,7 @@
   "Subject\0Re: [PATCH] x86/spectre: fix an error message\0"
 ]
 [
-  "Date\0Tue, 13 Feb 2018 23:21:47 -0800\0"
+  "Date\0Wed, 14 Feb 2018 07:21:47 +0000\0"
 ]
 [
   "To\0Dan Carpenter <dan.carpenter\@oracle.com>",
@@ -34,7 +34,7 @@
 ]
 [
   "On Wed, 2018-02-14 at 10:14 +0300, Dan Carpenter wrote:\n",
-  "> If i == ARRAY_SIZE(mitigation_options) then we accidentally print\n",
+  "> If i = ARRAY_SIZE(mitigation_options) then we accidentally print\n",
   "> garbage from one space beyond the end of the mitigation_options[] array.\n",
   "> \n",
   "> Fixes: 9005c6834c0f (\"x86/spectre: Simplify spectre_v2 command line parsing\")\n",
@@ -101,7 +101,7 @@
   "+\t\treturn SPECTRE_V2_CMD_AUTO;\n",
   " \t}\n",
   " \n",
-  " \tif ((cmd == SPECTRE_V2_CMD_RETPOLINE ||"
+  " \tif ((cmd = SPECTRE_V2_CMD_RETPOLINE ||"
 ]
 
-f02822f421f7fa9525bb83438a90fb2bdc43de06b9bcc402696628e90714e55c
+1c90816a165d80d6779b32b54238294e3f1700fca606b9d1c8bdde41cdc4a4d1

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.