All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20160713223433.GA20475@mwanda>

diff --git a/a/1.txt b/N1/1.txt
index 45d56a8..0499019 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -12,8 +12,8 @@ index 2432298..ff0feab 100644
  					break;
  			}
  		}
--		if (stack->sym = last_sym)
-+		if (stack->sym = last_sym) {
+-		if (stack->sym == last_sym)
++		if (stack->sym == last_sym) {
  			fprintf(stderr, "%s:%d:error: recursive dependency detected!\n",
  				prop->file->name, prop->lineno);
  			fprintf(stderr, "For a resolution refer to Documentation/kbuild/kconfig-language.txt\n");
diff --git a/a/content_digest b/N1/content_digest
index 199b693..65f6632 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,6 +1,6 @@
  "From\0Dan Carpenter <dan.carpenter@oracle.com>\0"
  "Subject\0[patch] kconfig: Add some missing curly braces\0"
- "Date\0Wed, 13 Jul 2016 22:34:33 +0000\0"
+ "Date\0Thu, 14 Jul 2016 01:34:33 +0300\0"
  "To\0Yann E. MORIN <yann.morin.1998@free.fr>"
  " Luis R. Rodriguez <mcgrof@kernel.org>\0"
  "Cc\0linux-kbuild@vger.kernel.org"
@@ -23,8 +23,8 @@
  " \t\t\t\t\tbreak;\n"
  " \t\t\t}\n"
  " \t\t}\n"
- "-\t\tif (stack->sym = last_sym)\n"
- "+\t\tif (stack->sym = last_sym) {\n"
+ "-\t\tif (stack->sym == last_sym)\n"
+ "+\t\tif (stack->sym == last_sym) {\n"
  " \t\t\tfprintf(stderr, \"%s:%d:error: recursive dependency detected!\\n\",\n"
  " \t\t\t\tprop->file->name, prop->lineno);\n"
  " \t\t\tfprintf(stderr, \"For a resolution refer to Documentation/kbuild/kconfig-language.txt\\n\");\n"
@@ -34,4 +34,4 @@
  " \t\t\tfprintf(stderr, \"%s:%d:\\tsymbol %s %s value contains %s\\n\",\n"
  " \t\t\t\tprop->file->name, prop->lineno,"
 
-b0eb4a4cb242c18ecf24a92aa11e67f8e89b1789818d24bf85b41c7f173c0283
+135df32b279ad885012c8d0abb4997d343933ff91467d457b3f1ccbd03e755da

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.