diff for duplicates of <55930BB1.10502@zoho.com> diff --git a/a/1.txt b/N1/1.txt index 2e4a86c..f32eda3 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -14,9 +14,9 @@ index d5ad017..f3674de 100644 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 3172fcc..dab4176 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,6 +1,6 @@ "From\0Sohny Thomas <sohnythomas@zoho.com>\0" "Subject\0[PATCH] Staging: unisys: virtpci: fixed a brace coding style issue\0" - "Date\0Tue, 30 Jun 2015 21:47:45 +0000\0" + "Date\0Wed, 1 Jul 2015 03:05:45 +0530\0" "To\0benjamin.romer@unisys.com" david.kershner@unisys.com bryan.thompson@unisys.com @@ -28,9 +28,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" @@ -53,4 +53,4 @@ " /* deletes a vnic\n" -- -8920f6016fa4b165d929f9a91637a8cf14fdc7b292b00ae3bbd0cd168ba3c22d +24c061d7a2e7318a6f13041e692d12aef4a32d0d8a85ee46b5dee2a5620b707e
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.