All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20200402040413.Zgd4kZt3B%akpm@linux-foundation.org>

diff --git a/a/1.txt b/N1/1.txt
index 173b04d..e763313 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -33,4 +33,9 @@ Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
  	const struct fs_parameter_spec *param, *p2;
  	bool good = true;
  
--	pr_notice("*** VALIDATE %s ***\n", name);
\ No newline at end of file
+-	pr_notice("*** VALIDATE %s ***\n", name);
+-
+ 	for (param = desc; param->name; param++) {
+ 		/* Check for duplicate parameter names */
+ 		for (p2 = desc; p2 < param; p2++) {
+_
\ No newline at end of file
diff --git a/a/content_digest b/N1/content_digest
index b7bf2f6..f0dea35 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -61,7 +61,12 @@
   " \tconst struct fs_parameter_spec *param, *p2;\n",
   " \tbool good = true;\n",
   " \n",
-  "-\tpr_notice(\"*** VALIDATE %s ***\\n\", name);"
+  "-\tpr_notice(\"*** VALIDATE %s ***\\n\", name);\n",
+  "-\n",
+  " \tfor (param = desc; param->name; param++) {\n",
+  " \t\t/* Check for duplicate parameter names */\n",
+  " \t\tfor (p2 = desc; p2 < param; p2++) {\n",
+  "_"
 ]
 
-c88059d3f6f429dcd9a5ce3e90c4873dfd0a32abcd90dc304ab217f7f5277de0
+bbbf556fd975a9597e352b3d73927400bcea576befe201ef4422c01e9ae33f54

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.