All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20201030151758.1241164-4-arnd@kernel.org>

diff --git a/a/1.txt b/N1/1.txt
index 279136e..c9b9dff 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -248,7 +248,7 @@ index 6858a31364b6..52fff7e9edcd 100644
  				   tk->tkr_mono.cycle_last, tk->tkr_mono.mask);
  
  	/* Check if there's really nothing to do */
- 	if (offset < real_tk->cycle_interval && mode = TK_ADV_TICK)
+ 	if (offset < real_tk->cycle_interval && mode == TK_ADV_TICK)
  		goto out;
 -#endif
  
diff --git a/a/content_digest b/N1/content_digest
index 889a492..d9b0b1b 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,7 +1,7 @@
  "ref\020201030151758.1241164-1-arnd@kernel.org\0"
  "From\0Arnd Bergmann <arnd@kernel.org>\0"
  "Subject\0[PATCH v2 03/15] timekeeping: remove arch_gettimeoffset\0"
- "Date\0Fri, 30 Oct 2020 15:17:46 +0000\0"
+ "Date\0Fri, 30 Oct 2020 16:17:46 +0100\0"
  "To\0linux-kernel@vger.kernel.org\0"
  "Cc\0Thomas Gleixner <tglx@linutronix.de>"
   Arnd Bergmann <arnd@arndb.de>
@@ -275,7 +275,7 @@
  " \t\t\t\t   tk->tkr_mono.cycle_last, tk->tkr_mono.mask);\n"
  " \n"
  " \t/* Check if there's really nothing to do */\n"
- " \tif (offset < real_tk->cycle_interval && mode = TK_ADV_TICK)\n"
+ " \tif (offset < real_tk->cycle_interval && mode == TK_ADV_TICK)\n"
  " \t\tgoto out;\n"
  "-#endif\n"
  " \n"
@@ -304,4 +304,4 @@
  "-- \n"
  2.27.0
 
-60ed9c80a180390211664fb4ea6c94a42d0839ad34886fedcaa09c1885a42e71
+1c46104726ab376341790a345c3ed47b1c0668c36212a0e662819aae01595835

diff --git a/a/1.txt b/N2/1.txt
index 279136e..229de2d 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -248,7 +248,7 @@ index 6858a31364b6..52fff7e9edcd 100644
  				   tk->tkr_mono.cycle_last, tk->tkr_mono.mask);
  
  	/* Check if there's really nothing to do */
- 	if (offset < real_tk->cycle_interval && mode = TK_ADV_TICK)
+ 	if (offset < real_tk->cycle_interval && mode == TK_ADV_TICK)
  		goto out;
 -#endif
  
@@ -276,3 +276,9 @@ index a4020c0b4508..b74099f990bf 100644
  	select TRACER_MAX_TRACE
 -- 
 2.27.0
+
+
+_______________________________________________
+linux-arm-kernel mailing list
+linux-arm-kernel@lists.infradead.org
+http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
diff --git a/a/content_digest b/N2/content_digest
index 889a492..828f33e 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,28 +1,28 @@
  "ref\020201030151758.1241164-1-arnd@kernel.org\0"
  "From\0Arnd Bergmann <arnd@kernel.org>\0"
  "Subject\0[PATCH v2 03/15] timekeeping: remove arch_gettimeoffset\0"
- "Date\0Fri, 30 Oct 2020 15:17:46 +0000\0"
+ "Date\0Fri, 30 Oct 2020 16:17:46 +0100\0"
  "To\0linux-kernel@vger.kernel.org\0"
- "Cc\0Thomas Gleixner <tglx@linutronix.de>"
-  Arnd Bergmann <arnd@arndb.de>
-  Russell King <linux@armlinux.org.uk>
-  Tony Luck <tony.luck@intel.com>
+ "Cc\0Sam Creasey <sammy@sammy.net>"
   Fenghua Yu <fenghua.yu@intel.com>
-  Greg Ungerer <gerg@linux-m68k.org>
-  Finn Thain <fthain@telegraphics.com.au>
-  Philip Blundell <philb@gnu.org>
-  Joshua Thompson <funaho@jurai.org>
-  Sam Creasey <sammy@sammy.net>
-  James E.J. Bottomley <James.Bottomley@hansenpartnership.com>
-  Helge Deller <deller@gmx.de>
-  Daniel Lezcano <daniel.lezcano@linaro.org>
-  John Stultz <john.stultz@linaro.org>
-  Stephen Boyd <sboyd@kernel.org>
   Linus Walleij <linus.walleij@linaro.org>
+  Tony Luck <tony.luck@intel.com>
   linux-ia64@vger.kernel.org
   Parisc List <linux-parisc@vger.kernel.org>
+  Arnd Bergmann <arnd@arndb.de>
+  Stephen Boyd <sboyd@kernel.org>
+  Philip Blundell <philb@gnu.org>
+  Helge Deller <deller@gmx.de>
+  Daniel Lezcano <daniel.lezcano@linaro.org>
+  Russell King <linux@armlinux.org.uk>
+  Finn Thain <fthain@telegraphics.com.au>
+  James E.J. Bottomley <James.Bottomley@hansenpartnership.com>
   linux-m68k <linux-m68k@lists.linux-m68k.org>
- " Linux ARM <linux-arm-kernel@lists.infradead.org>\0"
+  John Stultz <john.stultz@linaro.org>
+  Linux ARM <linux-arm-kernel@lists.infradead.org>
+  Thomas Gleixner <tglx@linutronix.de>
+  Greg Ungerer <gerg@linux-m68k.org>
+ " Joshua Thompson <funaho@jurai.org>\0"
  "\00:1\0"
  "b\0"
  "From: Arnd Bergmann <arnd@arndb.de>\n"
@@ -275,7 +275,7 @@
  " \t\t\t\t   tk->tkr_mono.cycle_last, tk->tkr_mono.mask);\n"
  " \n"
  " \t/* Check if there's really nothing to do */\n"
- " \tif (offset < real_tk->cycle_interval && mode = TK_ADV_TICK)\n"
+ " \tif (offset < real_tk->cycle_interval && mode == TK_ADV_TICK)\n"
  " \t\tgoto out;\n"
  "-#endif\n"
  " \n"
@@ -302,6 +302,12 @@
  " \tselect GENERIC_TRACER\n"
  " \tselect TRACER_MAX_TRACE\n"
  "-- \n"
- 2.27.0
+ "2.27.0\n"
+ "\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
 
-60ed9c80a180390211664fb4ea6c94a42d0839ad34886fedcaa09c1885a42e71
+b76e2b34c6637ea0fde6167b81b961c0136c3321d08b09e53c794cfc4e7f3b66

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.