All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <52DFE7D9.5050001@windriver.com>

diff --git a/a/1.txt b/N1/1.txt
index 73edbd5..4998b85 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -5,12 +5,12 @@ On 14-01-22 10:37 AM, Krzysztof Kozlowski wrote:
 >>> On 22 January 2014 19:51, Krzysztof Kozlowski <k.kozlowski@samsung.com> wrote:
 >>>> Add missing include to fix build error:
 >>>> drivers/cpufreq/exynos-cpufreq.c:292:1: warning: data definition has no type or storage class [enabled by default]
->>>> drivers/cpufreq/exynos-cpufreq.c:292:1: error: type defaults to ‘int’ in declaration of ‘module_init’ [-Werror=implicit-int]
+>>>> drivers/cpufreq/exynos-cpufreq.c:292:1: error: type defaults to ?int? in declaration of ?module_init? [-Werror=implicit-int]
 >>>> drivers/cpufreq/exynos-cpufreq.c:292:1: warning: parameter names (without types) in function declaration [enabled by default]
 >>>> drivers/cpufreq/exynos-cpufreq.c:292:1: warning: data definition has no type or storage class [enabled by default]
->>>> drivers/cpufreq/exynos-cpufreq.c:292:1: error: type defaults to ‘int’ in declaration of ‘module_exit’ [-Werror=implicit-int]
+>>>> drivers/cpufreq/exynos-cpufreq.c:292:1: error: type defaults to ?int? in declaration of ?module_exit? [-Werror=implicit-int]
 >>>> drivers/cpufreq/exynos-cpufreq.c:292:1: warning: parameter names (without types) in function declaration [enabled by default]
->>>> drivers/cpufreq/exynos-cpufreq.c:292:1: warning: ‘exynos_cpufreq_platdrv_init’ defined but not used [-Wunused-function]
+>>>> drivers/cpufreq/exynos-cpufreq.c:292:1: warning: ?exynos_cpufreq_platdrv_init? defined but not used [-Wunused-function]
 >>>> cc1: some warnings being treated as errors
 >>>> make[2]: *** [drivers/cpufreq/exynos-cpufreq.o] Error 1
 >>>> make[1]: *** [drivers/cpufreq] Error 2
@@ -75,12 +75,12 @@ Paul.
 > ################
 > Add missing include to fix build error:
 > drivers/cpufreq/exynos-cpufreq.c:292:1: warning: data definition has no type or storage class [enabled by default]
-> drivers/cpufreq/exynos-cpufreq.c:292:1: error: type defaults to ‘int’ in declaration of ‘module_init’ [-Werror=implicit-int]
+> drivers/cpufreq/exynos-cpufreq.c:292:1: error: type defaults to ?int? in declaration of ?module_init? [-Werror=implicit-int]
 > drivers/cpufreq/exynos-cpufreq.c:292:1: warning: parameter names (without types) in function declaration [enabled by default]
 > drivers/cpufreq/exynos-cpufreq.c:292:1: warning: data definition has no type or storage class [enabled by default]
-> drivers/cpufreq/exynos-cpufreq.c:292:1: error: type defaults to ‘int’ in declaration of ‘module_exit’ [-Werror=implicit-int]
+> drivers/cpufreq/exynos-cpufreq.c:292:1: error: type defaults to ?int? in declaration of ?module_exit? [-Werror=implicit-int]
 > drivers/cpufreq/exynos-cpufreq.c:292:1: warning: parameter names (without types) in function declaration [enabled by default]
-> drivers/cpufreq/exynos-cpufreq.c:292:1: warning: ‘exynos_cpufreq_platdrv_init’ defined but not used [-Wunused-function]
+> drivers/cpufreq/exynos-cpufreq.c:292:1: warning: ?exynos_cpufreq_platdrv_init? defined but not used [-Wunused-function]
 > cc1: some warnings being treated as errors
 > make[2]: *** [drivers/cpufreq/exynos-cpufreq.o] Error 1
 > make[1]: *** [drivers/cpufreq] Error 2
diff --git a/a/content_digest b/N1/content_digest
index 5af2fb2..5da198c 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,21 +2,10 @@
  "ref\0CAKohpo=2wR+Sqwxj4koH0rvuk29BkNyAZgN0RR7bVH+3uqpB1Q@mail.gmail.com\0"
  "ref\01390402760.18340.6.camel@AMDC1943\0"
  "ref\01390405030.18340.11.camel@AMDC1943\0"
- "From\0Paul Gortmaker <paul.gortmaker@windriver.com>\0"
- "Subject\0Re: [PATCH RESEND] cpufreq: exynos: Fix build error of no type of module_init\0"
+ "From\0paul.gortmaker@windriver.com (Paul Gortmaker)\0"
+ "Subject\0[PATCH RESEND] cpufreq: exynos: Fix build error of no type of module_init\0"
  "Date\0Wed, 22 Jan 2014 10:46:33 -0500\0"
- "To\0Krzysztof Kozlowski <k.kozlowski@samsung.com>"
- " Viresh Kumar <viresh.kumar@linaro.org>\0"
- "Cc\0Rafael J. Wysocki <rjw@rjwysocki.net>"
-  Kukjin Kim <kgene.kim@samsung.com>
-  cpufreq@vger.kernel.org <cpufreq@vger.kernel.org>
-  linux-pm@vger.kernel.org <linux-pm@vger.kernel.org>
-  linux-arm-kernel@lists.infradead.org <linux-arm-kernel@lists.infradead.org>
-  linux-samsung-soc <linux-samsung-soc@vger.kernel.org>
-  Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
-  Lukasz Majewski <l.majewski@samsung.com>
-  Tomasz Figa <t.figa@samsung.com>
- " Kyungmin Park <kyungmin.park@samsung.com>\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "On 14-01-22 10:37 AM, Krzysztof Kozlowski wrote:\n"
@@ -26,12 +15,12 @@
  ">>> On 22 January 2014 19:51, Krzysztof Kozlowski <k.kozlowski@samsung.com> wrote:\n"
  ">>>> Add missing include to fix build error:\n"
  ">>>> drivers/cpufreq/exynos-cpufreq.c:292:1: warning: data definition has no type or storage class [enabled by default]\n"
- ">>>> drivers/cpufreq/exynos-cpufreq.c:292:1: error: type defaults to \342\200\230int\342\200\231 in declaration of \342\200\230module_init\342\200\231 [-Werror=implicit-int]\n"
+ ">>>> drivers/cpufreq/exynos-cpufreq.c:292:1: error: type defaults to ?int? in declaration of ?module_init? [-Werror=implicit-int]\n"
  ">>>> drivers/cpufreq/exynos-cpufreq.c:292:1: warning: parameter names (without types) in function declaration [enabled by default]\n"
  ">>>> drivers/cpufreq/exynos-cpufreq.c:292:1: warning: data definition has no type or storage class [enabled by default]\n"
- ">>>> drivers/cpufreq/exynos-cpufreq.c:292:1: error: type defaults to \342\200\230int\342\200\231 in declaration of \342\200\230module_exit\342\200\231 [-Werror=implicit-int]\n"
+ ">>>> drivers/cpufreq/exynos-cpufreq.c:292:1: error: type defaults to ?int? in declaration of ?module_exit? [-Werror=implicit-int]\n"
  ">>>> drivers/cpufreq/exynos-cpufreq.c:292:1: warning: parameter names (without types) in function declaration [enabled by default]\n"
- ">>>> drivers/cpufreq/exynos-cpufreq.c:292:1: warning: \342\200\230exynos_cpufreq_platdrv_init\342\200\231 defined but not used [-Wunused-function]\n"
+ ">>>> drivers/cpufreq/exynos-cpufreq.c:292:1: warning: ?exynos_cpufreq_platdrv_init? defined but not used [-Wunused-function]\n"
  ">>>> cc1: some warnings being treated as errors\n"
  ">>>> make[2]: *** [drivers/cpufreq/exynos-cpufreq.o] Error 1\n"
  ">>>> make[1]: *** [drivers/cpufreq] Error 2\n"
@@ -96,12 +85,12 @@
  "> ################\n"
  "> Add missing include to fix build error:\n"
  "> drivers/cpufreq/exynos-cpufreq.c:292:1: warning: data definition has no type or storage class [enabled by default]\n"
- "> drivers/cpufreq/exynos-cpufreq.c:292:1: error: type defaults to \342\200\230int\342\200\231 in declaration of \342\200\230module_init\342\200\231 [-Werror=implicit-int]\n"
+ "> drivers/cpufreq/exynos-cpufreq.c:292:1: error: type defaults to ?int? in declaration of ?module_init? [-Werror=implicit-int]\n"
  "> drivers/cpufreq/exynos-cpufreq.c:292:1: warning: parameter names (without types) in function declaration [enabled by default]\n"
  "> drivers/cpufreq/exynos-cpufreq.c:292:1: warning: data definition has no type or storage class [enabled by default]\n"
- "> drivers/cpufreq/exynos-cpufreq.c:292:1: error: type defaults to \342\200\230int\342\200\231 in declaration of \342\200\230module_exit\342\200\231 [-Werror=implicit-int]\n"
+ "> drivers/cpufreq/exynos-cpufreq.c:292:1: error: type defaults to ?int? in declaration of ?module_exit? [-Werror=implicit-int]\n"
  "> drivers/cpufreq/exynos-cpufreq.c:292:1: warning: parameter names (without types) in function declaration [enabled by default]\n"
- "> drivers/cpufreq/exynos-cpufreq.c:292:1: warning: \342\200\230exynos_cpufreq_platdrv_init\342\200\231 defined but not used [-Wunused-function]\n"
+ "> drivers/cpufreq/exynos-cpufreq.c:292:1: warning: ?exynos_cpufreq_platdrv_init? defined but not used [-Wunused-function]\n"
  "> cc1: some warnings being treated as errors\n"
  "> make[2]: *** [drivers/cpufreq/exynos-cpufreq.o] Error 1\n"
  "> make[1]: *** [drivers/cpufreq] Error 2\n"
@@ -114,4 +103,4 @@
  "> \n"
  >
 
-199dcd6ecef61c49359b722765e0e74606386781eba772c17f4199672137a641
+b06c5a29f37ba4c0737c194a86b5fe5367a66365e0ac969ded16d841af9c9cb2

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.