diff for duplicates of <D1482EB4.2B614%liang.zhen@intel.com> diff --git a/a/1.txt b/N1/1.txt index 6ee9bd4..c9d4925 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -46,8 +46,8 @@ On 4/5/15, 8:06 PM, "Julia Lawall" <Julia.Lawall@lip6.fr> wrote: > > recs = lnet_res_containers_create(LNET_COOKIE_TYPE_ME, LNET_FL_MAX_MES, > sizeof(lnet_me_t)); ->- if (recs = NULL) ->+ if (recs = NULL) { +>- if (recs == NULL) +>+ if (recs == NULL) { >+ rc = -ENOMEM; > goto failed; >+ } @@ -56,8 +56,8 @@ On 4/5/15, 8:06 PM, "Julia Lawall" <Julia.Lawall@lip6.fr> wrote: > > recs = lnet_res_containers_create(LNET_COOKIE_TYPE_MD, LNET_FL_MAX_MDS, > sizeof(lnet_libmd_t)); ->- if (recs = NULL) ->+ if (recs = NULL) { +>- if (recs == NULL) +>+ if (recs == NULL) { >+ rc = -ENOMEM; > goto failed; >+ } @@ -69,8 +69,3 @@ On 4/5/15, 8:06 PM, "Julia Lawall" <Julia.Lawall@lip6.fr> wrote: >HPDD-discuss mailing list >HPDD-discuss@lists.01.org >https://lists.01.org/mailman/listinfo/hpdd-discuss - --- -To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in -the body of a message to majordomo@vger.kernel.org -More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/a/content_digest b/N1/content_digest index a6e8818..742591a 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\01428235596-4757-16-git-send-email-Julia.Lawall@lip6.fr\0" "From\0Zhen, Liang <liang.zhen@intel.com>\0" "Subject\0Re: [HPDD-discuss] [PATCH 15/16] staging: lustre: lnet: lnet: fix error return code\0" - "Date\0Mon, 06 Apr 2015 06:41:46 +0000\0" + "Date\0Mon, 6 Apr 2015 06:41:46 +0000\0" "To\0Julia Lawall <Julia.Lawall@lip6.fr>" Drokin " Oleg <oleg.drokin@intel.com>\0" @@ -61,8 +61,8 @@ "> \n" "> \trecs = lnet_res_containers_create(LNET_COOKIE_TYPE_ME, LNET_FL_MAX_MES,\n" "> \t\t\t\t\t sizeof(lnet_me_t));\n" - ">-\tif (recs = NULL)\n" - ">+\tif (recs = NULL) {\n" + ">-\tif (recs == NULL)\n" + ">+\tif (recs == NULL) {\n" ">+\t\trc = -ENOMEM;\n" "> \t\tgoto failed;\n" ">+\t}\n" @@ -71,8 +71,8 @@ "> \n" "> \trecs = lnet_res_containers_create(LNET_COOKIE_TYPE_MD, LNET_FL_MAX_MDS,\n" "> \t\t\t\t\t sizeof(lnet_libmd_t));\n" - ">-\tif (recs = NULL)\n" - ">+\tif (recs = NULL) {\n" + ">-\tif (recs == NULL)\n" + ">+\tif (recs == NULL) {\n" ">+\t\trc = -ENOMEM;\n" "> \t\tgoto failed;\n" ">+\t}\n" @@ -83,11 +83,6 @@ ">_______________________________________________\n" ">HPDD-discuss mailing list\n" ">HPDD-discuss@lists.01.org\n" - ">https://lists.01.org/mailman/listinfo/hpdd-discuss\n" - "\n" - "--\n" - "To unsubscribe from this list: send the line \"unsubscribe kernel-janitors\" in\n" - "the body of a message to majordomo@vger.kernel.org\n" - More majordomo info at http://vger.kernel.org/majordomo-info.html + >https://lists.01.org/mailman/listinfo/hpdd-discuss -71fe20ae3bf32e798c1d1f54028f2c2e605805db9c33d4a0744c3d1b38a5dd18 +7379d48fdfea5624def2999b9641788be0a6dc92ad4143d41003d4bdffd80b06
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.