diff for duplicates of <alpine.DEB.2.10.1507010959260.2374@hadrien> diff --git a/a/1.txt b/N1/1.txt index d5dee26..cb0b0e9 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -24,9 +24,9 @@ On Wed, 1 Jul 2015, Sohny Thomas wrote: > > > return -1; > > > > > > off = sizeof(struct channel_header) + chan->hdr_info.chp_info_offset; -> > > - if (chan->hdr_info.chp_info_offset = 0) { +> > > - if (chan->hdr_info.chp_info_offset == 0) { > > > + -> > > + if (chan->hdr_info.chp_info_offset = 0) +> > > + if (chan->hdr_info.chp_info_offset == 0) > > > return -1; > > > - } > > > + diff --git a/a/content_digest b/N1/content_digest index 0e0a31e..5b0e9fb 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,7 +3,7 @@ "ref\055939890.6090903@zoho.com\0" "From\0Julia Lawall <julia.lawall@lip6.fr>\0" "Subject\0Re: [PATCH] Staging: unisys: virtpci: fixed a brace coding style issue\0" - "Date\0Wed, 01 Jul 2015 08:01:33 +0000\0" + "Date\0Wed, 1 Jul 2015 10:01:33 +0200 (CEST)\0" "To\0Sohny Thomas <sohnythomas@zoho.com>\0" "Cc\0Sudip Mukherjee <sudipm.mukherjee@gmail.com>" benjamin.romer@unisys.com @@ -43,9 +43,9 @@ "> > > \t\treturn -1;\n" "> > >\n" "> > > \toff = sizeof(struct channel_header) + chan->hdr_info.chp_info_offset;\n" - "> > > -\tif (chan->hdr_info.chp_info_offset = 0) {\n" + "> > > -\tif (chan->hdr_info.chp_info_offset == 0) {\n" "> > > +\n" - "> > > +\tif (chan->hdr_info.chp_info_offset = 0)\n" + "> > > +\tif (chan->hdr_info.chp_info_offset == 0)\n" "> > > \t\treturn -1;\n" "> > > -\t}\n" "> > > +\n" @@ -87,4 +87,4 @@ "\n" julia -a5051ab7a4eb3a8633356de43ab1fef9841542432e72cd2274e4567d6fe2aa8d +93624642591c02be0fcca30fba119f88b197acd0a6400528de7c93a8a54c44bf
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.