diff for duplicates of <20110621102614.1382.2547.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 95872e8..dd26521 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\020110621102605.1382.90232.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\0Tue, 21 Jun 2011 10:26:14 +0000\0" + "Date\0Tue, 21 Jun 2011 19:26:14 +0900\0" "To\0linux-kernel@vger.kernel.org\0" "Cc\0vapier@gentoo.org" mst@redhat.com @@ -264,7 +264,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" @@ -500,7 +500,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" @@ -566,4 +566,4 @@ "+\n" "+#endif\t/* _LINUX_LGUEST_DEVICE_H */" -f5d4b10d953b67a886579f1d8337502390b5ec8d116d7f1ab7d4a40ebd79dd06 +911b4b6b4d0aa6ebae16ac43839a5c353e9bbb63fc0a04bf7d86faf66cec050f
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.