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

diff --git a/a/1.txt b/N1/1.txt
index c38cb02..a40cfc7 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -153,7 +153,7 @@ index cca5b8758185..8c834ecc09db 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 f0326d5..ab084ba 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 v5] ARM: smp: Only expose /sys/.../cpuX/online if hotpluggable\0"
- "Date\0Fri, 10 Apr 2015 22:33:11 +0000\0"
+ "Date\0Fri, 10 Apr 2015 15:33:11 -0700\0"
  "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
@@ -159,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"
@@ -237,4 +237,4 @@
  "The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,\n"
  a Linux Foundation Collaborative Project
 
-74e9aa1bee3008c0013d7dc0545aa7dd2e0a168b36764dc5d942224ab4863f97
+7c8f6948497cc80abcc220c17f69d4b814ee2829738d4c8dea6c74d6ea909e70

diff --git a/a/1.txt b/N2/1.txt
index c38cb02..a40cfc7 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -153,7 +153,7 @@ index cca5b8758185..8c834ecc09db 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 f0326d5..a5007f9 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,7 +1,17 @@
  "From\0Stephen Boyd <sboyd@codeaurora.org>\0"
  "Subject\0[PATCH v5] ARM: smp: Only expose /sys/.../cpuX/online if hotpluggable\0"
- "Date\0Fri, 10 Apr 2015 22:33:11 +0000\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "Date\0Fri, 10 Apr 2015 15:33:11 -0700\0"
+ "To\0Russell King <linux@arm.linux.org.uk>\0"
+ "Cc\0linux-kernel@vger.kernel.org"
+  linux-arm-kernel@lists.infradead.org
+  Simon Horman <horms@verge.net.au>
+  Mark Rutland <mark.rutland@arm.com>
+  Nicolas Pitre <nico@linaro.org>
+  Dave Martin <Dave.Martin@arm.com>
+  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"
@@ -159,7 +169,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"
@@ -237,4 +247,4 @@
  "The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,\n"
  a Linux Foundation Collaborative Project
 
-74e9aa1bee3008c0013d7dc0545aa7dd2e0a168b36764dc5d942224ab4863f97
+ceffb8053ff1404e6087c61c9af377908a09977dde7b13c15d5786ee22c34b9f

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.