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

diff --git a/a/1.txt b/N1/1.txt
index 7b56900..d0591af 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -974,4 +974,10 @@ index 73679e053ceb..000000000000
 -
 -#endif
 -- 
-2.27.0
\ No newline at end of file
+2.27.0
+
+
+_______________________________________________
+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/N1/content_digest
index f0f4498..e0bbc5e 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -14,28 +14,28 @@
   "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>",
-  " 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>",
+  "Cc\0linux-ia64\@vger.kernel.org",
+  " Linus Walleij <linus.walleij\@linaro.org>",
   " James E.J. Bottomley <James.Bottomley\@hansenpartnership.com>",
+  " Greg Ungerer <gerg\@linux-m68k.org>",
   " 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>",
-  " linux-ia64\@vger.kernel.org",
-  " Parisc List <linux-parisc\@vger.kernel.org>",
+  " Russell King <linux\@armlinux.org.uk>",
+  " Finn Thain <fthain\@telegraphics.com.au>",
+  " Jakub Kicinski <kuba\@kernel.org>",
+  " Sam Creasey <sammy\@sammy.net>",
+  " Fenghua Yu <fenghua.yu\@intel.com>",
+  " Arnd Bergmann <arnd\@arndb.de>",
   " linux-m68k <linux-m68k\@lists.linux-m68k.org>",
+  " John Stultz <john.stultz\@linaro.org>",
+  " Thomas Gleixner <tglx\@linutronix.de>",
   " Linux ARM <linux-arm-kernel\@lists.infradead.org>",
+  " Tony Luck <tony.luck\@intel.com>",
+  " Parisc List <linux-parisc\@vger.kernel.org>",
+  " Stephen Boyd <sboyd\@kernel.org>",
   " Russell King <rmk+kernel\@armlinux.org.uk>",
-  " Jakub Kicinski <kuba\@kernel.org>\0"
+  " Philip Blundell <philb\@gnu.org>",
+  " Joshua Thompson <funaho\@jurai.org>\0"
 ]
 [
   "\0000:1\0"
@@ -1020,7 +1020,13 @@
   "-\n",
   "-#endif\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"
 ]
 
-99cf07c741ad8c8c8c3f78b4218a9c644e8294dedddb4ddedc84ee587d139141
+c61f53382369ebc3e09f32be57b9fc960819e5fc7450f92a9b5477c53513a61c

diff --git a/a/1.txt b/N2/1.txt
index 7b56900..8f24273 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -101,8 +101,7 @@ index 1c53408f5d47..000000000000
 -
 -static unsigned int net_debug = NET_DEBUG;
 -
--static const char version[] =
--	"am79c961 ethernet driver (C) 1995-2001 Russell King v0.04\n";
+-static const char version[] -	"am79c961 ethernet driver (C) 1995-2001 Russell King v0.04\n";
 -
 -/* --------------------------------------------------------------------------- */
 -
@@ -245,7 +244,7 @@ index 1c53408f5d47..000000000000
 -			printk ("%s: buffer error (%02X %02X) %05X - ", dev->name, val, buffer[i], i);
 -			error = 1;
 -			errorcount ++;
--		} else if (error && buffer[i] == val) {
+-		} else if (error && buffer[i] = val) {
 -			printk ("%05X\n", i);
 -			error = 0;
 -		}
@@ -457,7 +456,7 @@ index 1c53408f5d47..000000000000
 -		/*
 -		 * Spin waiting for chip to report suspend mode
 -		 */
--		while ((read_rreg(dev->base_addr, CTRL1) & CTRL1_SPND) == 0) {
+-		while ((read_rreg(dev->base_addr, CTRL1) & CTRL1_SPND) = 0) {
 -			spin_unlock_irqrestore(&priv->chip_lock, flags);
 -			nop();
 -			spin_lock_irqsave(&priv->chip_lock, flags);
@@ -713,7 +712,7 @@ index 1c53408f5d47..000000000000
 -{
 -	static unsigned version_printed;
 -
--	if (net_debug && version_printed++ == 0)
+-	if (net_debug && version_printed++ = 0)
 -		printk(KERN_INFO "%s", version);
 -}
 -static const struct net_device_ops am79c961_netdev_ops = {
@@ -797,7 +796,7 @@ index 1c53408f5d47..000000000000
 -	dev->netdev_ops = &am79c961_netdev_ops;
 -
 -	ret = register_netdev(dev);
--	if (ret == 0) {
+-	if (ret = 0) {
 -		printk(KERN_INFO "%s: ether address %pM\n",
 -		       dev->name, dev->dev_addr);
 -		return 0;
diff --git a/a/content_digest b/N2/content_digest
index f0f4498..7242611 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -8,7 +8,7 @@
   "Subject\0[PATCH v2 02/15] net: remove am79c961a driver\0"
 ]
 [
-  "Date\0Fri, 30 Oct 2020 16:17:45 +0100\0"
+  "Date\0Fri, 30 Oct 2020 15:17:45 +0000\0"
 ]
 [
   "To\0linux-kernel\@vger.kernel.org\0"
@@ -147,8 +147,7 @@
   "-\n",
   "-static unsigned int net_debug = NET_DEBUG;\n",
   "-\n",
-  "-static const char version[] =\n",
-  "-\t\"am79c961 ethernet driver (C) 1995-2001 Russell King v0.04\\n\";\n",
+  "-static const char version[] -\t\"am79c961 ethernet driver (C) 1995-2001 Russell King v0.04\\n\";\n",
   "-\n",
   "-/* --------------------------------------------------------------------------- */\n",
   "-\n",
@@ -291,7 +290,7 @@
   "-\t\t\tprintk (\"%s: buffer error (%02X %02X) %05X - \", dev->name, val, buffer[i], i);\n",
   "-\t\t\terror = 1;\n",
   "-\t\t\terrorcount ++;\n",
-  "-\t\t} else if (error && buffer[i] == val) {\n",
+  "-\t\t} else if (error && buffer[i] = val) {\n",
   "-\t\t\tprintk (\"%05X\\n\", i);\n",
   "-\t\t\terror = 0;\n",
   "-\t\t}\n",
@@ -503,7 +502,7 @@
   "-\t\t/*\n",
   "-\t\t * Spin waiting for chip to report suspend mode\n",
   "-\t\t */\n",
-  "-\t\twhile ((read_rreg(dev->base_addr, CTRL1) & CTRL1_SPND) == 0) {\n",
+  "-\t\twhile ((read_rreg(dev->base_addr, CTRL1) & CTRL1_SPND) = 0) {\n",
   "-\t\t\tspin_unlock_irqrestore(&priv->chip_lock, flags);\n",
   "-\t\t\tnop();\n",
   "-\t\t\tspin_lock_irqsave(&priv->chip_lock, flags);\n",
@@ -759,7 +758,7 @@
   "-{\n",
   "-\tstatic unsigned version_printed;\n",
   "-\n",
-  "-\tif (net_debug && version_printed++ == 0)\n",
+  "-\tif (net_debug && version_printed++ = 0)\n",
   "-\t\tprintk(KERN_INFO \"%s\", version);\n",
   "-}\n",
   "-static const struct net_device_ops am79c961_netdev_ops = {\n",
@@ -843,7 +842,7 @@
   "-\tdev->netdev_ops = &am79c961_netdev_ops;\n",
   "-\n",
   "-\tret = register_netdev(dev);\n",
-  "-\tif (ret == 0) {\n",
+  "-\tif (ret = 0) {\n",
   "-\t\tprintk(KERN_INFO \"%s: ether address %pM\\n\",\n",
   "-\t\t       dev->name, dev->dev_addr);\n",
   "-\t\treturn 0;\n",
@@ -1023,4 +1022,4 @@
   "2.27.0"
 ]
 
-99cf07c741ad8c8c8c3f78b4218a9c644e8294dedddb4ddedc84ee587d139141
+69361c02772e2388937d53e07676bf9a3460153e5c363e637180ecb4222cf0dd

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.