diff for duplicates of <53E4E0DD.2020901@bfs.de> diff --git a/a/1.txt b/N1/1.txt index f325f56..e490091 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -14,14 +14,14 @@ Am 06.08.2014 12:39, schrieb Julia Lawall: > T [] e; > position p; > @@ -> e =@p NULL +> e ==@p NULL > > @ disable fld_to_ptr@ > expression e; > identifier f; > position r.p; > @@ -> * e.f =@p NULL +> * e.f ==@p NULL > // </smpl> > > Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr> @@ -50,13 +50,13 @@ for the next round. re, wh -> - if( pHba->channel[chan].device = NULL){ +> - if( pHba->channel[chan].device == NULL){ > - printk(KERN_DEBUG"Adaptec I2O RAID: Trying to find device before they are allocated\n"); > - return NULL; > - } > - > d = pHba->channel[chan].device[id]; -> if(!d || d->tid = 0) { +> if(!d || d->tid == 0) { > return NULL; > > -- diff --git a/a/content_digest b/N1/content_digest index 1e20a6c..2952d77 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\01407321551-27479-2-git-send-email-Julia.Lawall@lip6.fr\0" "From\0walter harms <wharms@bfs.de>\0" "Subject\0Re: [PATCH 1/1] dpt_i2o: delete unnecessary null test on array\0" - "Date\0Fri, 08 Aug 2014 14:38:21 +0000\0" + "Date\0Fri, 08 Aug 2014 16:38:21 +0200\0" "To\0Julia Lawall <Julia.Lawall@lip6.fr>\0" "Cc\0Adaptec OEM Raid Solutions <aacraid@adaptec.com>" kernel-janitors@vger.kernel.org @@ -28,14 +28,14 @@ "> T [] e;\n" "> position p;\n" "> @@\n" - "> e =@p NULL\n" + "> e ==@p NULL\n" "> \n" "> @ disable fld_to_ptr@\n" "> expression e;\n" "> identifier f;\n" "> position r.p;\n" "> @@\n" - "> * e.f =@p NULL\n" + "> * e.f ==@p NULL\n" "> // </smpl>\n" "> \n" "> Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>\n" @@ -64,13 +64,13 @@ "re,\n" " wh\n" "\n" - "> -\tif( pHba->channel[chan].device = NULL){\n" + "> -\tif( pHba->channel[chan].device == NULL){\n" "> -\t\tprintk(KERN_DEBUG\"Adaptec I2O RAID: Trying to find device before they are allocated\\n\");\n" "> -\t\treturn NULL;\n" "> -\t}\n" "> -\n" "> \td = pHba->channel[chan].device[id];\n" - "> \tif(!d || d->tid = 0) {\n" + "> \tif(!d || d->tid == 0) {\n" "> \t\treturn NULL;\n" "> \n" "> --\n" @@ -79,4 +79,4 @@ "> More majordomo info at http://vger.kernel.org/majordomo-info.html\n" > -4a19308891a22a8c0df0d1a2d85eb275ca510c22d48177a50b13d229b8c07c84 +95da621c7d1f04b630cb8a97054835da049db31658ad778a7daeef656d767d39
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.