diff for duplicates of <1452704722.26146.73.camel@linux.intel.com> diff --git a/a/1.txt b/N1/1.txt index d7b9619..e8201e6 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -2,17 +2,17 @@ On Wed, 2016-01-13 at 17:39 +0100, Anton Wuerfel wrote: > This patch fixes checkpatch warnings about unnecessary else blocks > after > return statements. ->=20 +> > @@ -816,12 +816,11 @@ static int pci_netmos_9900_numports(struct > pci_dev *dev) -> =C2=A0 =C2=A0* advertising the same function 3 as the 4s+2s1p +> * advertising the same function 3 as the 4s+2s1p > config. -> =C2=A0 =C2=A0*/ -> =C2=A0 sub_serports =3D dev->subsystem_device & 0xf; +> */ +> sub_serports = dev->subsystem_device & 0xf; > - if (sub_serports > 0) { > + if (sub_serports > 0) -> =C2=A0 return sub_serports; +> return sub_serports; > - } else { > - dev_err(&dev->dev, "NetMos/Mostech serial > driver ignoring port on ambiguous config.\n"); @@ -26,6 +26,6 @@ Here you may put the literal on the next line and indent it properly to &. It might not fit the 80 character limit, but I think still worth to do. ---=20 +-- Andy Shevchenko <andriy.shevchenko@linux.intel.com> Intel Finland Oy diff --git a/a/content_digest b/N1/content_digest index 4d103df..6abe7b9 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -32,17 +32,17 @@ "> This patch fixes checkpatch warnings about unnecessary else blocks\n" "> after\n" "> return statements.\n" - ">=20\n" + "> \n" "\n" "> @@ -816,12 +816,11 @@ static int pci_netmos_9900_numports(struct\n" "> pci_dev *dev)\n" - "> =C2=A0\t\t=C2=A0* advertising the same function 3 as the 4s+2s1p\n" + "> \302\240\t\t\302\240* advertising the same function 3 as the 4s+2s1p\n" "> config.\n" - "> =C2=A0\t\t=C2=A0*/\n" - "> =C2=A0\t\tsub_serports =3D dev->subsystem_device & 0xf;\n" + "> \302\240\t\t\302\240*/\n" + "> \302\240\t\tsub_serports = dev->subsystem_device & 0xf;\n" "> -\t\tif (sub_serports > 0) {\n" "> +\t\tif (sub_serports > 0)\n" - "> =C2=A0\t\t\treturn sub_serports;\n" + "> \302\240\t\t\treturn sub_serports;\n" "> -\t\t} else {\n" "> -\t\t\tdev_err(&dev->dev, \"NetMos/Mostech serial\n" "> driver ignoring port on ambiguous config.\\n\");\n" @@ -56,8 +56,8 @@ "&. It might not fit the 80 character limit, but I think still worth to\n" "do.\n" "\n" - "--=20\n" + "-- \n" "Andy Shevchenko <andriy.shevchenko@linux.intel.com>\n" Intel Finland Oy -ae1947ce070bd3b66b942b396d6e6ff0700e9a46e0f266b9ead5fa6c6688dd3f +7d704ec3be8deb8b989cbc854fdb6101d05701b450a64a8176ed2bc9796c7834
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.