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

diff --git a/a/1.txt b/N1/1.txt
index cf66746..206b013 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -7,7 +7,7 @@ On Thu, 17 Jun 2010 14:14:40 +0100, Alan Cox wrote:
 > --
 > hmc6352: Add driver for the HMC6352 compass
 > 
-> From: Kalhan Trisal <kalhan.trisal-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
+> From: Kalhan Trisal <kalhan.trisal@intel.com>
 > 
 > This driver will report the heading values in degrees to the sysfs interface.
 > The values returned are headings . e.g. 245.6
@@ -15,8 +15,8 @@ On Thu, 17 Jun 2010 14:14:40 +0100, Alan Cox wrote:
 > Alan: Cleanups requested now all folded in and a sysfs description to keep
 > Andrew happy. The sysfs description now resembles hwmon.
 > 
-> Signed-off-by: Kalhan Trisal <kalhan.trisal-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
-> Signed-off-by: Alan Cox <alan-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
+> Signed-off-by: Kalhan Trisal <kalhan.trisal@intel.com>
+> Signed-off-by: Alan Cox <alan@linux.intel.com>
 
 Code looks nicer, however I fear you introduced a bug in the process...
 
@@ -40,21 +40,21 @@ Code looks nicer, however I fear you introduced a bug in the process...
 > +Where:		/sys/bus/i2c/devices/.../heading0_input
 > +Date:		April 2010
 > +Kernel Version: 2.6.36?
-> +Contact:	alan.cox-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org
+> +Contact:	alan.cox@intel.com
 > +Description:	Reports the current heading from the compass as a floating
 > +		point value in degrees.
 > +
 > +Where:		/sys/bus/i2c/devices/.../power_state
 > +Date:		April 2010
 > +Kernel Version: 2.6.36?
-> +Contact:	alan.cox-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org
+> +Contact:	alan.cox@intel.com
 > +Description:	Sets the power state of the device. 0 sets the device into
 > +		sleep mode, 1 wakes it up.
 > +
 > +Where:		/sys/bus/i2c/devices/.../calibration
 > +Date:		April 2010
 > +Kernel Version: 2.6.36?
-> +Contact:	alan.cox-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org
+> +Contact:	alan.cox@intel.com
 > +Description:	Sets the calibration on or off (1 = on, 0 = off). See the
 > +		chip data sheet.
 > +
@@ -263,13 +263,13 @@ Extra blank line.
 > +module_init(sensor_hmc6352_init);
 > +module_exit(sensor_hmc6352_exit);
 > +
-> +MODULE_AUTHOR("Kalhan Trisal <kalhan.trisal-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org");
+> +MODULE_AUTHOR("Kalhan Trisal <kalhan.trisal@intel.com");
 > +MODULE_DESCRIPTION("hmc6352 Compass Driver");
 > +MODULE_LICENSE("GPL v2");
 
 All the rest looks OK, feel free to add:
 
-Reviewed-by: Jean Delvare <khali-PUYAD+kWke1g9hUCZPvPmw@public.gmane.org>
+Reviewed-by: Jean Delvare <khali@linux-fr.org>
 
 -- 
 Jean Delvare
diff --git a/a/content_digest b/N1/content_digest
index 0b3c588..12a77ce 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -3,14 +3,13 @@
  "ref\020100617125056.6d648ee7@lxorguk.ukuu.org.uk\0"
  "ref\04C1A12C6.6070704@cam.ac.uk\0"
  "ref\020100617141440.030f1de9@lxorguk.ukuu.org.uk\0"
- "ref\020100617141440.030f1de9-qBU/x9rampVanCEyBjwyrvXRex20P6io@public.gmane.org\0"
- "From\0Jean Delvare <khali-PUYAD+kWke1g9hUCZPvPmw@public.gmane.org>\0"
+ "From\0Jean Delvare <khali@linux-fr.org>\0"
  "Subject\0Re: [PATCH] hmc6352: Add driver for the HMC6352 compass\0"
  "Date\0Thu, 17 Jun 2010 16:52:50 +0200\0"
- "To\0Alan Cox <alan-qBU/x9rampVanCEyBjwyrvXRex20P6io@public.gmane.org>\0"
- "Cc\0Jonathan Cameron <jic23-KWPb1pKIrIJaa/9Udqfwiw@public.gmane.org>"
-  linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
- " linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0"
+ "To\0Alan Cox <alan@lxorguk.ukuu.org.uk>\0"
+ "Cc\0Jonathan Cameron <jic23@cam.ac.uk>"
+  linux-i2c@vger.kernel.org
+ " linux-kernel@vger.kernel.org\0"
  "\00:1\0"
  "b\0"
  "Hi Alan,\n"
@@ -22,7 +21,7 @@
  "> --\n"
  "> hmc6352: Add driver for the HMC6352 compass\n"
  "> \n"
- "> From: Kalhan Trisal <kalhan.trisal-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>\n"
+ "> From: Kalhan Trisal <kalhan.trisal@intel.com>\n"
  "> \n"
  "> This driver will report the heading values in degrees to the sysfs interface.\n"
  "> The values returned are headings . e.g. 245.6\n"
@@ -30,8 +29,8 @@
  "> Alan: Cleanups requested now all folded in and a sysfs description to keep\n"
  "> Andrew happy. The sysfs description now resembles hwmon.\n"
  "> \n"
- "> Signed-off-by: Kalhan Trisal <kalhan.trisal-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>\n"
- "> Signed-off-by: Alan Cox <alan-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>\n"
+ "> Signed-off-by: Kalhan Trisal <kalhan.trisal@intel.com>\n"
+ "> Signed-off-by: Alan Cox <alan@linux.intel.com>\n"
  "\n"
  "Code looks nicer, however I fear you introduced a bug in the process...\n"
  "\n"
@@ -55,21 +54,21 @@
  "> +Where:\t\t/sys/bus/i2c/devices/.../heading0_input\n"
  "> +Date:\t\tApril 2010\n"
  "> +Kernel Version: 2.6.36?\n"
- "> +Contact:\talan.cox-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org\n"
+ "> +Contact:\talan.cox@intel.com\n"
  "> +Description:\tReports the current heading from the compass as a floating\n"
  "> +\t\tpoint value in degrees.\n"
  "> +\n"
  "> +Where:\t\t/sys/bus/i2c/devices/.../power_state\n"
  "> +Date:\t\tApril 2010\n"
  "> +Kernel Version: 2.6.36?\n"
- "> +Contact:\talan.cox-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org\n"
+ "> +Contact:\talan.cox@intel.com\n"
  "> +Description:\tSets the power state of the device. 0 sets the device into\n"
  "> +\t\tsleep mode, 1 wakes it up.\n"
  "> +\n"
  "> +Where:\t\t/sys/bus/i2c/devices/.../calibration\n"
  "> +Date:\t\tApril 2010\n"
  "> +Kernel Version: 2.6.36?\n"
- "> +Contact:\talan.cox-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org\n"
+ "> +Contact:\talan.cox@intel.com\n"
  "> +Description:\tSets the calibration on or off (1 = on, 0 = off). See the\n"
  "> +\t\tchip data sheet.\n"
  "> +\n"
@@ -278,15 +277,15 @@
  "> +module_init(sensor_hmc6352_init);\n"
  "> +module_exit(sensor_hmc6352_exit);\n"
  "> +\n"
- "> +MODULE_AUTHOR(\"Kalhan Trisal <kalhan.trisal-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org\");\n"
+ "> +MODULE_AUTHOR(\"Kalhan Trisal <kalhan.trisal@intel.com\");\n"
  "> +MODULE_DESCRIPTION(\"hmc6352 Compass Driver\");\n"
  "> +MODULE_LICENSE(\"GPL v2\");\n"
  "\n"
  "All the rest looks OK, feel free to add:\n"
  "\n"
- "Reviewed-by: Jean Delvare <khali-PUYAD+kWke1g9hUCZPvPmw@public.gmane.org>\n"
+ "Reviewed-by: Jean Delvare <khali@linux-fr.org>\n"
  "\n"
  "-- \n"
  Jean Delvare
 
-5b7f5dab50c609d4688b864de3549e747a1afefd0b77a5b049a527d3a971340e
+45401d54f6e70e8529d2c1f199e9173c4ee03ce6b2c52b1c838775adc86d697d

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.