All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <14808775.AMIXvBTC8g@diego>

diff --git a/a/1.txt b/N1/1.txt
index 5c8983f..e19515b 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -45,7 +45,8 @@ For
 
 Reviewed-by: Heiko Stuebner <heiko@sntech.de>
 
---
-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 ca624ac..d198597 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,7 +1,7 @@
  "ref\01436167189-29835-1-git-send-email-s.hauer@pengutronix.de\0"
  "From\0Heiko St\303\274bner <heiko@sntech.de>\0"
- "Subject\0Re: [PATCH] thermal: consistently use int for temperatures\0"
- "Date\0Mon, 06 Jul 2015 21:07:49 +0200\0"
+ "Subject\0Re: [lm-sensors] [PATCH] thermal: consistently use int for temperatures\0"
+ "Date\0Mon, 06 Jul 2015 19:07:49 +0000\0"
  "To\0Sascha Hauer <s.hauer@pengutronix.de>\0"
  "Cc\0linux-pm@vger.kernel.org"
   Zhang Rui <rui.zhang@intel.com>
@@ -71,9 +71,10 @@
  "\n"
  "Reviewed-by: Heiko Stuebner <heiko@sntech.de>\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
 
-1cd3b76ddbfebe2c250dd30b8ded2048c849acb80f8c7502127e885280c321b6
+7364f8c2dacb94f4714f032fe4decdddd74b4faf59a161abfd4c348c237ed009

diff --git a/a/1.txt b/N2/1.txt
index 5c8983f..c745ba4 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -4,12 +4,12 @@ Am Montag, 6. Juli 2015, 09:19:49 schrieb Sascha Hauer:
 > 
 > 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 is above the melting point of all known materials.
+> ?mC is above the melting point of all known materials.
 > 
 > Consistently use a plain 'int' for temperatures throughout the thermal code
 > and the drivers. This only changes the places in the drivers where the
@@ -19,24 +19,24 @@ Am Montag, 6. Juli 2015, 09:19:49 schrieb Sascha Hauer:
 > Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
 > Cc: Zhang Rui <rui.zhang@intel.com>
 > Cc: Eduardo Valentin <edubezval@gmail.com>
-> Cc: linux-pm@vger.kernel.org
-> Cc: linux-kernel@vger.kernel.org
+> Cc: linux-pm at vger.kernel.org
+> Cc: linux-kernel at vger.kernel.org
 > Cc: Jean Delvare <jdelvare@suse.de>
 > Cc: Peter Feuerer <peter@piie.net>
 > Cc: Heiko Stuebner <heiko@sntech.de>
 > Cc: Lukasz Majewski <l.majewski@samsung.com>
 > Cc: Stephen Warren <swarren@wwwdotorg.org>
 > Cc: Thierry Reding <thierry.reding@gmail.com>
-> Cc: linux-acpi@vger.kernel.org
-> Cc: platform-driver-x86@vger.kernel.org
-> Cc: linux-arm-kernel@lists.infradead.org
-> Cc: linux-omap@vger.kernel.org
-> Cc: linux-samsung-soc@vger.kernel.org
+> Cc: linux-acpi at vger.kernel.org
+> Cc: platform-driver-x86 at vger.kernel.org
+> Cc: linux-arm-kernel at lists.infradead.org
+> Cc: linux-omap at vger.kernel.org
+> Cc: linux-samsung-soc at vger.kernel.org
 > Cc: Guenter Roeck <linux@roeck-us.net>
 > Cc: Rafael J. Wysocki <rjw@rjwysocki.net>
 > Cc: Maxime Ripard <maxime.ripard@free-electrons.com>
 > Cc: Darren Hart <dvhart@infradead.org>
-> Cc: lm-sensors@lm-sensors.org
+> Cc: lm-sensors at lm-sensors.org
 > ---
 
 For
@@ -44,8 +44,3 @@ For
 >  drivers/thermal/rockchip_thermal.c                 | 10 ++++----
 
 Reviewed-by: Heiko Stuebner <heiko@sntech.de>
-
---
-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 ca624ac..fe4f4dc 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,27 +1,8 @@
  "ref\01436167189-29835-1-git-send-email-s.hauer@pengutronix.de\0"
- "From\0Heiko St\303\274bner <heiko@sntech.de>\0"
- "Subject\0Re: [PATCH] thermal: consistently use int for temperatures\0"
+ "From\0heiko@sntech.de (Heiko St\303\274bner)\0"
+ "Subject\0[PATCH] thermal: consistently use int for temperatures\0"
  "Date\0Mon, 06 Jul 2015 21:07:49 +0200\0"
- "To\0Sascha Hauer <s.hauer@pengutronix.de>\0"
- "Cc\0linux-pm@vger.kernel.org"
-  Zhang Rui <rui.zhang@intel.com>
-  Eduardo Valentin <edubezval@gmail.com>
-  linux-kernel@vger.kernel.org
-  Jean Delvare <jdelvare@suse.de>
-  Peter Feuerer <peter@piie.net>
-  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
-  Guenter Roeck <linux@roeck-us.net>
-  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"
  "Am Montag, 6. Juli 2015, 09:19:49 schrieb Sascha Hauer:\n"
@@ -30,12 +11,12 @@
  "> \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\n"
- "> \302\260mC is above the melting point of all known materials.\n"
+ "> ?mC is above the melting point of all known materials.\n"
  "> \n"
  "> Consistently use a plain 'int' for temperatures throughout the thermal code\n"
  "> and the drivers. This only changes the places in the drivers where the\n"
@@ -45,35 +26,30 @@
  "> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>\n"
  "> Cc: Zhang Rui <rui.zhang@intel.com>\n"
  "> Cc: Eduardo Valentin <edubezval@gmail.com>\n"
- "> Cc: linux-pm@vger.kernel.org\n"
- "> Cc: linux-kernel@vger.kernel.org\n"
+ "> Cc: linux-pm at vger.kernel.org\n"
+ "> Cc: linux-kernel at vger.kernel.org\n"
  "> Cc: Jean Delvare <jdelvare@suse.de>\n"
  "> Cc: Peter Feuerer <peter@piie.net>\n"
  "> Cc: Heiko Stuebner <heiko@sntech.de>\n"
  "> Cc: Lukasz Majewski <l.majewski@samsung.com>\n"
  "> Cc: Stephen Warren <swarren@wwwdotorg.org>\n"
  "> Cc: Thierry Reding <thierry.reding@gmail.com>\n"
- "> Cc: linux-acpi@vger.kernel.org\n"
- "> Cc: platform-driver-x86@vger.kernel.org\n"
- "> Cc: linux-arm-kernel@lists.infradead.org\n"
- "> Cc: linux-omap@vger.kernel.org\n"
- "> Cc: linux-samsung-soc@vger.kernel.org\n"
+ "> Cc: linux-acpi at vger.kernel.org\n"
+ "> Cc: platform-driver-x86 at vger.kernel.org\n"
+ "> Cc: linux-arm-kernel at lists.infradead.org\n"
+ "> Cc: linux-omap at vger.kernel.org\n"
+ "> Cc: linux-samsung-soc at vger.kernel.org\n"
  "> Cc: Guenter Roeck <linux@roeck-us.net>\n"
  "> Cc: Rafael J. Wysocki <rjw@rjwysocki.net>\n"
  "> Cc: Maxime Ripard <maxime.ripard@free-electrons.com>\n"
  "> Cc: Darren Hart <dvhart@infradead.org>\n"
- "> Cc: lm-sensors@lm-sensors.org\n"
+ "> Cc: lm-sensors at lm-sensors.org\n"
  "> ---\n"
  "\n"
  "For\n"
  "\n"
  ">  drivers/thermal/rockchip_thermal.c                 | 10 ++++----\n"
  "\n"
- "Reviewed-by: Heiko Stuebner <heiko@sntech.de>\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
+ Reviewed-by: Heiko Stuebner <heiko@sntech.de>
 
-1cd3b76ddbfebe2c250dd30b8ded2048c849acb80f8c7502127e885280c321b6
+baf5d512b13c6cdd536c01a2d654786fba1ec6a31cf2b37f64d18e33b9d91a95

diff --git a/a/1.txt b/N3/1.txt
index 5c8983f..b8824da 100644
--- a/a/1.txt
+++ b/N3/1.txt
@@ -44,8 +44,3 @@ For
 >  drivers/thermal/rockchip_thermal.c                 | 10 ++++----
 
 Reviewed-by: Heiko Stuebner <heiko@sntech.de>
-
---
-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 ca624ac..73aced3 100644
--- a/a/content_digest
+++ b/N3/content_digest
@@ -69,11 +69,6 @@
  "\n"
  ">  drivers/thermal/rockchip_thermal.c                 | 10 ++++----\n"
  "\n"
- "Reviewed-by: Heiko Stuebner <heiko@sntech.de>\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
+ Reviewed-by: Heiko Stuebner <heiko@sntech.de>
 
-1cd3b76ddbfebe2c250dd30b8ded2048c849acb80f8c7502127e885280c321b6
+08782da94aac6903da9e418de3f821254ec3c55428bd731afe1f8988d6219930

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.