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 85f92ed..eda6a21 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 ||
+ 	if ((cmd == SPECTRE_V2_CMD_RETPOLINE ||
diff --git a/a/content_digest b/N1/content_digest
index ecbeb32..c033420 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,7 +1,7 @@
  "ref\020180214071416.GA26677@mwanda\0"
  "From\0Joe Perches <joe@perches.com>\0"
  "Subject\0Re: [PATCH] x86/spectre: fix an error message\0"
- "Date\0Wed, 14 Feb 2018 07:21:47 +0000\0"
+ "Date\0Tue, 13 Feb 2018 23:21:47 -0800\0"
  "To\0Dan Carpenter <dan.carpenter@oracle.com>"
   Ingo Molnar <mingo@redhat.com>
  " KarimAllah Ahmed <karahmed@amazon.de>\0"
@@ -17,7 +17,7 @@
  "\00:1\0"
  "b\0"
  "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"
@@ -84,6 +84,6 @@
  "+\t\treturn SPECTRE_V2_CMD_AUTO;\n"
  " \t}\n"
  " \n"
- " \tif ((cmd = SPECTRE_V2_CMD_RETPOLINE ||"
+ " \tif ((cmd == SPECTRE_V2_CMD_RETPOLINE ||"
 
-1c90816a165d80d6779b32b54238294e3f1700fca606b9d1c8bdde41cdc4a4d1
+f02822f421f7fa9525bb83438a90fb2bdc43de06b9bcc402696628e90714e55c

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.