diff for duplicates of <536E01BF.6020702@kernel.org> diff --git a/a/1.txt b/N1/1.txt index 66108b5..b833585 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -23,8 +23,8 @@ Thanks, >> *val1 = 0; >> - for (i = 0; ARRAY_SIZE(unit_conversion); ++i) { >> + for (i = 0; i < ARRAY_SIZE(unit_conversion); ++i) { ->> if (unit_conversion[i].usage_id = usage_id && ->> unit_conversion[i].unit = attr_info->units) { +>> if (unit_conversion[i].usage_id == usage_id && +>> unit_conversion[i].unit == attr_info->units) { >> exp = hid_sensor_convert_exponent( >> -- >> To unsubscribe from this list: send the line "unsubscribe linux-iio" in diff --git a/a/content_digest b/N1/content_digest index 71d2777..daea6bf 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\0536D089C.9040307@linux.intel.com\0" "From\0Jonathan Cameron <jic23@kernel.org>\0" "Subject\0Re: [patch] iio: hid-sensors: typo leads to potential forever loop\0" - "Date\0Sat, 10 May 2014 10:38:55 +0000\0" + "Date\0Sat, 10 May 2014 11:38:55 +0100\0" "To\0Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>" " Dan Carpenter <dan.carpenter@oracle.com>\0" "Cc\0linux-iio@vger.kernel.org" @@ -34,8 +34,8 @@ ">> *val1 = 0;\n" ">> - for (i = 0; ARRAY_SIZE(unit_conversion); ++i) {\n" ">> + for (i = 0; i < ARRAY_SIZE(unit_conversion); ++i) {\n" - ">> if (unit_conversion[i].usage_id = usage_id &&\n" - ">> unit_conversion[i].unit = attr_info->units) {\n" + ">> if (unit_conversion[i].usage_id == usage_id &&\n" + ">> unit_conversion[i].unit == attr_info->units) {\n" ">> exp = hid_sensor_convert_exponent(\n" ">> --\n" ">> To unsubscribe from this list: send the line \"unsubscribe linux-iio\" in\n" @@ -48,4 +48,4 @@ "> the body of a message to majordomo@vger.kernel.org\n" > More majordomo info at http://vger.kernel.org/majordomo-info.html -22f78c78eea85ec7d284b774056a99d1b014226cf9ba82c993adc40b38bc1491 +3d6255bca23ea7ea66fba4e3d9065af4523e1ca0a3d2328acc1bbfb958a9b724
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.