All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20111206121005.GE29781@moon>

diff --git a/a/1.txt b/N1/1.txt
index a8255e9..3e0e68c 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -36,7 +36,7 @@ On Tue, Dec 06, 2011 at 01:58:24PM +0200, Pekka Enberg wrote:
 > 
 > -struct pci_config_address {
 > +union pci_config_address {
-> +#if __BYTE_ORDER = __LITTLE_ENDIAN
+> +#if __BYTE_ORDER == __LITTLE_ENDIAN
 >        unsigned        zeros           : 2;            /* 1  .. 0  */
 >        unsigned        register_number : 6;            /* 7  .. 2  */
 >        unsigned        function_number : 3;            /* 10 .. 8  */
@@ -63,7 +63,7 @@ Hehe, this is because it should be rtaher defined as
 
 union pci_config_address {
  struct {
-  #if __BYTE_ORDER = __LITTLE_ENDIAN
+  #if __BYTE_ORDER == __LITTLE_ENDIAN
     unsigned        zeros           : 2;
     unsigned        register_number : 6;
   #else
diff --git a/a/content_digest b/N1/content_digest
index c54abc5..76804b0 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -6,8 +6,8 @@
  "ref\020111206114755.GC29781@moon\0"
  "ref\01323172704.1428.165.camel@jaguar\0"
  "From\0Cyrill Gorcunov <gorcunov@gmail.com>\0"
- "Subject\0Re: [PATCH 23/28] kvm tools: Endian-sanitise pci.h and PCI device\0"
- "Date\0Tue, 06 Dec 2011 12:10:05 +0000\0"
+ "Subject\0Re: [PATCH 23/28] kvm tools: Endian-sanitise pci.h and PCI device setup\0"
+ "Date\0Tue, 6 Dec 2011 16:10:05 +0400\0"
  "To\0Pekka Enberg <penberg@kernel.org>\0"
  "Cc\0Matt Evans <matt@ozlabs.org>"
   kvm@vger.kernel.org
@@ -55,7 +55,7 @@
  "> \n"
  "> -struct pci_config_address {\n"
  "> +union pci_config_address {\n"
- "> +#if __BYTE_ORDER = __LITTLE_ENDIAN\n"
+ "> +#if __BYTE_ORDER == __LITTLE_ENDIAN\n"
  ">        unsigned        zeros           : 2;            /* 1  .. 0  */\n"
  ">        unsigned        register_number : 6;            /* 7  .. 2  */\n"
  ">        unsigned        function_number : 3;            /* 10 .. 8  */\n"
@@ -82,7 +82,7 @@
  "\n"
  "union pci_config_address {\n"
  " struct {\n"
- "  #if __BYTE_ORDER = __LITTLE_ENDIAN\n"
+ "  #if __BYTE_ORDER == __LITTLE_ENDIAN\n"
  "    unsigned        zeros           : 2;\n"
  "    unsigned        register_number : 6;\n"
  "  #else\n"
@@ -94,4 +94,4 @@
  "\n"
  "\tCyrill"
 
-fdeb5a8d07e83138b5bde41176e77721bf765f8ec57c2c211740b5ad22f7c64a
+4097c54d172d6918894b8bcbcc18870e2e98cec934c169bc111f8ecab3b9b2e5

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.