All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <568816B4.2090003@kernel.org>

diff --git a/a/1.txt b/N1/1.txt
index fda28e6..5b66ebc 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -50,7 +50,7 @@ however... Hence I'd drop reporting it entirely in this function.
 > -		goto err;
 > +		goto report_failure;
 >  
->  	if (read_1 = read_2) {
+>  	if (read_1 == read_2) {
 >  		ret = -EINVAL;
 I think this one indicates we can't actually read anything at all
 for some reason...  It's the only form of error we won't have effectively
@@ -73,7 +73,7 @@ already reported so is worthy of some sort of debug message...
 > -		goto err;
 > +		goto report_failure;
 >  
->  	if (read_1 = read_2) {
+>  	if (read_1 == read_2) {
 >  		ret = -EINVAL;
 > -		goto err;
 > +		goto report_failure;
diff --git a/a/content_digest b/N1/content_digest
index dc24190..a6ee43b 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,7 +2,7 @@
  "ref\0567E9059.30709@users.sourceforge.net\0"
  "From\0Jonathan Cameron <jic23@kernel.org>\0"
  "Subject\0Re: [PATCH] iio: qcom-spmi-vadc: One check less in vadc_measure_ref_points() after error detection\0"
- "Date\0Sat, 02 Jan 2016 18:28:04 +0000\0"
+ "Date\0Sat, 2 Jan 2016 18:28:04 +0000\0"
  "To\0SF Markus Elfring <elfring@users.sourceforge.net>"
   linux-iio@vger.kernel.org
   Hartmut Knaack <knaack.h@gmx.de>
@@ -65,7 +65,7 @@
  "> -\t\tgoto err;\n"
  "> +\t\tgoto report_failure;\n"
  ">  \n"
- ">  \tif (read_1 = read_2) {\n"
+ ">  \tif (read_1 == read_2) {\n"
  ">  \t\tret = -EINVAL;\n"
  "I think this one indicates we can't actually read anything at all\n"
  "for some reason...  It's the only form of error we won't have effectively\n"
@@ -88,7 +88,7 @@
  "> -\t\tgoto err;\n"
  "> +\t\tgoto report_failure;\n"
  ">  \n"
- ">  \tif (read_1 = read_2) {\n"
+ ">  \tif (read_1 == read_2) {\n"
  ">  \t\tret = -EINVAL;\n"
  "> -\t\tgoto err;\n"
  "> +\t\tgoto report_failure;\n"
@@ -107,4 +107,4 @@
  ">  }\n"
  >
 
-ef8e3a07da6f73b8d4c95a67066e222f9a717f88defc423cb097e59c3eaa41e0
+7a8ca6375dd40090e264a2bcaf1b7c4e2efdd18713cdb7be09c76dbccebfde66

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.