All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <200609301233.45871.arnd@arndb.de>

diff --git a/a/1.txt b/N1/1.txt
index 0a7d04a..8e4c901 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -10,17 +10,14 @@ Am Saturday 30 September 2006 01:21 schrieb Linas Vepstas:
 Same comment as last time this was submitted:
 
 > @@ -2303,6 +2304,8 @@ static struct pci_driver spider_net_driv
-> =A0 */
-> =A0static int __init spider_net_init(void)
-> =A0{
-> +=A0=A0=A0=A0=A0=A0=A0printk("spidernet Version %s.\n",VERSION);
+>   */
+>  static int __init spider_net_init(void)
+>  {
+> +       printk("spidernet Version %s.\n",VERSION);
 > +
-> =A0=A0=A0=A0=A0=A0=A0=A0if (rx_descriptors < SPIDER_NET_RX_DESCRIPTORS_MI=
-N) {
-> =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0rx_descriptors =3D SPIDER=
-_NET_RX_DESCRIPTORS_MIN;
-> =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0pr_info("adjusting rx des=
-criptors to %i.\n",
+>         if (rx_descriptors < SPIDER_NET_RX_DESCRIPTORS_MIN) {
+>                 rx_descriptors = SPIDER_NET_RX_DESCRIPTORS_MIN;
+>                 pr_info("adjusting rx descriptors to %i.\n",
 
 This is missing a printk level and a space character. More importantly,
 you should not print the presence of the driver to the syslog, but
diff --git a/a/content_digest b/N1/content_digest
index e813425..0734f0d 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -4,8 +4,8 @@
  "Subject\0Re: [PATCH 4/6]: powerpc/cell spidernet ethtool -i version number info.\0"
  "Date\0Sat, 30 Sep 2006 12:33:45 +0200\0"
  "To\0Linas Vepstas <linas@austin.ibm.com>\0"
- "Cc\0akpm@osdl.org"
-  jeff@garzik.org
+ "Cc\0jeff@garzik.org"
+  akpm@osdl.org
   netdev@vger.kernel.org
   James K Lewis <jklewis@us.ibm.com>
   linux-kernel@vger.kernel.org
@@ -24,17 +24,14 @@
  "Same comment as last time this was submitted:\n"
  "\n"
  "> @@ -2303,6 +2304,8 @@ static struct pci_driver spider_net_driv\n"
- "> =A0 */\n"
- "> =A0static int __init spider_net_init(void)\n"
- "> =A0{\n"
- "> +=A0=A0=A0=A0=A0=A0=A0printk(\"spidernet Version %s.\\n\",VERSION);\n"
+ "> \302\240 */\n"
+ "> \302\240static int __init spider_net_init(void)\n"
+ "> \302\240{\n"
+ "> +\302\240\302\240\302\240\302\240\302\240\302\240\302\240printk(\"spidernet Version %s.\\n\",VERSION);\n"
  "> +\n"
- "> =A0=A0=A0=A0=A0=A0=A0=A0if (rx_descriptors < SPIDER_NET_RX_DESCRIPTORS_MI=\n"
- "N) {\n"
- "> =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0rx_descriptors =3D SPIDER=\n"
- "_NET_RX_DESCRIPTORS_MIN;\n"
- "> =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0pr_info(\"adjusting rx des=\n"
- "criptors to %i.\\n\",\n"
+ "> \302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240if (rx_descriptors < SPIDER_NET_RX_DESCRIPTORS_MIN) {\n"
+ "> \302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240rx_descriptors = SPIDER_NET_RX_DESCRIPTORS_MIN;\n"
+ "> \302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240pr_info(\"adjusting rx descriptors to %i.\\n\",\n"
  "\n"
  "This is missing a printk level and a space character. More importantly,\n"
  "you should not print the presence of the driver to the syslog, but\n"
@@ -42,4 +39,4 @@
  "\n"
  "\tArnd <><"
 
-897599960c77fd143909169a8eda962c294b37eebd5625ef9b395b309c906bb4
+6e7cb7145f535f5201ad774a49c223ba12ee74377fb4e1688afaa70d775195c9

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.