All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <200806271527.52321.rusty@rustcorp.com.au>

diff --git a/a/1.txt b/N1/1.txt
index 6ac595e..24901b5 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -4,37 +4,36 @@ On Friday 20 June 2008 23:24:08 Christian Borntraeger wrote:
 
 Added this fix:
 
-=46ix compile of hvc_rtas.c
+Fix compile of hvc_rtas.c
 
 Moving the struct definition out to the header had bad effect under one
 ppc64 config that I tried:
 
-drivers/char/hvc_console.h:59: error: field =E2=80=98kref=E2=80=99 has inco=
-mplete type
+drivers/char/hvc_console.h:59: error: field ‘kref’ has incomplete type
 
 So move the include of kref.h too.
 
 Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
 
 diff -r f382d8f562a8 drivers/char/hvc_console.c
-=2D-- a/drivers/char/hvc_console.c	Fri Jun 27 15:17:49 2008 +1000
+--- a/drivers/char/hvc_console.c	Fri Jun 27 15:17:49 2008 +1000
 +++ b/drivers/char/hvc_console.c	Fri Jun 27 15:24:15 2008 +1000
 @@ -27,7 +27,6 @@
  #include <linux/init.h>
  #include <linux/kbd_kern.h>
  #include <linux/kernel.h>
-=2D#include <linux/kref.h>
+-#include <linux/kref.h>
  #include <linux/kthread.h>
  #include <linux/list.h>
  #include <linux/module.h>
 diff -r f382d8f562a8 drivers/char/hvc_console.h
-=2D-- a/drivers/char/hvc_console.h	Fri Jun 27 15:17:49 2008 +1000
+--- a/drivers/char/hvc_console.h	Fri Jun 27 15:17:49 2008 +1000
 +++ b/drivers/char/hvc_console.h	Fri Jun 27 15:24:15 2008 +1000
 @@ -26,6 +26,7 @@
-=20
+ 
  #ifndef HVC_CONSOLE_H
  #define HVC_CONSOLE_H
 +#include <linux/kref.h>
-=20
+ 
  /*
   * This is the max number of console adapters that can/will be found as
diff --git a/a/content_digest b/N1/content_digest
index 3c2d643..f095e6b 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -6,9 +6,9 @@
  "To\0Christian Borntraeger <borntraeger@de.ibm.com>\0"
  "Cc\0Linux PPC devel <linuxppc-dev@ozlabs.org>"
   Jeremy Fitzhardinge <jeremy@goop.org>
-  Yajin <zyj001et@gmail.com>
   LKML <linux-kernel@vger.kernel.org>
- " Virtualization Mailing List <virtualization@lists.osdl.org>\0"
+  Virtualization Mailing List <virtualization@lists.osdl.org>
+ " Yajin <zyj001et@gmail.com>\0"
  "\00:1\0"
  "b\0"
  "On Friday 20 June 2008 23:24:08 Christian Borntraeger wrote:\n"
@@ -17,39 +17,38 @@
  "\n"
  "Added this fix:\n"
  "\n"
- "=46ix compile of hvc_rtas.c\n"
+ "Fix compile of hvc_rtas.c\n"
  "\n"
  "Moving the struct definition out to the header had bad effect under one\n"
  "ppc64 config that I tried:\n"
  "\n"
- "drivers/char/hvc_console.h:59: error: field =E2=80=98kref=E2=80=99 has inco=\n"
- "mplete type\n"
+ "drivers/char/hvc_console.h:59: error: field \342\200\230kref\342\200\231 has incomplete type\n"
  "\n"
  "So move the include of kref.h too.\n"
  "\n"
  "Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>\n"
  "\n"
  "diff -r f382d8f562a8 drivers/char/hvc_console.c\n"
- "=2D-- a/drivers/char/hvc_console.c\tFri Jun 27 15:17:49 2008 +1000\n"
+ "--- a/drivers/char/hvc_console.c\tFri Jun 27 15:17:49 2008 +1000\n"
  "+++ b/drivers/char/hvc_console.c\tFri Jun 27 15:24:15 2008 +1000\n"
  "@@ -27,7 +27,6 @@\n"
  " #include <linux/init.h>\n"
  " #include <linux/kbd_kern.h>\n"
  " #include <linux/kernel.h>\n"
- "=2D#include <linux/kref.h>\n"
+ "-#include <linux/kref.h>\n"
  " #include <linux/kthread.h>\n"
  " #include <linux/list.h>\n"
  " #include <linux/module.h>\n"
  "diff -r f382d8f562a8 drivers/char/hvc_console.h\n"
- "=2D-- a/drivers/char/hvc_console.h\tFri Jun 27 15:17:49 2008 +1000\n"
+ "--- a/drivers/char/hvc_console.h\tFri Jun 27 15:17:49 2008 +1000\n"
  "+++ b/drivers/char/hvc_console.h\tFri Jun 27 15:24:15 2008 +1000\n"
  "@@ -26,6 +26,7 @@\n"
- "=20\n"
+ " \n"
  " #ifndef HVC_CONSOLE_H\n"
  " #define HVC_CONSOLE_H\n"
  "+#include <linux/kref.h>\n"
- "=20\n"
+ " \n"
  " /*\n"
    * This is the max number of console adapters that can/will be found as
 
-d66fc81927adc36c4d35a4cb448e9fac2c9eff66cf93732eaf59af375fbaa0f7
+57ad656453ac12fba746da9e748007cbc62847e8b01a0b71c856a6b6f9d55e1c

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.