All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20090619231132.22296525@hyperion.delvare>

diff --git a/a/1.txt b/N1/1.txt
index 29d9463..a92dbe0 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -130,7 +130,7 @@ No typedef in kernel code please, an enum is enough.
 > +	struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr);
 > +	struct via_cputemp_data *data = dev_get_drvdata(dev);
 > +
-> +	if (attr->index = SHOW_NAME)
+> +	if (attr->index == SHOW_NAME)
 > +		ret = sprintf(buf, "%s\n", data->name);
 > +	else	/* show label */
 > +		ret = sprintf(buf, "Core %d\n", data->id);
@@ -345,7 +345,7 @@ step to execute. Renaming exit_class to exit_remove would help.
 > +	struct pdev_entry *p, *n;
 > +	mutex_lock(&pdev_list_mutex);
 > +	list_for_each_entry_safe(p, n, &pdev_list, list) {
-> +		if (p->cpu = cpu) {
+> +		if (p->cpu == cpu) {
 > +			platform_device_unregister(p->pdev);
 > +			list_del(&p->list);
 > +			kfree(p);
@@ -469,8 +469,3 @@ The rest looks OK.
 
 -- 
 Jean Delvare
-
-_______________________________________________
-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 debf93b..6bddbde 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,7 +1,7 @@
  "ref\020090609083406.GE25316@prithivi.gnumonks.org\0"
  "From\0Jean Delvare <khali@linux-fr.org>\0"
- "Subject\0Re: [lm-sensors] [PATCH] hwmon: Add driver for VIA CPU core\0"
- "Date\0Fri, 19 Jun 2009 21:11:32 +0000\0"
+ "Subject\0Re: [lm-sensors] [PATCH] hwmon: Add driver for VIA CPU core temperature\0"
+ "Date\0Fri, 19 Jun 2009 23:11:32 +0200\0"
  "To\0Harald Welte <HaraldWelte@viatech.com>\0"
  "Cc\0Linux Kernel Mailinglist <linux-kernel@vger.kernel.org>"
   lm-sensors@lm-sensors.org
@@ -140,7 +140,7 @@
  "> +\tstruct sensor_device_attribute *attr = to_sensor_dev_attr(devattr);\n"
  "> +\tstruct via_cputemp_data *data = dev_get_drvdata(dev);\n"
  "> +\n"
- "> +\tif (attr->index = SHOW_NAME)\n"
+ "> +\tif (attr->index == SHOW_NAME)\n"
  "> +\t\tret = sprintf(buf, \"%s\\n\", data->name);\n"
  "> +\telse\t/* show label */\n"
  "> +\t\tret = sprintf(buf, \"Core %d\\n\", data->id);\n"
@@ -355,7 +355,7 @@
  "> +\tstruct pdev_entry *p, *n;\n"
  "> +\tmutex_lock(&pdev_list_mutex);\n"
  "> +\tlist_for_each_entry_safe(p, n, &pdev_list, list) {\n"
- "> +\t\tif (p->cpu = cpu) {\n"
+ "> +\t\tif (p->cpu == cpu) {\n"
  "> +\t\t\tplatform_device_unregister(p->pdev);\n"
  "> +\t\t\tlist_del(&p->list);\n"
  "> +\t\t\tkfree(p);\n"
@@ -478,11 +478,6 @@
  "The rest looks OK.\n"
  "\n"
  "-- \n"
- "Jean Delvare\n"
- "\n"
- "_______________________________________________\n"
- "lm-sensors mailing list\n"
- "lm-sensors@lm-sensors.org\n"
- http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
+ Jean Delvare
 
-f45a1b81364b60bed8b6bd65aeb2812a6e11d76d5c6dcff9ee789322bc41de30
+9e0ce59faf9736b937faac50f643bebb84b2f8c82e94f55538c54db971ec74c7

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.