All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <1428351853-5844-1-git-send-email-sboyd@codeaurora.org>

diff --git a/a/1.txt b/N1/1.txt
index 319061f..01d10a9 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -143,7 +143,7 @@ index 86ef244c5a24..f747fdf1cc91 100644
  	 * since this is special on a lot of platforms, e.g. because
  	 * of clock tick interrupts.
  	 */
--	return cpu = 0 ? -EPERM : 0;
+-	return cpu == 0 ? -EPERM : 0;
 +	return cpu != 0;
  }
 +
diff --git a/a/content_digest b/N1/content_digest
index 09bc26b..1ccbe50 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,6 +1,6 @@
- "From\0Stephen Boyd <sboyd@codeaurora.org>\0"
+ "From\0sboyd@codeaurora.org (Stephen Boyd)\0"
  "Subject\0[PATCH v4] ARM: smp: Only expose /sys/.../cpuX/online if hotpluggable\0"
- "Date\0Mon, 06 Apr 2015 20:24:13 +0000\0"
+ "Date\0Mon,  6 Apr 2015 13:24:13 -0700\0"
  "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
@@ -149,7 +149,7 @@
  " \t * since this is special on a lot of platforms, e.g. because\n"
  " \t * of clock tick interrupts.\n"
  " \t */\n"
- "-\treturn cpu = 0 ? -EPERM : 0;\n"
+ "-\treturn cpu == 0 ? -EPERM : 0;\n"
  "+\treturn cpu != 0;\n"
  " }\n"
  "+\n"
@@ -227,4 +227,4 @@
  "The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,\n"
  a Linux Foundation Collaborative Project
 
-f6fb0dcca51bc30db62cfb314fab4d3ce7c4738ef9fb225c6206776a1ee9432f
+28178b98b962c7ac2ca25d2b91eb0814e586fe0f934c463da84fb8e9044536f8

diff --git a/a/1.txt b/N2/1.txt
index 319061f..01d10a9 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -143,7 +143,7 @@ index 86ef244c5a24..f747fdf1cc91 100644
  	 * since this is special on a lot of platforms, e.g. because
  	 * of clock tick interrupts.
  	 */
--	return cpu = 0 ? -EPERM : 0;
+-	return cpu == 0 ? -EPERM : 0;
 +	return cpu != 0;
  }
 +
diff --git a/a/content_digest b/N2/content_digest
index 09bc26b..bc6594e 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,7 +1,17 @@
  "From\0Stephen Boyd <sboyd@codeaurora.org>\0"
  "Subject\0[PATCH v4] ARM: smp: Only expose /sys/.../cpuX/online if hotpluggable\0"
- "Date\0Mon, 06 Apr 2015 20:24:13 +0000\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "Date\0Mon,  6 Apr 2015 13:24:13 -0700\0"
+ "To\0Russell King <linux@arm.linux.org.uk>\0"
+ "Cc\0linux-kernel@vger.kernel.org"
+  linux-arm-kernel@lists.infradead.org
+  Mark Rutland <mark.rutland@arm.com>
+  Nicolas Pitre <nico@linaro.org>
+  Dave Martin <Dave.Martin@arm.com>
+  Simon Horman <horms@verge.net.au>
+  Magnus Damm <magnus.damm@gmail.com>
+  <linux-sh@vger.kernel.org>
+  Tyler Baker <tyler.baker@linaro.org>
+ " Geert Uytterhoeven <geert@linux-m68k.org>\0"
  "\00:1\0"
  "b\0"
  "Writes to /sys/.../cpuX/online fail if we determine the platform\n"
@@ -149,7 +159,7 @@
  " \t * since this is special on a lot of platforms, e.g. because\n"
  " \t * of clock tick interrupts.\n"
  " \t */\n"
- "-\treturn cpu = 0 ? -EPERM : 0;\n"
+ "-\treturn cpu == 0 ? -EPERM : 0;\n"
  "+\treturn cpu != 0;\n"
  " }\n"
  "+\n"
@@ -227,4 +237,4 @@
  "The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,\n"
  a Linux Foundation Collaborative Project
 
-f6fb0dcca51bc30db62cfb314fab4d3ce7c4738ef9fb225c6206776a1ee9432f
+122ca3b825ebbe619c6124f70192a9fb6e6fb4c4e55963fece1790e0df95a9e1

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.