All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20190411155122.13245-8-vt@altlinux.org>

diff --git a/a/1.txt b/N1/1.txt
index c139b37..116493e 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 f0dc9eb..7acb35f 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,7 +1,7 @@
  "ref\020190411155122.13245-1-vt@altlinux.org\0"
  "From\0Vitaly Chikunov <vt@altlinux.org>\0"
  "Subject\0[PATCH v9 07/10] crypto: ecc - make ecc into separate module\0"
- "Date\0Thu, 11 Apr 2019 15:51:19 +0000\0"
+ "Date\0Thu, 11 Apr 2019 18:51:19 +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
 
-987a8fe4091d5a36530df38d2e8851047c5d33d6768d55a453c5d12c68478756
+0ac988f0e392423d926d0d36fcacdb9d914363e6c71e8ead54862d6cecadb09f

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.