All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20091108184722.GA1647@mit.edu>

diff --git a/a/content_digest b/N1/content_digest
index 8025b86..ed20c68 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -29,7 +29,7 @@
   James Morris <jmorris@namei.org>
   Takashi Iwai <tiwai@suse.de>
   Ingo Molnar <mingo@redhat.com>
- " Alan Cox <alan@lxorguk.ukuu.org.uk>\0"
+ " Alan Cox <alan@lxorguk.ukuu.org.uk\0"
  "\00:1\0"
  "b\0"
  "On Sat, Nov 07, 2009 at 01:16:20PM -0200, Andr\303\251 Goddard Rosa wrote:\n"
@@ -55,4 +55,4 @@
  "\n"
  "\t\t\t\t\t\t- Ted"
 
-237ecfa45bdd74c320b29501c27a7ca36cc36da9b3fef6d7ed214c92e0c5c3a1
+15ddf2af3514bd609b80f3163c3c4cff17fe46d2b25d09ef2401191ed81fce4f

diff --git a/a/1.txt b/N2/1.txt
index 29ce236..fa5203b 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -1,10 +1,12 @@
-On Sat, Nov 07, 2009 at 01:16:20PM -0200, André Goddard Rosa wrote:
+On Sat, Nov 07, 2009 at 01:16:20PM -0200, Andr=E9 Goddard Rosa wrote:
 > Makes use of skip_spaces() defined in lib/string.c for removing leading
 > spaces from strings all over the tree.
-> 
+>=20
 > Also, while at it, if we see (*str && isspace(*str)), we can be sure to
-> remove the first condition (*str) as the second one (isspace(*str)) also
-> evaluates to 0 whenever *str == 0, making it redundant. In other words,
+> remove the first condition (*str) as the second one (isspace(*str)) als=
+o
+> evaluates to 0 whenever *str =3D=3D 0, making it redundant. In other wo=
+rds,
 > "a char equals zero is never a space".
 
 There are a number of places that have the pattern of skipping
diff --git a/a/content_digest b/N2/content_digest
index 8025b86..355669c 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -29,16 +29,18 @@
   James Morris <jmorris@namei.org>
   Takashi Iwai <tiwai@suse.de>
   Ingo Molnar <mingo@redhat.com>
- " Alan Cox <alan@lxorguk.ukuu.org.uk>\0"
+ " Alan Cox <alan@lxorguk.ukuu.org.uk\0"
  "\00:1\0"
  "b\0"
- "On Sat, Nov 07, 2009 at 01:16:20PM -0200, Andr\303\251 Goddard Rosa wrote:\n"
+ "On Sat, Nov 07, 2009 at 01:16:20PM -0200, Andr=E9 Goddard Rosa wrote:\n"
  "> Makes use of skip_spaces() defined in lib/string.c for removing leading\n"
  "> spaces from strings all over the tree.\n"
- "> \n"
+ ">=20\n"
  "> Also, while at it, if we see (*str && isspace(*str)), we can be sure to\n"
- "> remove the first condition (*str) as the second one (isspace(*str)) also\n"
- "> evaluates to 0 whenever *str == 0, making it redundant. In other words,\n"
+ "> remove the first condition (*str) as the second one (isspace(*str)) als=\n"
+ "o\n"
+ "> evaluates to 0 whenever *str =3D=3D 0, making it redundant. In other wo=\n"
+ "rds,\n"
  "> \"a char equals zero is never a space\".\n"
  "\n"
  "There are a number of places that have the pattern of skipping\n"
@@ -55,4 +57,4 @@
  "\n"
  "\t\t\t\t\t\t- Ted"
 
-237ecfa45bdd74c320b29501c27a7ca36cc36da9b3fef6d7ed214c92e0c5c3a1
+6f0093493df555447e4767e330a421d7931c8b9e9d66faeba347bc8efe572955

diff --git a/a/1.txt b/N3/1.txt
index 29ce236..4d2a0c3 100644
--- a/a/1.txt
+++ b/N3/1.txt
@@ -20,3 +20,13 @@ save a bit of code, as well as encouraging people to do proper input
 validation, while we are doing this tree-wide cleanup.
 
 						- Ted
+
+------------------------------------------------------------------------------
+Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
+trial. Simplify your report design, integration and deployment - and focus on 
+what you do best, core application coding. Discover what's new with
+Crystal Reports now.  http://p.sf.net/sfu/bobj-july
+_______________________________________________
+User-mode-linux-devel mailing list
+User-mode-linux-devel@lists.sourceforge.net
+https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel
diff --git a/a/content_digest b/N3/content_digest
index 8025b86..0f272fd 100644
--- a/a/content_digest
+++ b/N3/content_digest
@@ -1,7 +1,7 @@
  "ref\0cover.1257602781.git.andre.goddard@gmail.com\0"
  "ref\07d5883637aa976b54e944998f635d47a41618a75.1257602781.git.andre.goddard@gmail.com\0"
  "From\0Theodore Tso <tytso@mit.edu>\0"
- "Subject\0Re: [PATCH v4 12/12] tree-wide: convert open calls to remove spaces to skip_spaces() lib function\0"
+ "Subject\0Re: [uml-devel] [PATCH v4 12/12] tree-wide: convert open calls to remove\tspaces to skip_spaces() lib function\0"
  "Date\0Sun, 8 Nov 2009 13:47:22 -0500\0"
  "To\0Andr\303\251 Goddard Rosa <andre.goddard@gmail.com>\0"
  "Cc\0Pavel Roskin <proski@gnu.org>"
@@ -13,7 +13,9 @@
   Frederic Weisbecker <fweisbec@gmail.com>
   Jens Axboe <jens.axboe@oracle.com>
   Heiko Carstens <heiko.carstens@de.ibm.com>
+  Steve Dickson <steved@redhat.com>
   James E . J . Bottomley <jejb@parisc-linux.org>
+  David Howells <dhowells@redhat.com>
   ibm-acpi-devel@lists.sourceforge.net
   dm-devel@redhat.com
   Julia Lawall <julia@diku.dk>
@@ -29,7 +31,57 @@
   James Morris <jmorris@namei.org>
   Takashi Iwai <tiwai@suse.de>
   Ingo Molnar <mingo@redhat.com>
- " Alan Cox <alan@lxorguk.ukuu.org.uk>\0"
+  Alan Cox <alan@lxorguk.ukuu.org.uk>
+  WANG Cong <wangcong@zeuux.org>
+  Roman Hoog Antink <rha@open.ch>
+  linux-ext4@vger.kernel.org
+  Alexey Dobriyan <adobriyan@gmail.com>
+  Andrea Righi <righi.andrea@gmail.com>
+  alsa-devel@alsa-project.org
+  Len Brown <len.brown@intel.com>
+  Samuel Ortiz <samuel@sortiz.org>
+  coreteam@netfilter.org
+  user-mode-linux-devel@lists.sourceforge.net
+  linux-s390@vger.kernel.org
+  Trond Myklebust <Trond.Myklebust@netapp.com>
+  Jeff Dike <jdike@addtoit.com>
+  Rusty Russell <rusty@rustcorp.com.au>
+  Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
+  Sitsofe Wheeler <sitsofe@yahoo.com>
+  Steven Rostedt <rostedt@goodmis.org>
+  linux-raid@vger.kernel.org
+  Martin Schwidefsky <schwidefsky@de.ibm.com>
+  Andreas Dilger <adilger@sun.com>
+  Pekka Enberg <penberg@cs.helsinki.fi>
+  Mikulas Patocka <mpatocka@redhat.com>
+  Al Viro <viro@zeniv.linux.org.uk>
+  user-mode-linux-user@lists.sourceforge.net
+  Jaroslav Kysela <perex@perex.cz>
+  Thomas Gleixner <tglx@linutronix.de>
+  Michael Holzheu <holzheu@linux.vnet.ibm.com>
+  Arjan van de Ven <arjan@linux.intel.com>
+  Jan Engelhardt <jengelh@medozas.de>
+  Bjorn Helgaas <bjorn.helgaas@hp.com>
+  Andre Noll <maan@systemlinux.org>
+  netfilter-devel@vger.kernel.org
+  linux-parisc@vger.kernel.org
+  Martin K . Petersen <martin.petersen@oracle.com>
+  netdev@vger.kernel.org
+  Jason Baron <jbaron@redhat.com>
+  Greg Kroah-Hartman <gregkh@suse.de>
+  Roel Kluin <roel.kluin@gmail.com>
+  linux-kernel@vger.kernel.org
+  Stoyan Gaydarov <stoyboyker@gmail.com>
+  Patrick McHardy <kaber@trash.net>
+  Kyle McMartin <kyle@mcmartin.ca>
+  Christof Schmitt <christof.schmitt@de.ibm.com>
+  netfilter@vger.kernel.org
+  Richard Purdie <rpurdie@rpsys.net>
+  Joe Perches <joe@perches.com>
+  linux390@de.ibm.com
+  Andrew Morton <akpm@linux-foundation.org>
+  Andrey Borzenkov <arvidjaar@mail.ru>
+ " David S . Miller <davem@davemloft.net>\0"
  "\00:1\0"
  "b\0"
  "On Sat, Nov 07, 2009 at 01:16:20PM -0200, Andr\303\251 Goddard Rosa wrote:\n"
@@ -53,6 +105,16 @@
  "save a bit of code, as well as encouraging people to do proper input\n"
  "validation, while we are doing this tree-wide cleanup.\n"
  "\n"
- "\t\t\t\t\t\t- Ted"
+ "\t\t\t\t\t\t- Ted\n"
+ "\n"
+ "------------------------------------------------------------------------------\n"
+ "Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day \n"
+ "trial. Simplify your report design, integration and deployment - and focus on \n"
+ "what you do best, core application coding. Discover what's new with\n"
+ "Crystal Reports now.  http://p.sf.net/sfu/bobj-july\n"
+ "_______________________________________________\n"
+ "User-mode-linux-devel mailing list\n"
+ "User-mode-linux-devel@lists.sourceforge.net\n"
+ https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel
 
-237ecfa45bdd74c320b29501c27a7ca36cc36da9b3fef6d7ed214c92e0c5c3a1
+7e8d2927ad703c6b5ac430072ace34a8e4bf0e125b721aabfcc325eca94d2c35

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.