All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20110310070552.27327.37436.sendpatchset@t400s>

diff --git a/a/1.txt b/N1/1.txt
index 115f92c..b136449 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -249,7 +249,7 @@ Signed-off-by: Magnus Damm <damm@opensource.se>
 -		d = lguest_devices + i;
 -
 -		/* Once we hit a zero, stop. */
--		if (d->type = 0)
+-		if (d->type == 0)
 -			break;
 -
 -		printk("Device at %i has size %u\n", i, desc_size(d));
@@ -485,7 +485,7 @@ Signed-off-by: Magnus Damm <damm@opensource.se>
 +		d = lguest_devices + i;
 +
 +		/* Once we hit a zero, stop. */
-+		if (d->type = 0)
++		if (d->type == 0)
 +			break;
 +
 +		printk("Device at %i has size %u\n", i, desc_size(d));
diff --git a/a/content_digest b/N1/content_digest
index 1c86149..93f1bff 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,7 +1,7 @@
  "ref\020110310070541.27327.52089.sendpatchset@t400s\0"
  "From\0Magnus Damm <magnus.damm@gmail.com>\0"
  "Subject\0[PATCH 01/02] virtio: Break out lguest virtio code to virtio_lguest.c\0"
- "Date\0Thu, 10 Mar 2011 07:05:52 +0000\0"
+ "Date\0Thu, 10 Mar 2011 16:05:52 +0900\0"
  "To\0linux-kernel@vger.kernel.org\0"
  "Cc\0Magnus Damm <magnus.damm@gmail.com>"
   rusty@rustcorp.com.au
@@ -261,7 +261,7 @@
  "-\t\td = lguest_devices + i;\n"
  "-\n"
  "-\t\t/* Once we hit a zero, stop. */\n"
- "-\t\tif (d->type = 0)\n"
+ "-\t\tif (d->type == 0)\n"
  "-\t\t\tbreak;\n"
  "-\n"
  "-\t\tprintk(\"Device at %i has size %u\\n\", i, desc_size(d));\n"
@@ -497,7 +497,7 @@
  "+\t\td = lguest_devices + i;\n"
  "+\n"
  "+\t\t/* Once we hit a zero, stop. */\n"
- "+\t\tif (d->type = 0)\n"
+ "+\t\tif (d->type == 0)\n"
  "+\t\t\tbreak;\n"
  "+\n"
  "+\t\tprintk(\"Device at %i has size %u\\n\", i, desc_size(d));\n"
@@ -563,4 +563,4 @@
  "+\n"
  "+#endif\t/* _LINUX_LGUEST_DEVICE_H */"
 
-2cd2cb661b0c7ecfd89ca2aac4d549eca6eb3ef4e48566460e165ce09cb0c5f2
+e385bfc335ab89f6fb8a1882c6565e3944c09de8142c471f6635f4a18e4bb4ec

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.