All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <1452515429.26146.11.camel@linux.intel.com>

diff --git a/a/1.txt b/N1/1.txt
index 8de36b8..b3e28ed 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -7,29 +7,22 @@ On Fri, 2016-01-08 at 18:43 +0100, Anton Wuerfel wrote:
 > +++ b/drivers/tty/serial/8250/8250_pci.c
 > @@ -805,10 +805,10 @@ static int pci_netmos_9900_numports(struct
 > pci_dev *dev)
-> =C2=A0
-> =C2=A0	pi =3D (c & 0xff);
+>  
+>  	pi = (c & 0xff);
 
 And here the parens are redundant.
 
-> =C2=A0
-> -	if (pi =3D=3D 2) {
-> +	if (pi =3D=3D 2)
-> =C2=A0		return 1;
-> -	} else if ((pi =3D=3D 0) &&
-> -			=C2=A0=C2=A0=C2=A0(dev->device =3D=3D
+>  
+> -	if (pi == 2) {
+> +	if (pi == 2)
+>  		return 1;
+> -	} else if ((pi == 0) &&
+> -			   (dev->device ==
 > PCI_DEVICE_ID_NETMOS_9900)) {
 > +
-> +	if ((pi =3D=3D 0) && (dev->device =3D=3D PCI_DEVICE_ID_NETMOS_9900)=
-)
+> +	if ((pi == 0) && (dev->device == PCI_DEVICE_ID_NETMOS_9900))
 > {
 
---=20
+-- 
 Andy Shevchenko <andriy.shevchenko@linux.intel.com>
 Intel Finland Oy
-
---
-To unsubscribe from this list: send the line "unsubscribe linux-parisc"=
- in
-the body of a message to majordomo@vger.kernel.org
-More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff --git a/a/content_digest b/N1/content_digest
index 555dd08..9746e5b 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -37,31 +37,24 @@
  "> +++ b/drivers/tty/serial/8250/8250_pci.c\n"
  "> @@ -805,10 +805,10 @@ static int pci_netmos_9900_numports(struct\n"
  "> pci_dev *dev)\n"
- "> =C2=A0\n"
- "> =C2=A0\tpi =3D (c & 0xff);\n"
+ "> \302\240\n"
+ "> \302\240\tpi = (c & 0xff);\n"
  "\n"
  "And here the parens are redundant.\n"
  "\n"
- "> =C2=A0\n"
- "> -\tif (pi =3D=3D 2) {\n"
- "> +\tif (pi =3D=3D 2)\n"
- "> =C2=A0\t\treturn 1;\n"
- "> -\t} else if ((pi =3D=3D 0) &&\n"
- "> -\t\t\t=C2=A0=C2=A0=C2=A0(dev->device =3D=3D\n"
+ "> \302\240\n"
+ "> -\tif (pi == 2) {\n"
+ "> +\tif (pi == 2)\n"
+ "> \302\240\t\treturn 1;\n"
+ "> -\t} else if ((pi == 0) &&\n"
+ "> -\t\t\t\302\240\302\240\302\240(dev->device ==\n"
  "> PCI_DEVICE_ID_NETMOS_9900)) {\n"
  "> +\n"
- "> +\tif ((pi =3D=3D 0) && (dev->device =3D=3D PCI_DEVICE_ID_NETMOS_9900)=\n"
- ")\n"
+ "> +\tif ((pi == 0) && (dev->device == PCI_DEVICE_ID_NETMOS_9900))\n"
  "> {\n"
  "\n"
- "--=20\n"
+ "-- \n"
  "Andy Shevchenko <andriy.shevchenko@linux.intel.com>\n"
- "Intel Finland Oy\n"
- "\n"
- "--\n"
- "To unsubscribe from this list: send the line \"unsubscribe linux-parisc\"=\n"
- " in\n"
- "the body of a message to majordomo@vger.kernel.org\n"
- More majordomo info at  http://vger.kernel.org/majordomo-info.html
+ Intel Finland Oy
 
-b50f2862a27de3df4e9e40d2fa179bd0a3354ba42dc4da9b9d1b0d9a4b52ff74
+814193bafe1d6a0682a4d5f78198d65f3a18524dc93a63b80406b062a6bb8f67

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.