All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <4D3DF46A.1030009@bluewatersys.com>

diff --git a/a/1.txt b/N1/1.txt
index e67ad2a..0878c1e 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -22,8 +22,8 @@ On 01/25/2011 10:31 AM, Julia Lawall wrote:
 >>>>
 >>>> and in clk_get we have:
 >>>>
->>>> 	if (clk->function && (dev = clk->dev) &&
->>>> 		strcmp(id, clk->function) = 0)
+>>>> 	if (clk->function && (dev == clk->dev) &&
+>>>> 		strcmp(id, clk->function) == 0)
 >>>>             return clk;
 >>>>
 >>>> So at91_clock_associate sets the function for a clock, and clk_get
@@ -69,7 +69,7 @@ clock.
 Bluewater Systems Ltd - ARM Technology Solution Centre
 
 Ryan Mallon         		5 Amuri Park, 404 Barbadoes St
-ryan@bluewatersys.com         	PO Box 13 889, Christchurch 8013
+ryan at bluewatersys.com         	PO Box 13 889, Christchurch 8013
 http://www.bluewatersys.com	New Zealand
 Phone: +64 3 3779127		Freecall: Australia 1800 148 751
 Fax:   +64 3 3779135			  USA 1800 261 2934
diff --git a/a/content_digest b/N1/content_digest
index 7b90902..cb687cc 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -9,9 +9,9 @@
  "ref\0Pine.LNX.4.64.1101242200500.3167@ask.diku.dk\0"
  "ref\04D3DE9CD.2040800@bluewatersys.com\0"
  "ref\0Pine.LNX.4.64.1101242231240.3167@ask.diku.dk\0"
- "From\0Ryan Mallon <ryan@bluewatersys.com>\0"
- "Subject\0Re: [PATCH 2/4] arch/arm/mach-at91/clock.c: Add missing IS_ERR test\0"
- "Date\0Mon, 24 Jan 2011 21:51:38 +0000\0"
+ "From\0ryan@bluewatersys.com (Ryan Mallon)\0"
+ "Subject\0[PATCH 2/4] arch/arm/mach-at91/clock.c: Add missing IS_ERR test\0"
+ "Date\0Tue, 25 Jan 2011 10:51:38 +1300\0"
  "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
@@ -39,8 +39,8 @@
  ">>>>\n"
  ">>>> and in clk_get we have:\n"
  ">>>>\n"
- ">>>> \tif (clk->function && (dev = clk->dev) &&\n"
- ">>>> \t\tstrcmp(id, clk->function) = 0)\n"
+ ">>>> \tif (clk->function && (dev == clk->dev) &&\n"
+ ">>>> \t\tstrcmp(id, clk->function) == 0)\n"
  ">>>>             return clk;\n"
  ">>>>\n"
  ">>>> So at91_clock_associate sets the function for a clock, and clk_get\n"
@@ -86,9 +86,9 @@
  "Bluewater Systems Ltd - ARM Technology Solution Centre\n"
  "\n"
  "Ryan Mallon         \t\t5 Amuri Park, 404 Barbadoes St\n"
- "ryan@bluewatersys.com         \tPO Box 13 889, Christchurch 8013\n"
+ "ryan at bluewatersys.com         \tPO Box 13 889, Christchurch 8013\n"
  "http://www.bluewatersys.com\tNew Zealand\n"
  "Phone: +64 3 3779127\t\tFreecall: Australia 1800 148 751\n"
  "Fax:   +64 3 3779135\t\t\t  USA 1800 261 2934"
 
-6db0e545253dd54adebd5afc23666b1de04f6cd0fdaa26ec6fc7202c9d3f329e
+d98a1043ad884b0fc6c27df291bd1c22050475d20b1a8787c29b34516612a357

diff --git a/a/1.txt b/N2/1.txt
index e67ad2a..2870fd6 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -22,8 +22,8 @@ On 01/25/2011 10:31 AM, Julia Lawall wrote:
 >>>>
 >>>> and in clk_get we have:
 >>>>
->>>> 	if (clk->function && (dev = clk->dev) &&
->>>> 		strcmp(id, clk->function) = 0)
+>>>> 	if (clk->function && (dev == clk->dev) &&
+>>>> 		strcmp(id, clk->function) == 0)
 >>>>             return clk;
 >>>>
 >>>> So at91_clock_associate sets the function for a clock, and clk_get
diff --git a/a/content_digest b/N2/content_digest
index 7b90902..3c6f1f3 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -11,8 +11,16 @@
  "ref\0Pine.LNX.4.64.1101242231240.3167@ask.diku.dk\0"
  "From\0Ryan Mallon <ryan@bluewatersys.com>\0"
  "Subject\0Re: [PATCH 2/4] arch/arm/mach-at91/clock.c: Add missing IS_ERR test\0"
- "Date\0Mon, 24 Jan 2011 21:51:38 +0000\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "Date\0Tue, 25 Jan 2011 10:51:38 +1300\0"
+ "To\0Julia Lawall <julia@diku.dk>\0"
+ "Cc\0Vasiliy Kulikov <segooon@gmail.com>"
+  Russell King <linux@arm.linux.org.uk>
+  kernel-janitors@vger.kernel.org
+  Nicolas Ferre <nicolas.ferre@atmel.com>
+  Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
+  Andrew Victor <linux@maxim.org.za>
+  linux-arm-kernel@lists.infradead.org
+ " linux-kernel@vger.kernel.org\0"
  "\00:1\0"
  "b\0"
  "On 01/25/2011 10:31 AM, Julia Lawall wrote:\n"
@@ -39,8 +47,8 @@
  ">>>>\n"
  ">>>> and in clk_get we have:\n"
  ">>>>\n"
- ">>>> \tif (clk->function && (dev = clk->dev) &&\n"
- ">>>> \t\tstrcmp(id, clk->function) = 0)\n"
+ ">>>> \tif (clk->function && (dev == clk->dev) &&\n"
+ ">>>> \t\tstrcmp(id, clk->function) == 0)\n"
  ">>>>             return clk;\n"
  ">>>>\n"
  ">>>> So at91_clock_associate sets the function for a clock, and clk_get\n"
@@ -91,4 +99,4 @@
  "Phone: +64 3 3779127\t\tFreecall: Australia 1800 148 751\n"
  "Fax:   +64 3 3779135\t\t\t  USA 1800 261 2934"
 
-6db0e545253dd54adebd5afc23666b1de04f6cd0fdaa26ec6fc7202c9d3f329e
+ca4dc48935c0edf14eaf46ceef354dc5e2d0cf253c5cd305a7a517d4b2aeca49

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.