All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20150109172318.GA39037@dtor-ws>

diff --git a/a/1.txt b/N1/1.txt
index c713bec..c864a80 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -14,30 +14,30 @@ On Fri, Jan 09, 2015 at 06:17:48PM +0800, Chen-Yu Tsai wrote:
 
   CC [M]  drivers/input/touchscreen/sun4i-ts.o
 drivers/input/touchscreen/sun4i-ts.c:208:15: error: variable
-‘sun4i_ts_tz_ops’ has initializer but incomplete type
+?sun4i_ts_tz_ops? has initializer but incomplete type
  static struct thermal_zone_of_device_ops sun4i_ts_tz_ops = {
                ^
 drivers/input/touchscreen/sun4i-ts.c:209:2: error: unknown field
-‘get_temp’ specified in initializer
+?get_temp? specified in initializer
   .get_temp = get_temp,
   ^
 drivers/input/touchscreen/sun4i-ts.c:209:2: warning: excess elements in
 struct initializer [enabled by default]
 drivers/input/touchscreen/sun4i-ts.c:209:2: warning: (near
-initialization for ‘sun4i_ts_tz_ops’) [enabled by default]
-drivers/input/touchscreen/sun4i-ts.c: In function ‘sun4i_ts_probe’:
+initialization for ?sun4i_ts_tz_ops?) [enabled by default]
+drivers/input/touchscreen/sun4i-ts.c: In function ?sun4i_ts_probe?:
 drivers/input/touchscreen/sun4i-ts.c:331:8: warning: passing argument 4
-of ‘thermal_zone_of_sensor_register’ from incompatible pointer type
+of ?thermal_zone_of_sensor_register? from incompatible pointer type
 [enabled by default]
         &sun4i_ts_tz_ops);
         ^
 In file included from drivers/input/touchscreen/sun4i-ts.c:37:0:
-include/linux/thermal.h:302:1: note: expected ‘int (*)(void *, long int
-*)’ but argument is of type ‘struct thermal_zone_of_device_ops *’
+include/linux/thermal.h:302:1: note: expected ?int (*)(void *, long int
+*)? but argument is of type ?struct thermal_zone_of_device_ops *?
  thermal_zone_of_sensor_register(struct device *dev, int id,
  ^
 drivers/input/touchscreen/sun4i-ts.c:331:8: error: too few arguments to
-function ‘thermal_zone_of_sensor_register’
+function ?thermal_zone_of_sensor_register?
         &sun4i_ts_tz_ops);
         ^
 In file included from drivers/input/touchscreen/sun4i-ts.c:37:0:
diff --git a/a/content_digest b/N1/content_digest
index c01cd76..ac3f125 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,16 +1,9 @@
  "ref\01420798676-22856-1-git-send-email-wens@csie.org\0"
  "ref\01420798676-22856-2-git-send-email-wens@csie.org\0"
- "From\0Dmitry Torokhov <dmitry.torokhov@gmail.com>\0"
- "Subject\0Re: [PATCH v2 1/9] Input: sun4i-ts: Add thermal zone sensor support\0"
+ "From\0dmitry.torokhov@gmail.com (Dmitry Torokhov)\0"
+ "Subject\0[PATCH v2 1/9] Input: sun4i-ts: Add thermal zone sensor support\0"
  "Date\0Fri, 9 Jan 2015 09:23:18 -0800\0"
- "To\0Chen-Yu Tsai <wens@csie.org>\0"
- "Cc\0Maxime Ripard <maxime.ripard@free-electrons.com>"
-  Zhang Rui <rui.zhang@intel.com>
-  Eduardo Valentin <edubezval@gmail.com>
-  Hans de Goede <hdegoede@redhat.com>
-  linux-input@vger.kernel.org
-  linux-arm-kernel@lists.infradead.org
- " linux-pm@vger.kernel.org\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "On Fri, Jan 09, 2015 at 06:17:48PM +0800, Chen-Yu Tsai wrote:\n"
@@ -29,30 +22,30 @@
  "\n"
  "  CC [M]  drivers/input/touchscreen/sun4i-ts.o\n"
  "drivers/input/touchscreen/sun4i-ts.c:208:15: error: variable\n"
- "\342\200\230sun4i_ts_tz_ops\342\200\231 has initializer but incomplete type\n"
+ "?sun4i_ts_tz_ops? has initializer but incomplete type\n"
  " static struct thermal_zone_of_device_ops sun4i_ts_tz_ops = {\n"
  "               ^\n"
  "drivers/input/touchscreen/sun4i-ts.c:209:2: error: unknown field\n"
- "\342\200\230get_temp\342\200\231 specified in initializer\n"
+ "?get_temp? specified in initializer\n"
  "  .get_temp = get_temp,\n"
  "  ^\n"
  "drivers/input/touchscreen/sun4i-ts.c:209:2: warning: excess elements in\n"
  "struct initializer [enabled by default]\n"
  "drivers/input/touchscreen/sun4i-ts.c:209:2: warning: (near\n"
- "initialization for \342\200\230sun4i_ts_tz_ops\342\200\231) [enabled by default]\n"
- "drivers/input/touchscreen/sun4i-ts.c: In function \342\200\230sun4i_ts_probe\342\200\231:\n"
+ "initialization for ?sun4i_ts_tz_ops?) [enabled by default]\n"
+ "drivers/input/touchscreen/sun4i-ts.c: In function ?sun4i_ts_probe?:\n"
  "drivers/input/touchscreen/sun4i-ts.c:331:8: warning: passing argument 4\n"
- "of \342\200\230thermal_zone_of_sensor_register\342\200\231 from incompatible pointer type\n"
+ "of ?thermal_zone_of_sensor_register? from incompatible pointer type\n"
  "[enabled by default]\n"
  "        &sun4i_ts_tz_ops);\n"
  "        ^\n"
  "In file included from drivers/input/touchscreen/sun4i-ts.c:37:0:\n"
- "include/linux/thermal.h:302:1: note: expected \342\200\230int (*)(void *, long int\n"
- "*)\342\200\231 but argument is of type \342\200\230struct thermal_zone_of_device_ops *\342\200\231\n"
+ "include/linux/thermal.h:302:1: note: expected ?int (*)(void *, long int\n"
+ "*)? but argument is of type ?struct thermal_zone_of_device_ops *?\n"
  " thermal_zone_of_sensor_register(struct device *dev, int id,\n"
  " ^\n"
  "drivers/input/touchscreen/sun4i-ts.c:331:8: error: too few arguments to\n"
- "function \342\200\230thermal_zone_of_sensor_register\342\200\231\n"
+ "function ?thermal_zone_of_sensor_register?\n"
  "        &sun4i_ts_tz_ops);\n"
  "        ^\n"
  "In file included from drivers/input/touchscreen/sun4i-ts.c:37:0:\n"
@@ -199,4 +192,4 @@
  "-- \n"
  Dmitry
 
-b902215f31335ee56256791dd4541f08d49a2ec172de095098c2099604e61950
+2356b1afb332e5412c3e4d6623819d17360432290d84792dab8697a1aa937404

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.