diff for duplicates of <20150404165425.GA21227@kroah.com> diff --git a/a/1.txt b/N1/1.txt index 20ada68..512f407 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -18,9 +18,9 @@ On Sat, Apr 04, 2015 at 06:20:53PM +0200, 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 aace34f..6fe9377 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -4,7 +4,7 @@ "ref\0alpine.DEB.2.02.1504041818180.2075@localhost6.localdomain6\0" "From\0Greg Kroah-Hartman <gregkh@linuxfoundation.org>\0" "Subject\0Re: [PATCH 2/2] staging: emxx_udc: test returned value\0" - "Date\0Sat, 04 Apr 2015 16:54:25 +0000\0" + "Date\0Sat, 4 Apr 2015 18:54:25 +0200\0" "To\0Julia Lawall <julia.lawall@lip6.fr>\0" "Cc\0kernel-janitors@vger.kernel.org" devel@driverdev.osuosl.org @@ -31,9 +31,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" @@ -78,4 +78,4 @@ "\n" greg k-h -2a3dbfdc13aa9cbe5eff71046d9ce70cac7ceae10492985a65e164b231d913e4 +277457ba3006e9fc81c8bfabc1f3fa0a212515f2cf341b64cc6a6e7c3d42c9c1
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.