diff for duplicates of <55B2C105.3040600@roeck-us.net> diff --git a/a/1.txt b/N1/1.txt index f1d3c87..3b4e02f 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -39,7 +39,8 @@ from ignoring it. Guenter --- -To unsubscribe from this list: send the line "unsubscribe linux-acpi" in -the body of a message to majordomo@vger.kernel.org -More majordomo info at http://vger.kernel.org/majordomo-info.html + +_______________________________________________ +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 d92c4c3..590b484 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -4,8 +4,8 @@ "ref\055B244BE.1060203@roeck-us.net\0" "ref\020150724221102.GA31517@amd\0" "From\0Guenter Roeck <linux@roeck-us.net>\0" - "Subject\0Re: [PATCH v2] thermal: consistently use int for temperatures\0" - "Date\0Fri, 24 Jul 2015 15:49:41 -0700\0" + "Subject\0Re: [lm-sensors] [PATCH v2] thermal: consistently use int for temperatures\0" + "Date\0Fri, 24 Jul 2015 22:49:41 +0000\0" "To\0Pavel Machek <pavel@ucw.cz>\0" "Cc\0Sascha Hauer <s.hauer@pengutronix.de>" linux-pm@vger.kernel.org @@ -71,9 +71,10 @@ "\n" "Guenter\n" "\n" - "--\n" - "To unsubscribe from this list: send the line \"unsubscribe linux-acpi\" in\n" - "the body of a message to majordomo@vger.kernel.org\n" - More majordomo info at http://vger.kernel.org/majordomo-info.html + "\n" + "_______________________________________________\n" + "lm-sensors mailing list\n" + "lm-sensors@lm-sensors.org\n" + http://lists.lm-sensors.org/mailman/listinfo/lm-sensors -5689e5fde2f38299ea7ec92b7c8f2a0a5082cdd77406c1893106ef43535ec0ce +699a14b8aa14777d46755f9ed96f36d6cabd73ebaf8a8baffce94141d2a1f030
diff --git a/a/1.txt b/N2/1.txt index f1d3c87..57edb4f 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -8,11 +8,11 @@ On 07/24/2015 03:11 PM, Pavel Machek wrote: >>>>> >>>>> Using an unsigned type limits the thermal framework to positive >>>>> temperatures without need. Also several drivers currently will report ->>>>> temperatures near UINT_MAX for temperatures below 0°C. This will probably +>>>>> temperatures near UINT_MAX for temperatures below 0?C. This will probably >>>>> immediately shut the machine down due to overtemperature if started below ->>>>> 0°C. +>>>>> 0?C. >>>>> ->>>>> 'long' is 64bit on several architectures. This is not needed since INT_MAX °mC +>>>>> 'long' is 64bit on several architectures. This is not needed since INT_MAX ?mC >>>>> is above the melting point of all known materials. >>>> >>>> Can we do something like @@ -38,8 +38,3 @@ even if millicelsius_t is defined. A typedef doesn't preclude people from ignoring it. Guenter - --- -To unsubscribe from this list: send the line "unsubscribe linux-acpi" in -the body of a message to majordomo@vger.kernel.org -More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/a/content_digest b/N2/content_digest index d92c4c3..3447d21 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -3,31 +3,10 @@ "ref\020150724062948.GK18700@pengutronix.de\0" "ref\055B244BE.1060203@roeck-us.net\0" "ref\020150724221102.GA31517@amd\0" - "From\0Guenter Roeck <linux@roeck-us.net>\0" - "Subject\0Re: [PATCH v2] thermal: consistently use int for temperatures\0" + "From\0linux@roeck-us.net (Guenter Roeck)\0" + "Subject\0[PATCH v2] thermal: consistently use int for temperatures\0" "Date\0Fri, 24 Jul 2015 15:49:41 -0700\0" - "To\0Pavel Machek <pavel@ucw.cz>\0" - "Cc\0Sascha Hauer <s.hauer@pengutronix.de>" - linux-pm@vger.kernel.org - Zhang Rui <rui.zhang@intel.com> - Eduardo Valentin <edubezval@gmail.com> - linux-kernel@vger.kernel.org - Punit Agrawal <punit.agrawal@arm.com> - Jean Delvare <jdelvare@suse.de> - Peter Feuerer <peter@piie.net> - Heiko Stuebner <heiko@sntech.de> - Lukasz Majewski <l.majewski@samsung.com> - Stephen Warren <swarren@wwwdotorg.org> - Thierry Reding <thierry.reding@gmail.com> - linux-acpi@vger.kernel.org - platform-driver-x86@vger.kernel.org - linux-arm-kernel@lists.infradead.org - linux-omap@vger.kernel.org - linux-samsung-soc@vger.kernel.org - Rafael J. Wysocki <rjw@rjwysocki.net> - Maxime Ripard <maxime.ripard@free-electrons.com> - Darren Hart <dvhart@infradead.org> - " lm-sensors@lm-sensors.org\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "On 07/24/2015 03:11 PM, Pavel Machek wrote:\n" @@ -40,11 +19,11 @@ ">>>>>\n" ">>>>> Using an unsigned type limits the thermal framework to positive\n" ">>>>> temperatures without need. Also several drivers currently will report\n" - ">>>>> temperatures near UINT_MAX for temperatures below 0\302\260C. This will probably\n" + ">>>>> temperatures near UINT_MAX for temperatures below 0?C. This will probably\n" ">>>>> immediately shut the machine down due to overtemperature if started below\n" - ">>>>> 0\302\260C.\n" + ">>>>> 0?C.\n" ">>>>>\n" - ">>>>> 'long' is 64bit on several architectures. This is not needed since INT_MAX \302\260mC\n" + ">>>>> 'long' is 64bit on several architectures. This is not needed since INT_MAX ?mC\n" ">>>>> is above the melting point of all known materials.\n" ">>>>\n" ">>>> Can we do something like\n" @@ -69,11 +48,6 @@ "even if millicelsius_t is defined. A typedef doesn't preclude people\n" "from ignoring it.\n" "\n" - "Guenter\n" - "\n" - "--\n" - "To unsubscribe from this list: send the line \"unsubscribe linux-acpi\" in\n" - "the body of a message to majordomo@vger.kernel.org\n" - More majordomo info at http://vger.kernel.org/majordomo-info.html + Guenter -5689e5fde2f38299ea7ec92b7c8f2a0a5082cdd77406c1893106ef43535ec0ce +ed202799708e8c7579855fc25f0c8091fe3d412a85fd7ac8f92d0d618441659f
diff --git a/a/1.txt b/N3/1.txt index f1d3c87..8672945 100644 --- a/a/1.txt +++ b/N3/1.txt @@ -38,8 +38,3 @@ even if millicelsius_t is defined. A typedef doesn't preclude people from ignoring it. Guenter - --- -To unsubscribe from this list: send the line "unsubscribe linux-acpi" in -the body of a message to majordomo@vger.kernel.org -More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/a/content_digest b/N3/content_digest index d92c4c3..9de1d45 100644 --- a/a/content_digest +++ b/N3/content_digest @@ -69,11 +69,6 @@ "even if millicelsius_t is defined. A typedef doesn't preclude people\n" "from ignoring it.\n" "\n" - "Guenter\n" - "\n" - "--\n" - "To unsubscribe from this list: send the line \"unsubscribe linux-acpi\" in\n" - "the body of a message to majordomo@vger.kernel.org\n" - More majordomo info at http://vger.kernel.org/majordomo-info.html + Guenter -5689e5fde2f38299ea7ec92b7c8f2a0a5082cdd77406c1893106ef43535ec0ce +114e04340a70eb8f3d296bb7d464f8d72feba40bc18a6f093861d44cfb8b99b2
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.