diff for duplicates of <567E9059.30709@users.sourceforge.net> diff --git a/a/1.txt b/N1/1.txt index edad416..a59350a 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -32,7 +32,7 @@ index c2babe5..391eefa 100644 - goto err; + goto report_failure; - if (read_1 = read_2) { + if (read_1 == read_2) { ret = -EINVAL; - goto err; + goto report_failure; @@ -52,7 +52,7 @@ index c2babe5..391eefa 100644 - 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 2e49201..31a3412 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\0566ABCD9.1060404@users.sourceforge.net\0" "From\0SF Markus Elfring <elfring@users.sourceforge.net>\0" "Subject\0[PATCH] iio: qcom-spmi-vadc: One check less in vadc_measure_ref_points() after error detection\0" - "Date\0Sat, 26 Dec 2015 13:04:25 +0000\0" + "Date\0Sat, 26 Dec 2015 14:04:25 +0100\0" "To\0linux-iio@vger.kernel.org" Hartmut Knaack <knaack.h@gmx.de> Jonathan Cameron <jic23@kernel.org> @@ -46,7 +46,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" @@ -66,7 +66,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" @@ -86,4 +86,4 @@ "-- \n" 2.6.3 -b90cb94cce1b825458a5a9a1f38664d8bdbd2c0c7a11bdeeff0b0f0bc81421bd +de0d5e421b079aa8f54d5e3217149df1192a415b5814622a6c262d7bbf416336
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.