All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <CAJZ5v0jGofnUFKaM5-pRsZAiiQFumGGij8TE=SyX8DT8CUatQg@mail.gmail.com>

diff --git a/a/1.txt b/N1/1.txt
index d6fdb2e..6c48f34 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -24,9 +24,9 @@ On Wed, Apr 24, 2019 at 8:48 AM Viresh Kumar <viresh.kumar@linaro.org> wrote:
 > > > >    *
 > > > >    */
 > > > >
-> > > > - if (val == CPUFREQ_PRECHANGE && freq->old > freq->new)
+> > > > - if (val = CPUFREQ_PRECHANGE && freq->old > freq->new)
 > > > > -         return 0;
-> > > > - if (val == CPUFREQ_POSTCHANGE && freq->old < freq->new)
+> > > > - if (val = CPUFREQ_POSTCHANGE && freq->old < freq->new)
 > > > > -         return 0;
 > > > > -
 > > > > - smp_call_function_single(freq->cpu, tsc_khz_changed, freq, 1);
@@ -55,9 +55,9 @@ On Wed, Apr 24, 2019 at 8:48 AM Viresh Kumar <viresh.kumar@linaro.org> wrote:
 > > > > + struct cpufreq_freqs *freq = data;
 > > > > + int cpu;
 > > > > +
-> > > > + if (val == CPUFREQ_PRECHANGE && freq->old > freq->new)
+> > > > + if (val = CPUFREQ_PRECHANGE && freq->old > freq->new)
 > > > > +         return 0;
-> > > > + if (val == CPUFREQ_POSTCHANGE && freq->old < freq->new)
+> > > > + if (val = CPUFREQ_POSTCHANGE && freq->old < freq->new)
 > > > > +         return 0;
 > > > > +
 > > > > + for_each_cpu(cpu, freq->policy->cpus)
diff --git a/a/content_digest b/N1/content_digest
index ffedd3e..53baebe 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -17,7 +17,7 @@
   "Subject\0Re: [PATCH V3] cpufreq: Call transition notifier only once for each policy\0"
 ]
 [
-  "Date\0Wed, 24 Apr 2019 09:26:50 +0200\0"
+  "Date\0Wed, 24 Apr 2019 07:26:50 +0000\0"
 ]
 [
   "To\0Viresh Kumar <viresh.kumar\@linaro.org>\0"
@@ -74,9 +74,9 @@
   "> > > >    *\n",
   "> > > >    */\n",
   "> > > >\n",
-  "> > > > - if (val == CPUFREQ_PRECHANGE && freq->old > freq->new)\n",
+  "> > > > - if (val = CPUFREQ_PRECHANGE && freq->old > freq->new)\n",
   "> > > > -         return 0;\n",
-  "> > > > - if (val == CPUFREQ_POSTCHANGE && freq->old < freq->new)\n",
+  "> > > > - if (val = CPUFREQ_POSTCHANGE && freq->old < freq->new)\n",
   "> > > > -         return 0;\n",
   "> > > > -\n",
   "> > > > - smp_call_function_single(freq->cpu, tsc_khz_changed, freq, 1);\n",
@@ -105,9 +105,9 @@
   "> > > > + struct cpufreq_freqs *freq = data;\n",
   "> > > > + int cpu;\n",
   "> > > > +\n",
-  "> > > > + if (val == CPUFREQ_PRECHANGE && freq->old > freq->new)\n",
+  "> > > > + if (val = CPUFREQ_PRECHANGE && freq->old > freq->new)\n",
   "> > > > +         return 0;\n",
-  "> > > > + if (val == CPUFREQ_POSTCHANGE && freq->old < freq->new)\n",
+  "> > > > + if (val = CPUFREQ_POSTCHANGE && freq->old < freq->new)\n",
   "> > > > +         return 0;\n",
   "> > > > +\n",
   "> > > > + for_each_cpu(cpu, freq->policy->cpus)\n",
@@ -133,4 +133,4 @@
   "> [1] https://lore.kernel.org/lkml/38900622.ao2n2t5aPS\@kreacher/"
 ]
 
-6078493ca16ea04a2dd029586b10ad19e2242894073faf9bbf88c085800ece3a
+a9a74ded886066e31744538f0c1cac39368ac5edc709e2e7dccfb6e67df4376d

diff --git a/a/1.txt b/N2/1.txt
index d6fdb2e..47d1b16 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -80,4 +80,9 @@ On Wed, Apr 24, 2019 at 8:48 AM Viresh Kumar <viresh.kumar@linaro.org> wrote:
 
 I guess please repost when my patch makes it into linux-next.
 
-> [1] https://lore.kernel.org/lkml/38900622.ao2n2t5aPS@kreacher/
\ No newline at end of file
+> [1] https://lore.kernel.org/lkml/38900622.ao2n2t5aPS@kreacher/
+
+_______________________________________________
+linux-arm-kernel mailing list
+linux-arm-kernel@lists.infradead.org
+http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
\ No newline at end of file
diff --git a/a/content_digest b/N2/content_digest
index ffedd3e..0b2645b 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -23,23 +23,23 @@
   "To\0Viresh Kumar <viresh.kumar\@linaro.org>\0"
 ]
 [
-  "Cc\0Peter Zijlstra <peterz\@infradead.org>",
+  "Cc\0Vincent Guittot <vincent.guittot\@linaro.org>",
+  " kvm\@vger.kernel.org",
+  " Radim Kr\304\215m\303\241\305\231 <rkrcmar\@redhat.com>",
+  " Peter Zijlstra <peterz\@infradead.org>",
+  " Linux PM <linux-pm\@vger.kernel.org>",
+  " the arch/x86 maintainers <x86\@kernel.org>",
   " Rafael Wysocki <rjw\@rjwysocki.net>",
   " Russell King <linux\@armlinux.org.uk>",
-  " David S. Miller <davem\@davemloft.net>",
-  " Thomas Gleixner <tglx\@linutronix.de>",
+  " Linux Kernel Mailing List <linux-kernel\@vger.kernel.org>",
   " Ingo Molnar <mingo\@redhat.com>",
   " Borislav Petkov <bp\@alien8.de>",
   " H. Peter Anvin <hpa\@zytor.com>",
-  " the arch/x86 maintainers <x86\@kernel.org>",
-  " Paolo Bonzini <pbonzini\@redhat.com>",
-  " Radim Kr\304\215m\303\241\305\231 <rkrcmar\@redhat.com>",
-  " Linux PM <linux-pm\@vger.kernel.org>",
-  " Vincent Guittot <vincent.guittot\@linaro.org>",
-  " Linux ARM <linux-arm-kernel\@lists.infradead.org>",
-  " Linux Kernel Mailing List <linux-kernel\@vger.kernel.org>",
   " sparclinux\@vger.kernel.org",
-  " kvm\@vger.kernel.org\0"
+  " Paolo Bonzini <pbonzini\@redhat.com>",
+  " Thomas Gleixner <tglx\@linutronix.de>",
+  " David S. Miller <davem\@davemloft.net>",
+  " Linux ARM <linux-arm-kernel\@lists.infradead.org>\0"
 ]
 [
   "\0000:1\0"
@@ -130,7 +130,12 @@
   "\n",
   "I guess please repost when my patch makes it into linux-next.\n",
   "\n",
-  "> [1] https://lore.kernel.org/lkml/38900622.ao2n2t5aPS\@kreacher/"
+  "> [1] https://lore.kernel.org/lkml/38900622.ao2n2t5aPS\@kreacher/\n",
+  "\n",
+  "_______________________________________________\n",
+  "linux-arm-kernel mailing list\n",
+  "linux-arm-kernel\@lists.infradead.org\n",
+  "http://lists.infradead.org/mailman/listinfo/linux-arm-kernel"
 ]
 
-6078493ca16ea04a2dd029586b10ad19e2242894073faf9bbf88c085800ece3a
+aef7e30c929e7443013af8ccb814964e9b3b66b372874b72e9906303d5cbffab

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.