diff for duplicates of <20180518080337.GA14777@linux.intel.com> diff --git a/a/1.txt b/N1/1.txt index 0e3bfc0..a3ca3b2 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -195,11 +195,11 @@ On Fri, May 18, 2018 at 11:39:16AM +0530, Nayna Jain wrote: > > How about having it as : > -> if (!total) -> err = -EIO; +> ??? if (!total) +> ??? ??? err = -EIO; > out: -> tpm_buf_destroy(&buf); -> return total?:err; +> ??? tpm_buf_destroy(&buf); +> ??? return total?:err; I think the former is actually more readable in this case albeit there is one @@ -261,3 +261,7 @@ standard). Thank you. /Jarkko +-- +To unsubscribe from this list: send the line "unsubscribe linux-security-module" in +the body of a message to majordomo at vger.kernel.org +More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/a/content_digest b/N1/content_digest index 8f559a9..e5d1c25 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,17 +1,10 @@ "ref\020180326121406.14548-1-jarkko.sakkinen@linux.intel.com\0" "ref\020180326121406.14548-5-jarkko.sakkinen@linux.intel.com\0" "ref\0ad7a4070-6fff-38e3-0284-45f1d7e6722f@linux.vnet.ibm.com\0" - "From\0Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>\0" - "Subject\0Re: [PATCH v4 4/4] tpm: migrate tpm2_get_random() to use struct tpm_buf\0" + "From\0jarkko.sakkinen@linux.intel.com (Jarkko Sakkinen)\0" + "Subject\0[PATCH v4 4/4] tpm: migrate tpm2_get_random() to use struct tpm_buf\0" "Date\0Fri, 18 May 2018 11:03:37 +0300\0" - "To\0Nayna Jain <nayna@linux.vnet.ibm.com>\0" - "Cc\0linux-integrity@vger.kernel.org" - linux-security-module@vger.kernel.org - Peter Huewe <peterhuewe@gmx.de> - Jason Gunthorpe <jgg@ziepe.ca> - Arnd Bergmann <arnd@arndb.de> - Greg Kroah-Hartman <gregkh@linuxfoundation.org> - " open list <linux-kernel@vger.kernel.org>\0" + "To\0linux-security-module@vger.kernel.org\0" "\00:1\0" "b\0" "On Fri, May 18, 2018 at 11:39:16AM +0530, Nayna Jain wrote:\n" @@ -211,11 +204,11 @@ "> \n" "> How about having it as :\n" "> \n" - "> if (!total)\n" - "> err = -EIO;\n" + "> ??? if (!total)\n" + "> ??? ??? err = -EIO;\n" "> out:\n" - "> tpm_buf_destroy(&buf);\n" - "> return total?:err;\n" + "> ??? tpm_buf_destroy(&buf);\n" + "> ??? return total?:err;\n" "\n" "I think the former is actually more readable in this case albeit there\n" "is one \n" @@ -276,6 +269,10 @@ "\n" "Thank you.\n" "\n" - /Jarkko + "/Jarkko\n" + "--\n" + "To unsubscribe from this list: send the line \"unsubscribe linux-security-module\" in\n" + "the body of a message to majordomo at vger.kernel.org\n" + More majordomo info at http://vger.kernel.org/majordomo-info.html -cfb543a2dedf21c19afe070f0a5de48c4b44a1252478809d259e58c0f2be7a33 +ff87d597185c51cb0675a087abc741b80e22bede277ce5f6dd2023f114eb0f2a
diff --git a/a/1.txt b/N2/1.txt index 0e3bfc0..45560d9 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -195,11 +195,11 @@ On Fri, May 18, 2018 at 11:39:16AM +0530, Nayna Jain wrote: > > How about having it as : > -> if (!total) -> err = -EIO; +> if (!total) +> err = -EIO; > out: -> tpm_buf_destroy(&buf); -> return total?:err; +> tpm_buf_destroy(&buf); +> return total?:err; I think the former is actually more readable in this case albeit there is one diff --git a/a/content_digest b/N2/content_digest index 8f559a9..1f6f60c 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -211,11 +211,11 @@ "> \n" "> How about having it as :\n" "> \n" - "> if (!total)\n" - "> err = -EIO;\n" + "> \302\240\302\240\302\240 if (!total)\n" + "> \302\240\302\240\302\240 \302\240\302\240\302\240 err = -EIO;\n" "> out:\n" - "> tpm_buf_destroy(&buf);\n" - "> return total?:err;\n" + "> \302\240\302\240\302\240 tpm_buf_destroy(&buf);\n" + "> \302\240\302\240\302\240 return total?:err;\n" "\n" "I think the former is actually more readable in this case albeit there\n" "is one \n" @@ -278,4 +278,4 @@ "\n" /Jarkko -cfb543a2dedf21c19afe070f0a5de48c4b44a1252478809d259e58c0f2be7a33 +5f775618dd1a97b51a6c67a0888c1e21818965d47315ab9f5cd8f36304bb523b
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.