diff for duplicates of <1198951625.4861.25.camel@localhost> diff --git a/a/1.txt b/N1/1.txt index 1a4965c..690548e 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -26,7 +26,7 @@ On Sat, 2007-12-29 at 12:03 +0000, Adrian McMenamin wrote: Then shouldn't this test be: for (i = 0; i < ARRAY_SIZE(sense_texts); i++) { - if (sense_key = sense_texts[i].sense_key) + if (sense_key == sense_texts[i].sense_key) printk(KERN_INFO "GDROM: %s\n", sense_texts[i].text); } if (i >= ARRAY_SIZE(sense_texts)) diff --git a/a/content_digest b/N1/content_digest index bed6aa0..70a37d9 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -5,7 +5,7 @@ "ref\01198929826.6278.11.camel@localhost.localdomain\0" "From\0Joe Perches <joe@perches.com>\0" "Subject\0Re: [PATCH] SH/Dreamcast - add support for GD-Rom device\0" - "Date\0Sat, 29 Dec 2007 18:07:05 +0000\0" + "Date\0Sat, 29 Dec 2007 10:07:05 -0800\0" "To\0Adrian McMenamin <adrian@newgolddream.dyndns.info>\0" "Cc\0LKML <linux-kernel@vger.kernel.org>" linux-sh <linux-sh@vger.kernel.org> @@ -40,7 +40,7 @@ "Then shouldn't this test be:\n" "\n" "\tfor (i = 0; i < ARRAY_SIZE(sense_texts); i++) {\n" - "\t\tif (sense_key = sense_texts[i].sense_key)\n" + "\t\tif (sense_key == sense_texts[i].sense_key)\n" "\t\t\tprintk(KERN_INFO \"GDROM: %s\\n\", sense_texts[i].text);\n" "\t}\n" "\tif (i >= ARRAY_SIZE(sense_texts))\n" @@ -48,4 +48,4 @@ "\n" cheers, Joe -ba548e77c031143334bd1d57bc980962acf23e1c34f1848cc956b1c1aa37cbdc +8186a48958b5943eda53b218e6617b8b9a8c7e6a8781d727bfee74e3d0603037
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.