diff for duplicates of <20190301175918.29694-9-vt@altlinux.org> diff --git a/a/1.txt b/N1/1.txt index a897637..a19346f 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -60,7 +60,7 @@ index ed1237115066..5f36792d143d 100644 @@ -112,7 +113,7 @@ static void vli_clear(u64 *vli, unsigned int ndigits) } - /* Returns true if vli = 0, false otherwise. */ + /* Returns true if vli == 0, false otherwise. */ -static bool vli_is_zero(const u64 *vli, unsigned int ndigits) +bool vli_is_zero(const u64 *vli, unsigned int ndigits) { @@ -90,7 +90,7 @@ index ed1237115066..5f36792d143d 100644 +EXPORT_SYMBOL(vli_cmp); /* Computes result = in << c, returning carry. Can modify in place - * (if result = in). 0 < shift < 64. + * (if result == in). 0 < shift < 64. @@ -240,7 +243,7 @@ static u64 vli_add(u64 *result, const u64 *left, const u64 *right, } @@ -256,7 +256,7 @@ index f75a86baa3bd..3809dbeb699a 100644 + * @ndigits: length of both vlis + * + * Returns sign of @left - @right, i.e. -1 if @left < @right, -+ * 0 if @left = @right, 1 if @left > @right. ++ * 0 if @left == @right, 1 if @left > @right. + */ +int vli_cmp(const u64 *left, const u64 *right, unsigned int ndigits); + diff --git a/a/content_digest b/N1/content_digest index 1405da9..38068bd 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\020190301175918.29694-1-vt@altlinux.org\0" "From\0Vitaly Chikunov <vt@altlinux.org>\0" "Subject\0[PATCH v7 08/11] crypto: ecc - make ecc into separate module\0" - "Date\0Fri, 01 Mar 2019 17:59:15 +0000\0" + "Date\0Fri, 1 Mar 2019 20:59:15 +0300\0" "To\0Herbert Xu <herbert@gondor.apana.org.au>" David Howells <dhowells@redhat.com> Mimi Zohar <zohar@linux.ibm.com> @@ -74,7 +74,7 @@ "@@ -112,7 +113,7 @@ static void vli_clear(u64 *vli, unsigned int ndigits)\n" " }\n" " \n" - " /* Returns true if vli = 0, false otherwise. */\n" + " /* Returns true if vli == 0, false otherwise. */\n" "-static bool vli_is_zero(const u64 *vli, unsigned int ndigits)\n" "+bool vli_is_zero(const u64 *vli, unsigned int ndigits)\n" " {\n" @@ -104,7 +104,7 @@ "+EXPORT_SYMBOL(vli_cmp);\n" " \n" " /* Computes result = in << c, returning carry. Can modify in place\n" - " * (if result = in). 0 < shift < 64.\n" + " * (if result == in). 0 < shift < 64.\n" "@@ -240,7 +243,7 @@ static u64 vli_add(u64 *result, const u64 *left, const u64 *right,\n" " }\n" " \n" @@ -270,7 +270,7 @@ "+ * @ndigits:\t\tlength of both vlis\n" "+ *\n" "+ * Returns sign of @left - @right, i.e. -1 if @left < @right,\n" - "+ * 0 if @left = @right, 1 if @left > @right.\n" + "+ * 0 if @left == @right, 1 if @left > @right.\n" "+ */\n" "+int vli_cmp(const u64 *left, const u64 *right, unsigned int ndigits);\n" "+\n" @@ -330,4 +330,4 @@ "-- \n" 2.11.0 -8dc418f7ac6e12624e4e0ea0684fbb2f4f75de66fd3b32809a88b55660a44b0c +0335da55d0b73b5263c74e0f7668b7bc8e918eae0cc06e9d64efd2748a6c6fc3
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.