diff for duplicates of <552572B0.2090207@codeaurora.org> diff --git a/a/1.txt b/N1/1.txt index 6f03a8c..9ac072b 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -13,9 +13,9 @@ On 04/04/15 07:59, Julia Lawall wrote: > > e1 = f(...,e2,...); > ( -> if (e1 = NULL || ...) S1 else S2 +> if (e1 == NULL || ...) S1 else S2 > | -> *if (e2 = NULL || ...) S1 else S2 +> *if (e2 == NULL || ...) S1 else S2 > ) > // </smpl> > diff --git a/a/content_digest b/N1/content_digest index 907242f..95d2115 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\01428159570-19467-2-git-send-email-Julia.Lawall@lip6.fr\0" "From\0Stephen Boyd <sboyd@codeaurora.org>\0" "Subject\0Re: [PATCH 1/2] clk: versatile: test returned value\0" - "Date\0Wed, 08 Apr 2015 18:25:52 +0000\0" + "Date\0Wed, 08 Apr 2015 11:25:52 -0700\0" "To\0Julia Lawall <Julia.Lawall@lip6.fr>" Mike Turquette <mturquette@linaro.org> " Linus Walleij <linus.walleij@linaro.org>\0" @@ -26,9 +26,9 @@ ">\n" "> e1 = f(...,e2,...);\n" "> (\n" - "> if (e1 = NULL || ...) S1 else S2\n" + "> if (e1 == NULL || ...) S1 else S2\n" "> |\n" - "> *if (e2 = NULL || ...) S1 else S2\n" + "> *if (e2 == NULL || ...) S1 else S2\n" "> )\n" "> // </smpl>\n" ">\n" @@ -61,4 +61,4 @@ "Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,\n" a Linux Foundation Collaborative Project -80c287e9320c43742c5143bcabe38ec3e8e5d7188b0d18dac72f84dcd8bc6099 +00f9ab2c07da3efe7dca1db5b445a9604d976942a0aa650e1e382da7a77a1715
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.