diff for duplicates of <20120112102251.GA16184@ericsson.com> diff --git a/a/1.txt b/N1/1.txt index 0e29c45..9cf63c0 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -16,10 +16,12 @@ On Thu, Jan 12, 2012 at 03:01:49AM -0500, Jean Delvare wrote: > > > data->alarm &= 0xc0ff; > > > } > > > -> > > - for (chan=0; chan<(data->chip_type = adm1030 ? 1 : 2); chan++) { -> > > + for (chan = 0; chan < (data->chip_type = adm1030 ? 1 : 2); chan++) { -> > > data->fan_div[chan] > > > adm1031_read_value(client, ADM1031_REG_FAN_DIV(chan)); -> > > data->fan_min[chan] > > +> > > - for (chan=0; chan<(data->chip_type == adm1030 ? 1 : 2); chan++) { +> > > + for (chan = 0; chan < (data->chip_type == adm1030 ? 1 : 2); chan++) { +> > > data->fan_div[chan] = +> > > adm1031_read_value(client, ADM1031_REG_FAN_DIV(chan)); +> > > data->fan_min[chan] = +> > > > Err, you apparently did not understand my request. Please send _one_ > > patch fixing all the adm1031 coding style issues at once. > @@ -29,8 +31,3 @@ Just sent you one, with Zac's patches merged into one and (almost) all other che fixed as well. Guenter - -_______________________________________________ -lm-sensors mailing list -lm-sensors@lm-sensors.org -http://lists.lm-sensors.org/mailman/listinfo/lm-sensors diff --git a/a/content_digest b/N1/content_digest index 46040f8..d4623b8 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,7 +3,7 @@ "ref\020120112090149.1acbff01@endymion.delvare\0" "From\0Guenter Roeck <guenter.roeck@ericsson.com>\0" "Subject\0Re: [lm-sensors] [PATCH] Drivers: hwmon: adm1031: fixed spacing coding style issues\0" - "Date\0Thu, 12 Jan 2012 10:22:51 +0000\0" + "Date\0Thu, 12 Jan 2012 02:22:51 -0800\0" "To\0Jean Delvare <khali@linux-fr.org>\0" "Cc\0Zac Storer <zac.3.14159@gmail.com>" linux-kernel@vger.kernel.org <linux-kernel@vger.kernel.org> @@ -28,10 +28,12 @@ "> > > \t\t\tdata->alarm &= 0xc0ff;\n" "> > > \t\t}\n" "> > > \n" - "> > > -\t\tfor (chan=0; chan<(data->chip_type = adm1030 ? 1 : 2); chan++) {\n" - "> > > +\t\tfor (chan = 0; chan < (data->chip_type = adm1030 ? 1 : 2); chan++) {\n" - "> > > \t\t\tdata->fan_div[chan] > > > \t\t\t adm1031_read_value(client, ADM1031_REG_FAN_DIV(chan));\n" - "> > > \t\t\tdata->fan_min[chan] > > \n" + "> > > -\t\tfor (chan=0; chan<(data->chip_type == adm1030 ? 1 : 2); chan++) {\n" + "> > > +\t\tfor (chan = 0; chan < (data->chip_type == adm1030 ? 1 : 2); chan++) {\n" + "> > > \t\t\tdata->fan_div[chan] =\n" + "> > > \t\t\t adm1031_read_value(client, ADM1031_REG_FAN_DIV(chan));\n" + "> > > \t\t\tdata->fan_min[chan] =\n" + "> > \n" "> > Err, you apparently did not understand my request. Please send _one_\n" "> > patch fixing all the adm1031 coding style issues at once.\n" "> \n" @@ -40,11 +42,6 @@ "Just sent you one, with Zac's patches merged into one and (almost) all other checkpatch issues\n" "fixed as well.\n" "\n" - "Guenter\n" - "\n" - "_______________________________________________\n" - "lm-sensors mailing list\n" - "lm-sensors@lm-sensors.org\n" - http://lists.lm-sensors.org/mailman/listinfo/lm-sensors + Guenter -e2a6268d0f05c5be9f7a58a9417256b3bc69b12a780eab13d1b00c248085c111 +db6ed8eef829eb5942f7a73cc6f8358bef28a29d0bab0e3a5028455113de8ea8
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.