diff for duplicates of <20150409152338.GA18835@codeaurora.org> diff --git a/a/1.txt b/N1/1.txt index fc744bf..31c64f5 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -15,9 +15,9 @@ On 04/09, Linus Walleij 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 e8131f0..7496a8c 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,7 +3,7 @@ "ref\0CACRpkdYU+hN6gEtVzwahGz+B07dqrDzQkTZz2xikGH0dMdYX1Q@mail.gmail.com\0" "From\0Stephen Boyd <sboyd@codeaurora.org>\0" "Subject\0Re: [PATCH 1/2] clk: versatile: test returned value\0" - "Date\0Thu, 09 Apr 2015 15:23:38 +0000\0" + "Date\0Thu, 9 Apr 2015 08:23:38 -0700\0" "To\0Linus Walleij <linus.walleij@linaro.org>\0" "Cc\0Julia Lawall <Julia.Lawall@lip6.fr>" Mike Turquette <mturquette@linaro.org> @@ -29,9 +29,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" @@ -47,4 +47,4 @@ "Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,\n" a Linux Foundation Collaborative Project -4f306050fa0882e6650ca191c1429096ad4628cb7ee9b4e5bbffdc5cb7228a9d +dcc0a83ebc04e2c9ec82605e961a4e4dcf0b52662994bf7ad63ad091a910e92e
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.