All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <49B6A843.3090902@cam.ac.uk>

diff --git a/a/1.txt b/N1/1.txt
index 621741a..e8e37bf 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -175,7 +175,7 @@ bit about calculating lux.
 > 
 > 
 >>From 8ee5021834900f312ff26cd2586c18e99af31a5d Mon Sep 17 00:00:00 2001
-> From: Daniel Mack <daniel-rDUAYElUppE@public.gmane.org>
+> From: Daniel Mack <daniel@caiaq.de>
 > Date: Tue, 10 Mar 2009 16:13:07 +0100
 > Subject: [PATCH] Added driver for ISL29003 ambient light sensor
 > 
@@ -186,7 +186,7 @@ bit about calculating lux.
 > It is put to drivers/misc for now until the industrial I/O framework
 > gets merged.
 > 
-> Signed-off-by: Daniel Mack <daniel-rDUAYElUppE@public.gmane.org>
+> Signed-off-by: Daniel Mack <daniel@caiaq.de>
 > ---
 >  New version with Jonathan Cameron's review notes addressed.
 > 
@@ -214,7 +214,7 @@ bit about calculating lux.
 > +Datasheet:
 > +http://www.intersil.com/data/fn/fn7464.pdf
 > +
-> +Author: Daniel Mack <daniel-rDUAYElUppE@public.gmane.org>
+> +Author: Daniel Mack <daniel@caiaq.de>
 > +
 > +
 > +Description
@@ -310,11 +310,11 @@ bit about calculating lux.
 > + *
 > + *  See file:Documentation/misc-devices/isl29003
 > + *
-> + *  Copyright (c) 2009 Daniel Mack <daniel-rDUAYElUppE@public.gmane.org>
+> + *  Copyright (c) 2009 Daniel Mack <daniel@caiaq.de>
 > + *
 > + *  Based on code written by
-> + *  	Rodolfo Giometti <giometti-k2GhghHVRtY@public.gmane.org>
-> + *  	Eurotech S.p.A. <info-ymFC7zkAqBI1GQ1Ptb7lUw@public.gmane.org>
+> + *  	Rodolfo Giometti <giometti@linux.it>
+> + *  	Eurotech S.p.A. <info@eurotech.it>
 > + *
 > + *  This program is free software; you can redistribute it and/or modify
 > + *  it under the terms of the GNU General Public License as published by
@@ -766,7 +766,7 @@ bit about calculating lux.
 > +	i2c_del_driver(&isl29003_driver);
 > +}
 > +
-> +MODULE_AUTHOR("Daniel Mack <daniel-rDUAYElUppE@public.gmane.org>");
+> +MODULE_AUTHOR("Daniel Mack <daniel@caiaq.de>");
 > +MODULE_DESCRIPTION("ISL29003 ambient light sensor driver");
 > +MODULE_LICENSE("GPL v2");
 > +MODULE_VERSION(DRIVER_VERSION);
@@ -777,7 +777,7 @@ bit about calculating lux.
 
 All looks fine to me.
 
-Acked-by: Jonathan Cameron <jic23-KWPb1pKIrIJaa/9Udqfwiw@public.gmane.org>
+Acked-by: Jonathan Cameron <jic23@cam.ac.uk>
 
 Cheers,
 
diff --git a/a/content_digest b/N1/content_digest
index 4f43b3a..03fec79 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -9,14 +9,13 @@
  "ref\020090309210901.GC31367@buzzloop.caiaq.de\0"
  "ref\049B666F9.50209@cam.ac.uk\0"
  "ref\020090310151542.GE9564@buzzloop.caiaq.de\0"
- "ref\020090310151542.GE9564-ahpEBR4enfnCULTFXS99ULNAH6kLmebB@public.gmane.org\0"
- "From\0Jonathan Cameron <jic23-KWPb1pKIrIJaa/9Udqfwiw@public.gmane.org>\0"
+ "From\0Jonathan Cameron <jic23@cam.ac.uk>\0"
  "Subject\0Re: [PATCH] Added driver for ISL29003 ambient light sensor\0"
  "Date\0Tue, 10 Mar 2009 17:49:55 +0000\0"
- "To\0Daniel Mack <daniel-rDUAYElUppE@public.gmane.org>\0"
- "Cc\0Jean Delvare <khali-PUYAD+kWke1g9hUCZPvPmw@public.gmane.org>"
-  linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
- " linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0"
+ "To\0Daniel Mack <daniel@caiaq.de>\0"
+ "Cc\0Jean Delvare <khali@linux-fr.org>"
+  linux-i2c@vger.kernel.org
+ " linux-kernel@vger.kernel.org\0"
  "\00:1\0"
  "b\0"
  "Daniel Mack wrote:\n"
@@ -196,7 +195,7 @@
  "> \n"
  "> \n"
  ">>From 8ee5021834900f312ff26cd2586c18e99af31a5d Mon Sep 17 00:00:00 2001\n"
- "> From: Daniel Mack <daniel-rDUAYElUppE@public.gmane.org>\n"
+ "> From: Daniel Mack <daniel@caiaq.de>\n"
  "> Date: Tue, 10 Mar 2009 16:13:07 +0100\n"
  "> Subject: [PATCH] Added driver for ISL29003 ambient light sensor\n"
  "> \n"
@@ -207,7 +206,7 @@
  "> It is put to drivers/misc for now until the industrial I/O framework\n"
  "> gets merged.\n"
  "> \n"
- "> Signed-off-by: Daniel Mack <daniel-rDUAYElUppE@public.gmane.org>\n"
+ "> Signed-off-by: Daniel Mack <daniel@caiaq.de>\n"
  "> ---\n"
  ">  New version with Jonathan Cameron's review notes addressed.\n"
  "> \n"
@@ -235,7 +234,7 @@
  "> +Datasheet:\n"
  "> +http://www.intersil.com/data/fn/fn7464.pdf\n"
  "> +\n"
- "> +Author: Daniel Mack <daniel-rDUAYElUppE@public.gmane.org>\n"
+ "> +Author: Daniel Mack <daniel@caiaq.de>\n"
  "> +\n"
  "> +\n"
  "> +Description\n"
@@ -331,11 +330,11 @@
  "> + *\n"
  "> + *  See file:Documentation/misc-devices/isl29003\n"
  "> + *\n"
- "> + *  Copyright (c) 2009 Daniel Mack <daniel-rDUAYElUppE@public.gmane.org>\n"
+ "> + *  Copyright (c) 2009 Daniel Mack <daniel@caiaq.de>\n"
  "> + *\n"
  "> + *  Based on code written by\n"
- "> + *  \tRodolfo Giometti <giometti-k2GhghHVRtY@public.gmane.org>\n"
- "> + *  \tEurotech S.p.A. <info-ymFC7zkAqBI1GQ1Ptb7lUw@public.gmane.org>\n"
+ "> + *  \tRodolfo Giometti <giometti@linux.it>\n"
+ "> + *  \tEurotech S.p.A. <info@eurotech.it>\n"
  "> + *\n"
  "> + *  This program is free software; you can redistribute it and/or modify\n"
  "> + *  it under the terms of the GNU General Public License as published by\n"
@@ -787,7 +786,7 @@
  "> +\ti2c_del_driver(&isl29003_driver);\n"
  "> +}\n"
  "> +\n"
- "> +MODULE_AUTHOR(\"Daniel Mack <daniel-rDUAYElUppE@public.gmane.org>\");\n"
+ "> +MODULE_AUTHOR(\"Daniel Mack <daniel@caiaq.de>\");\n"
  "> +MODULE_DESCRIPTION(\"ISL29003 ambient light sensor driver\");\n"
  "> +MODULE_LICENSE(\"GPL v2\");\n"
  "> +MODULE_VERSION(DRIVER_VERSION);\n"
@@ -798,10 +797,10 @@
  "\n"
  "All looks fine to me.\n"
  "\n"
- "Acked-by: Jonathan Cameron <jic23-KWPb1pKIrIJaa/9Udqfwiw@public.gmane.org>\n"
+ "Acked-by: Jonathan Cameron <jic23@cam.ac.uk>\n"
  "\n"
  "Cheers,\n"
  "\n"
  Jonathan
 
-84b8b503c753eacb2ef982c33b1339f228983ccf019ee9d6fafe472378678938
+da007d2f8953bb920567946d48a80220764ef41a6f41cffd9ff6c5e38ffcccac

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.