All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <1578415992-24054-13-git-send-email-krzk@kernel.org>

diff --git a/a/1.txt b/N1/1.txt
index 2eb43ac..923f836 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -53,3 +53,9 @@ index 2c9cec8b53d9..8bd01df369fb 100644
  		else
 -- 
 2.7.4
+
+
+_______________________________________________
+linux-snps-arc mailing list
+linux-snps-arc@lists.infradead.org
+http://lists.infradead.org/mailman/listinfo/linux-snps-arc
diff --git a/a/content_digest b/N1/content_digest
index 4cc6293..885ffd2 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -104,6 +104,12 @@
  " \t\t\treg &= ~AR5K_AR5312_ENABLE_WLAN0;\n"
  " \t\telse\n"
  "-- \n"
- 2.7.4
+ "2.7.4\n"
+ "\n"
+ "\n"
+ "_______________________________________________\n"
+ "linux-snps-arc mailing list\n"
+ "linux-snps-arc@lists.infradead.org\n"
+ http://lists.infradead.org/mailman/listinfo/linux-snps-arc
 
-71c3a07e29b2725f1852e6cf9f88b600c5e222d7dc2757704b21b609fad5561e
+ffa89b6519c581cd39a834dac1b40317ede20c5cef0afb315abb451356af7c27

diff --git a/a/1.txt b/N2/1.txt
index 2eb43ac..db1140e 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -33,7 +33,7 @@ index 2c9cec8b53d9..8bd01df369fb 100644
  		/* TODO: check other platforms */
 -		reg = ioread32((void __iomem *) AR5K_AR5312_ENABLE);
 +		reg = ioread32((const void __iomem *) AR5K_AR5312_ENABLE);
- 		if (to_platform_device(ah->dev)->id == 0)
+ 		if (to_platform_device(ah->dev)->id = 0)
  			reg |= AR5K_AR5312_ENABLE_WLAN0;
  		else
 @@ -202,12 +202,12 @@ static int ath_ahb_remove(struct platform_device *pdev)
@@ -48,7 +48,7 @@ index 2c9cec8b53d9..8bd01df369fb 100644
  		/*Stop DMA access */
 -		reg = ioread32((void __iomem *) AR5K_AR5312_ENABLE);
 +		reg = ioread32((const void __iomem *) AR5K_AR5312_ENABLE);
- 		if (to_platform_device(ah->dev)->id == 0)
+ 		if (to_platform_device(ah->dev)->id = 0)
  			reg &= ~AR5K_AR5312_ENABLE_WLAN0;
  		else
 -- 
diff --git a/a/content_digest b/N2/content_digest
index 4cc6293..5d0b3cc 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,7 +1,7 @@
  "ref\01578415992-24054-1-git-send-email-krzk@kernel.org\0"
  "From\0Krzysztof Kozlowski <krzk@kernel.org>\0"
  "Subject\0[RFT 10/13] net: wireless: ath5k: Constify ioreadX() iomem argument (as in generic implementation)\0"
- "Date\0Tue,  7 Jan 2020 17:53:09 +0100\0"
+ "Date\0Tue, 07 Jan 2020 16:53:09 +0000\0"
  "To\0Richard Henderson <rth@twiddle.net>"
   Ivan Kokshaysky <ink@jurassic.park.msu.ru>
   Matt Turner <mattst88@gmail.com>
@@ -85,7 +85,7 @@
  " \t\t/* TODO: check other platforms */\n"
  "-\t\treg = ioread32((void __iomem *) AR5K_AR5312_ENABLE);\n"
  "+\t\treg = ioread32((const void __iomem *) AR5K_AR5312_ENABLE);\n"
- " \t\tif (to_platform_device(ah->dev)->id == 0)\n"
+ " \t\tif (to_platform_device(ah->dev)->id = 0)\n"
  " \t\t\treg |= AR5K_AR5312_ENABLE_WLAN0;\n"
  " \t\telse\n"
  "@@ -202,12 +202,12 @@ static int ath_ahb_remove(struct platform_device *pdev)\n"
@@ -100,10 +100,10 @@
  " \t\t/*Stop DMA access */\n"
  "-\t\treg = ioread32((void __iomem *) AR5K_AR5312_ENABLE);\n"
  "+\t\treg = ioread32((const void __iomem *) AR5K_AR5312_ENABLE);\n"
- " \t\tif (to_platform_device(ah->dev)->id == 0)\n"
+ " \t\tif (to_platform_device(ah->dev)->id = 0)\n"
  " \t\t\treg &= ~AR5K_AR5312_ENABLE_WLAN0;\n"
  " \t\telse\n"
  "-- \n"
  2.7.4
 
-71c3a07e29b2725f1852e6cf9f88b600c5e222d7dc2757704b21b609fad5561e
+6100326712378273257633966a836b11942900fefc567176b26fa51a8e8a7187

diff --git a/a/1.txt b/N3/1.txt
index 2eb43ac..8f8a945 100644
--- a/a/1.txt
+++ b/N3/1.txt
@@ -53,3 +53,8 @@ index 2c9cec8b53d9..8bd01df369fb 100644
  		else
 -- 
 2.7.4
+
+_______________________________________________
+dri-devel mailing list
+dri-devel@lists.freedesktop.org
+https://lists.freedesktop.org/mailman/listinfo/dri-devel
diff --git a/a/content_digest b/N3/content_digest
index 4cc6293..dd25bc2 100644
--- a/a/content_digest
+++ b/N3/content_digest
@@ -104,6 +104,11 @@
  " \t\t\treg &= ~AR5K_AR5312_ENABLE_WLAN0;\n"
  " \t\telse\n"
  "-- \n"
- 2.7.4
+ "2.7.4\n"
+ "\n"
+ "_______________________________________________\n"
+ "dri-devel mailing list\n"
+ "dri-devel@lists.freedesktop.org\n"
+ https://lists.freedesktop.org/mailman/listinfo/dri-devel
 
-71c3a07e29b2725f1852e6cf9f88b600c5e222d7dc2757704b21b609fad5561e
+81d4f6b41187b924c5e4db1870561389f3e27a861a05c60c9b2535ad98f10b0d

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.