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

diff --git a/a/1.txt b/N1/1.txt
index 28aa86f..3572216 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -19,8 +19,8 @@ On 01/25/2011 10:01 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
@@ -41,7 +41,7 @@ function names do not overlap.
 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 1454cc9..0638b88 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -7,9 +7,9 @@
  "ref\0Pine.LNX.4.64.1101242126570.3167@ask.diku.dk\0"
  "ref\04D3DE35B.1030102@bluewatersys.com\0"
  "ref\0Pine.LNX.4.64.1101242200500.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:06:21 +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:06:21 +1300\0"
  "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
@@ -34,8 +34,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"
@@ -56,9 +56,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"
 
-a7a784661904613f9ab48e990b57cc38e4320c6a27a3f086d91c1e2e094e59e7
+9a62b772fcd5234fa7bf1115f27bb5bafed9aee16141fcc0b7c8733a6a42ae48

diff --git a/a/1.txt b/N2/1.txt
index 28aa86f..c100d18 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -19,8 +19,8 @@ On 01/25/2011 10:01 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 1454cc9..0ea8ba4 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -9,8 +9,16 @@
  "ref\0Pine.LNX.4.64.1101242200500.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:06:21 +0000\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "Date\0Tue, 25 Jan 2011 10:06:21 +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:01 AM, Julia Lawall wrote:\n"
@@ -34,8 +42,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"
@@ -61,4 +69,4 @@
  "Phone: +64 3 3779127\t\tFreecall: Australia 1800 148 751\n"
  "Fax:   +64 3 3779135\t\t\t  USA 1800 261 2934"
 
-a7a784661904613f9ab48e990b57cc38e4320c6a27a3f086d91c1e2e094e59e7
+716d34813b8a3dbda41998cc475a26a0f3d927a60b5e26348feb2c1b72c3961e

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.