diff for duplicates of <1452704938.26146.76.camel@linux.intel.com> diff --git a/a/1.txt b/N1/1.txt index 02189d0..a7bf72a 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -7,14 +7,14 @@ On Wed, 2016-01-13 at 17:39 +0100, Anton Wuerfel wrote: > facilitate grepping for these strings. > However, some strings were ignored in this patch, because the use of > format specifiers breaks the ability to grep anyway. ->=20 +> > --- a/drivers/tty/serial/8250/8250_core.c > +++ b/drivers/tty/serial/8250/8250_core.c > @@ -1173,8 +1173,7 @@ MODULE_LICENSE("GPL"); -> =C2=A0MODULE_DESCRIPTION("Generic 8250/16x50 serial driver"); -> =C2=A0 -> =C2=A0module_param(share_irqs, uint, 0644); +> MODULE_DESCRIPTION("Generic 8250/16x50 serial driver"); +> +> module_param(share_irqs, uint, 0644); > -MODULE_PARM_DESC(share_irqs, "Share IRQs with other non-8250/16x50 > devices" > - " (unsafe)"); @@ -27,24 +27,18 @@ This one looks nice in one line. > +++ b/drivers/tty/serial/8250/serial_cs.c > @@ -533,8 +533,7 @@ static int multi_config(struct pcmcia_device > *link) -> =C2=A0 info->multi =3D 2; -> =C2=A0 if (pcmcia_loop_config(link, +> info->multi = 2; +> if (pcmcia_loop_config(link, > multi_config_check_notpicky, -> =C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0&base2)) { +> &base2)) { > - dev_warn(&link->dev, "no usable port range " -> - =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0"found, giving up\n"); +> - "found, giving up\n"); > + dev_warn(&link->dev, "no usable port range > found, giving up\n"); But here I would comment as in patch 5, i.e. move literal to next line it it doesn't fit on the dev_warn() line. ---=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 79ad447..f9da1b9 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -37,14 +37,14 @@ "> facilitate grepping for these strings.\n" "> However, some strings were ignored in this patch, because the use of\n" "> format specifiers breaks the ability to grep anyway.\n" - ">=20\n" + "> \n" "\n" "> --- a/drivers/tty/serial/8250/8250_core.c\n" "> +++ b/drivers/tty/serial/8250/8250_core.c\n" "> @@ -1173,8 +1173,7 @@ MODULE_LICENSE(\"GPL\");\n" - "> =C2=A0MODULE_DESCRIPTION(\"Generic 8250/16x50 serial driver\");\n" - "> =C2=A0\n" - "> =C2=A0module_param(share_irqs, uint, 0644);\n" + "> \302\240MODULE_DESCRIPTION(\"Generic 8250/16x50 serial driver\");\n" + "> \302\240\n" + "> \302\240module_param(share_irqs, uint, 0644);\n" "> -MODULE_PARM_DESC(share_irqs, \"Share IRQs with other non-8250/16x50\n" "> devices\"\n" "> -\t\" (unsafe)\");\n" @@ -57,26 +57,20 @@ "> +++ b/drivers/tty/serial/8250/serial_cs.c\n" "> @@ -533,8 +533,7 @@ static int multi_config(struct pcmcia_device\n" "> *link)\n" - "> =C2=A0\t\tinfo->multi =3D 2;\n" - "> =C2=A0\t\tif (pcmcia_loop_config(link,\n" + "> \302\240\t\tinfo->multi = 2;\n" + "> \302\240\t\tif (pcmcia_loop_config(link,\n" "> multi_config_check_notpicky,\n" - "> =C2=A0\t\t\t\t=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0&base2)) {\n" + "> \302\240\t\t\t\t\302\240\302\240\302\240\302\240\302\240\302\240\302\240&base2)) {\n" "> -\t\t\tdev_warn(&link->dev, \"no usable port range \"\n" - "> -\t\t\t=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0\"found, giving up\\n\");\n" + "> -\t\t\t\302\240\302\240\302\240\302\240\302\240\302\240\302\240\"found, giving up\\n\");\n" "> +\t\t\tdev_warn(&link->dev, \"no usable port range\n" "> found, giving up\\n\");\n" "\n" "But here I would comment as in patch 5, i.e. move literal to next line\n" "it it doesn't fit on the dev_warn() line.\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 -04c706aadd32aa77dbe5be2fe5d1b272be578a44d8fa92630de0a9a9ae9fa021 +9f07ec7ea7f0854c379a9544e478f08cb4e2db8a1df9013347414694691e5c0b
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.