All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20170117134938.GA22892@andreas>

diff --git a/a/1.txt b/N1/1.txt
index f5dd7fd..4127515 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -22,7 +22,7 @@ Features not supported by this driver:
 The driver was added in the directory "proximity" of the iio subsystem and
 the menu in den config is now called "Proximity and distance sensors"
 
-Signed-off-by: Andreas Klinger <ak-n176/SwNRljddJNmlsFzeA@public.gmane.org>
+Signed-off-by: Andreas Klinger <ak@it-klinger.de>
 ---
  drivers/iio/proximity/Kconfig  |  13 +-
  drivers/iio/proximity/Makefile |   1 +
@@ -78,7 +78,7 @@ index 000000000000..faab6cf3f1a2
 +/*
 + * srf08.c - Support for Devantech SRF08 ultrasonic ranger
 + *
-+ * Copyright (c) 2016 Andreas Klinger <ak-n176/SwNRljddJNmlsFzeA@public.gmane.org>
++ * Copyright (c) 2016 Andreas Klinger <ak@it-klinger.de>
 + *
 + * This file is subject to the terms and conditions of version 2 of
 + * the GNU General Public License.  See the file COPYING in the main
@@ -477,7 +477,7 @@ index 000000000000..faab6cf3f1a2
 +};
 +module_i2c_driver(srf08_driver);
 +
-+MODULE_AUTHOR("Andreas Klinger <ak-n176/SwNRljddJNmlsFzeA@public.gmane.org>");
++MODULE_AUTHOR("Andreas Klinger <ak@it-klinger.de>");
 +MODULE_DESCRIPTION("Devantech SRF08 ultrasonic ranger driver");
 +MODULE_LICENSE("GPL");
 -- 
diff --git a/a/content_digest b/N1/content_digest
index 0684fdf..8c8be4d 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,24 +1,24 @@
- "From\0Andreas Klinger <ak-n176/SwNRljddJNmlsFzeA@public.gmane.org>\0"
+ "From\0Andreas Klinger <ak@it-klinger.de>\0"
  "Subject\0[PATCH v3 2/3] iio: distance: srf08: add IIO driver for us ranger\0"
  "Date\0Tue, 17 Jan 2017 14:49:38 +0100\0"
- "To\0jic23-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org"
-  knaack.h-Mmb7MZpHnFY@public.gmane.org
-  lars-Qo5EllUWu/uELgA04lAiVw@public.gmane.org
-  pmeerw-jW+XmwGofnusTnJN9+BGXg@public.gmane.org
-  linux-iio-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  ktsai-GubuWUlQtMwciDkP5Hr2oA@public.gmane.org
-  wsa-z923LK4zBo2bacvFa/9K2g@public.gmane.org
-  robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org
-  pawel.moll-5wv7dgnIgG8@public.gmane.org
-  mark.rutland-5wv7dgnIgG8@public.gmane.org
-  ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org
-  galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org
-  trivial-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org
-  mranostay-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
-  linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
- " devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0"
- "Cc\0ak-n176/SwNRljddJNmlsFzeA@public.gmane.org\0"
+ "To\0jic23@kernel.org"
+  knaack.h@gmx.de
+  lars@metafoo.de
+  pmeerw@pmeerw.net
+  linux-iio@vger.kernel.org
+  linux-kernel@vger.kernel.org
+  ktsai@capellamicro.com
+  wsa@the-dreams.de
+  robh+dt@kernel.org
+  pawel.moll@arm.com
+  mark.rutland@arm.com
+  ijc+devicetree@hellion.org.uk
+  galak@codeaurora.org
+  trivial@kernel.org
+  mranostay@gmail.com
+  linux-i2c@vger.kernel.org
+ " devicetree@vger.kernel.org\0"
+ "Cc\0ak@it-klinger.de\0"
  "\00:1\0"
  "b\0"
  "This is the IIO driver for devantech srf08 ultrasonic ranger which can be\n"
@@ -45,7 +45,7 @@
  "The driver was added in the directory \"proximity\" of the iio subsystem and\n"
  "the menu in den config is now called \"Proximity and distance sensors\"\n"
  "\n"
- "Signed-off-by: Andreas Klinger <ak-n176/SwNRljddJNmlsFzeA@public.gmane.org>\n"
+ "Signed-off-by: Andreas Klinger <ak@it-klinger.de>\n"
  "---\n"
  " drivers/iio/proximity/Kconfig  |  13 +-\n"
  " drivers/iio/proximity/Makefile |   1 +\n"
@@ -101,7 +101,7 @@
  "+/*\n"
  "+ * srf08.c - Support for Devantech SRF08 ultrasonic ranger\n"
  "+ *\n"
- "+ * Copyright (c) 2016 Andreas Klinger <ak-n176/SwNRljddJNmlsFzeA@public.gmane.org>\n"
+ "+ * Copyright (c) 2016 Andreas Klinger <ak@it-klinger.de>\n"
  "+ *\n"
  "+ * This file is subject to the terms and conditions of version 2 of\n"
  "+ * the GNU General Public License.  See the file COPYING in the main\n"
@@ -500,7 +500,7 @@
  "+};\n"
  "+module_i2c_driver(srf08_driver);\n"
  "+\n"
- "+MODULE_AUTHOR(\"Andreas Klinger <ak-n176/SwNRljddJNmlsFzeA@public.gmane.org>\");\n"
+ "+MODULE_AUTHOR(\"Andreas Klinger <ak@it-klinger.de>\");\n"
  "+MODULE_DESCRIPTION(\"Devantech SRF08 ultrasonic ranger driver\");\n"
  "+MODULE_LICENSE(\"GPL\");\n"
  "-- \n"
@@ -509,4 +509,4 @@
  "\n"
  --
 
-e1bb7d18de5eb3411f9509fa35747ac70e4c253ecbc9efe561c77d5296a561cf
+d86b075f8b16bceee8fde8f811dc1b3a4a1c203414a8a8d1d9ac1165d8703ed8

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.