All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <53C7D52E.5020205@imgtec.com>

diff --git a/a/1.txt b/N1/1.txt
index ed4868f..42ea4c7 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -10,7 +10,7 @@ On 07/17/2014 02:27 PM, Andrey Utkin wrote:
 > separate return status from returned offset value. The latter approach
 > was chosen, however, I am not sure which would be practically optimal.
 > 
-> Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id€371
+> Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=80371
 > Reported-by: David Binderman <dcb314@hotmail.com>
 > Signed-off-by: Andrey Utkin <andrey.krieger.utkin@gmail.com>
 > ---
@@ -34,9 +34,9 @@ On 07/17/2014 02:27 PM, Andrey Utkin wrote:
 >  	unsigned int off;
 >  
 >  	for (off = 0; off < sizeof(struct sk_buff); off++) {
-> -		if (ct[off] = PKT_TYPE_MAX)
+> -		if (ct[off] == PKT_TYPE_MAX)
 > -			return off;
-> +		if (ct[off] = PKT_TYPE_MAX) {
+> +		if (ct[off] == PKT_TYPE_MAX) {
 > +			*off_arg = off;
 > +			return 0;
 > +		}
@@ -62,7 +62,3 @@ variable, but I am fine either way.
 
 -- 
 markos
---
-To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in
-the body of a message to majordomo@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 d0ccb81..07ca40c 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,13 +1,13 @@
  "ref\01405603655-12571-1-git-send-email-andrey.krieger.utkin@gmail.com\0"
  "From\0Markos Chandras <Markos.Chandras@imgtec.com>\0"
  "Subject\0Re: [PATCH 2/3] arch/mips/net/bpf_jit.c: fix failure check\0"
- "Date\0Thu, 17 Jul 2014 13:52:46 +0000\0"
+ "Date\0Thu, 17 Jul 2014 14:52:46 +0100\0"
  "To\0Andrey Utkin <andrey.krieger.utkin@gmail.com>"
-  linux-kernel@vger.kernel.org
-  kernel-janitors@vger.kernel.org
- " linux-mips@linux-mips.org\0"
- "Cc\0dborkman@redhat.com"
- " ralf@linux-mips.org\0"
+  <linux-kernel@vger.kernel.org>
+  <kernel-janitors@vger.kernel.org>
+ " <linux-mips@linux-mips.org>\0"
+ "Cc\0<dborkman@redhat.com>"
+ " <ralf@linux-mips.org>\0"
  "\00:1\0"
  "b\0"
  "On 07/17/2014 02:27 PM, Andrey Utkin wrote:\n"
@@ -22,7 +22,7 @@
  "> separate return status from returned offset value. The latter approach\n"
  "> was chosen, however, I am not sure which would be practically optimal.\n"
  "> \n"
- "> Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id\342\202\254371\n"
+ "> Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=80371\n"
  "> Reported-by: David Binderman <dcb314@hotmail.com>\n"
  "> Signed-off-by: Andrey Utkin <andrey.krieger.utkin@gmail.com>\n"
  "> ---\n"
@@ -46,9 +46,9 @@
  ">  \tunsigned int off;\n"
  ">  \n"
  ">  \tfor (off = 0; off < sizeof(struct sk_buff); off++) {\n"
- "> -\t\tif (ct[off] = PKT_TYPE_MAX)\n"
+ "> -\t\tif (ct[off] == PKT_TYPE_MAX)\n"
  "> -\t\t\treturn off;\n"
- "> +\t\tif (ct[off] = PKT_TYPE_MAX) {\n"
+ "> +\t\tif (ct[off] == PKT_TYPE_MAX) {\n"
  "> +\t\t\t*off_arg = off;\n"
  "> +\t\t\treturn 0;\n"
  "> +\t\t}\n"
@@ -73,10 +73,6 @@
  "variable, but I am fine either way.\n"
  "\n"
  "-- \n"
- "markos\n"
- "--\n"
- "To unsubscribe from this list: send the line \"unsubscribe kernel-janitors\" in\n"
- "the body of a message to majordomo@vger.kernel.org\n"
- More majordomo info at  http://vger.kernel.org/majordomo-info.html
+ markos
 
-1c2f7964bcccd8545056144c14ea1cc84b05c37220bd642e939bd109e8f1952e
+69719959ef61e06fe492db113d6cbf6c04b20dec9823a89b4633003fedcecc58

diff --git a/a/1.txt b/N2/1.txt
index ed4868f..42ea4c7 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -10,7 +10,7 @@ On 07/17/2014 02:27 PM, Andrey Utkin wrote:
 > separate return status from returned offset value. The latter approach
 > was chosen, however, I am not sure which would be practically optimal.
 > 
-> Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id€371
+> Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=80371
 > Reported-by: David Binderman <dcb314@hotmail.com>
 > Signed-off-by: Andrey Utkin <andrey.krieger.utkin@gmail.com>
 > ---
@@ -34,9 +34,9 @@ On 07/17/2014 02:27 PM, Andrey Utkin wrote:
 >  	unsigned int off;
 >  
 >  	for (off = 0; off < sizeof(struct sk_buff); off++) {
-> -		if (ct[off] = PKT_TYPE_MAX)
+> -		if (ct[off] == PKT_TYPE_MAX)
 > -			return off;
-> +		if (ct[off] = PKT_TYPE_MAX) {
+> +		if (ct[off] == PKT_TYPE_MAX) {
 > +			*off_arg = off;
 > +			return 0;
 > +		}
@@ -62,7 +62,3 @@ variable, but I am fine either way.
 
 -- 
 markos
---
-To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in
-the body of a message to majordomo@vger.kernel.org
-More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff --git a/a/content_digest b/N2/content_digest
index d0ccb81..7f94c5b 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,7 +1,7 @@
  "ref\01405603655-12571-1-git-send-email-andrey.krieger.utkin@gmail.com\0"
  "From\0Markos Chandras <Markos.Chandras@imgtec.com>\0"
  "Subject\0Re: [PATCH 2/3] arch/mips/net/bpf_jit.c: fix failure check\0"
- "Date\0Thu, 17 Jul 2014 13:52:46 +0000\0"
+ "Date\0Thu, 17 Jul 2014 14:52:46 +0100\0"
  "To\0Andrey Utkin <andrey.krieger.utkin@gmail.com>"
   linux-kernel@vger.kernel.org
   kernel-janitors@vger.kernel.org
@@ -22,7 +22,7 @@
  "> separate return status from returned offset value. The latter approach\n"
  "> was chosen, however, I am not sure which would be practically optimal.\n"
  "> \n"
- "> Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id\342\202\254371\n"
+ "> Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=80371\n"
  "> Reported-by: David Binderman <dcb314@hotmail.com>\n"
  "> Signed-off-by: Andrey Utkin <andrey.krieger.utkin@gmail.com>\n"
  "> ---\n"
@@ -46,9 +46,9 @@
  ">  \tunsigned int off;\n"
  ">  \n"
  ">  \tfor (off = 0; off < sizeof(struct sk_buff); off++) {\n"
- "> -\t\tif (ct[off] = PKT_TYPE_MAX)\n"
+ "> -\t\tif (ct[off] == PKT_TYPE_MAX)\n"
  "> -\t\t\treturn off;\n"
- "> +\t\tif (ct[off] = PKT_TYPE_MAX) {\n"
+ "> +\t\tif (ct[off] == PKT_TYPE_MAX) {\n"
  "> +\t\t\t*off_arg = off;\n"
  "> +\t\t\treturn 0;\n"
  "> +\t\t}\n"
@@ -73,10 +73,6 @@
  "variable, but I am fine either way.\n"
  "\n"
  "-- \n"
- "markos\n"
- "--\n"
- "To unsubscribe from this list: send the line \"unsubscribe kernel-janitors\" in\n"
- "the body of a message to majordomo@vger.kernel.org\n"
- More majordomo info at  http://vger.kernel.org/majordomo-info.html
+ markos
 
-1c2f7964bcccd8545056144c14ea1cc84b05c37220bd642e939bd109e8f1952e
+f336e3085359e31a222a9eccd4d74645329accedf0ccd67ec3bec8cbf2155b7b

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.