All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <4CD2CF4A.9080503@goop.org>

diff --git a/a/1.txt b/N1/1.txt
index 6560038..33126b7 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -28,6 +28,6 @@ Acked-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
 >  	acquire_console_sem();
 > -	for (c = console_drivers; c; c = c->next) {
 > +	for_each_console(c) {
->  		if (!strcmp(c->name, "tty") && c->index = 0)
+>  		if (!strcmp(c->name, "tty") && c->index == 0)
 >  			break;
 >  	}
diff --git a/a/content_digest b/N1/content_digest
index d8655f5..361be07 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,16 +2,16 @@
  "ref\01288798114-23206-3-git-send-email-jslaby@suse.cz\0"
  "From\0Jeremy Fitzhardinge <jeremy@goop.org>\0"
  "Subject\0Re: [PATCH 3/3] VIDEO: xen-fb, switch to for_each_console\0"
- "Date\0Thu, 04 Nov 2010 15:20:42 +0000\0"
+ "Date\0Thu, 04 Nov 2010 11:20:42 -0400\0"
  "To\0Jiri Slaby <jslaby@suse.cz>\0"
- "Cc\0Andrew Morton <akpm@linux-foundation.org>"
-  linux-fbdev@vger.kernel.org
+ "Cc\0linux-fbdev@vger.kernel.org"
   xen-devel@lists.xensource.com
+  jirislaby@gmail.com
+  Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
   linux-kernel@vger.kernel.org
   Chris Wright <chrisw@sous-sol.org>
   virtualization@lists.osdl.org
-  jirislaby@gmail.com
- " Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>\0"
+ " Andrew Morton <akpm@linux-foundation.org>\0"
  "\00:1\0"
  "b\0"
  "On 11/03/2010 11:28 AM, Jiri Slaby wrote:\n"
@@ -44,8 +44,8 @@
  ">  \tacquire_console_sem();\n"
  "> -\tfor (c = console_drivers; c; c = c->next) {\n"
  "> +\tfor_each_console(c) {\n"
- ">  \t\tif (!strcmp(c->name, \"tty\") && c->index = 0)\n"
+ ">  \t\tif (!strcmp(c->name, \"tty\") && c->index == 0)\n"
  ">  \t\t\tbreak;\n"
  ">  \t}"
 
-66a7bd9f060a645dd0d86f1283c9b05871ac237ba0548af04dcd6f9234328460
+717dc8ab89a52b3ad5c3704e15b18e072c7867a34feced3e05c59db8bd3a835f

diff --git a/a/1.txt b/N2/1.txt
index 6560038..33126b7 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -28,6 +28,6 @@ Acked-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
 >  	acquire_console_sem();
 > -	for (c = console_drivers; c; c = c->next) {
 > +	for_each_console(c) {
->  		if (!strcmp(c->name, "tty") && c->index = 0)
+>  		if (!strcmp(c->name, "tty") && c->index == 0)
 >  			break;
 >  	}
diff --git a/a/content_digest b/N2/content_digest
index d8655f5..5254d7f 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -2,7 +2,7 @@
  "ref\01288798114-23206-3-git-send-email-jslaby@suse.cz\0"
  "From\0Jeremy Fitzhardinge <jeremy@goop.org>\0"
  "Subject\0Re: [PATCH 3/3] VIDEO: xen-fb, switch to for_each_console\0"
- "Date\0Thu, 04 Nov 2010 15:20:42 +0000\0"
+ "Date\0Thu, 04 Nov 2010 11:20:42 -0400\0"
  "To\0Jiri Slaby <jslaby@suse.cz>\0"
  "Cc\0Andrew Morton <akpm@linux-foundation.org>"
   linux-fbdev@vger.kernel.org
@@ -44,8 +44,8 @@
  ">  \tacquire_console_sem();\n"
  "> -\tfor (c = console_drivers; c; c = c->next) {\n"
  "> +\tfor_each_console(c) {\n"
- ">  \t\tif (!strcmp(c->name, \"tty\") && c->index = 0)\n"
+ ">  \t\tif (!strcmp(c->name, \"tty\") && c->index == 0)\n"
  ">  \t\t\tbreak;\n"
  ">  \t}"
 
-66a7bd9f060a645dd0d86f1283c9b05871ac237ba0548af04dcd6f9234328460
+35cca77afcd5e041ae9eec2a313a22fec6ccfd348788433d05076373c3070771

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.