diff for duplicates of <20080804231320.GG6447@tesla> diff --git a/a/content_digest b/N1/content_digest index cd55add..8e4ea76 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,9 +1,16 @@ "ref\01217890089-12100-1-git-send-email-lrodriguez@atheros.com\0" "ref\020080804160011.ec964f1f.randy.dunlap@oracle.com\0" "From\0Luis R. Rodriguez <lrodriguez@atheros.com>\0" - "Subject\0[ath9k-devel] [PATCH 2/4] list.h: add list_cut_position()\0" + "Subject\0Re: [PATCH 2/4] list.h: add list_cut_position()\0" "Date\0Mon, 4 Aug 2008 16:13:21 -0700\0" - "To\0ath9k-devel@lists.ath9k.org\0" + "To\0Randy Dunlap <randy.dunlap@oracle.com>\0" + "Cc\0Luis Rodriguez <Luis.Rodriguez@atheros.com>" + linville@tuxdriver.com <linville@tuxdriver.com> + netdev@vger.kernel.org <netdev@vger.kernel.org> + linux-kernel@vger.kernel.org <linux-kernel@vger.kernel.org> + torvalds@linux-foundation.org <torvalds@linux-foundation.org> + linux-wireless@vger.kernel.org <linux-wireless@vger.kernel.org> + " ath9k-devel@venema.h4ckr.net <ath9k-devel@venema.h4ckr.net>\0" "\00:1\0" "b\0" "On Mon, Aug 04, 2008 at 04:00:11PM -0700, Randy Dunlap wrote:\n" @@ -99,4 +106,4 @@ "-- \n" 1.5.6.rc2.15.g457bb.dirty -12dfff0e7618219df1d54f6d9db9d7538f0b4df7d425dcf5f0da5f9d8961efc6 +00ba9297c99e10ece3bc2c145461fc21edc537c55cd62a0e8333fb000ccbaa27
diff --git a/a/1.txt b/N2/1.txt index 8334b45..8e7b6b3 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -4,7 +4,7 @@ On Mon, Aug 04, 2008 at 04:00:11PM -0700, Randy Dunlap wrote: > > This adds list_cut_position() which lets you cut a list into > > two lists given a pivot in the list. > > -> > Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com> +> > Signed-off-by: Luis R. Rodriguez <lrodriguez-DlyHzToyqoxBDgjK7y7TUQ@public.gmane.org> > > --- > > include/linux/list.h | 32 ++++++++++++++++++++++++++++++++ > > 1 files changed, 32 insertions(+), 0 deletions(-) @@ -90,3 +90,8 @@ index 594f67c..2999b0f 100644 { -- 1.5.6.rc2.15.g457bb.dirty + +-- +To unsubscribe from this list: send the line "unsubscribe linux-wireless" in +the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org +More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/a/content_digest b/N2/content_digest index cd55add..335d9e8 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,9 +1,17 @@ "ref\01217890089-12100-1-git-send-email-lrodriguez@atheros.com\0" "ref\020080804160011.ec964f1f.randy.dunlap@oracle.com\0" - "From\0Luis R. Rodriguez <lrodriguez@atheros.com>\0" - "Subject\0[ath9k-devel] [PATCH 2/4] list.h: add list_cut_position()\0" + "ref\020080804160011.ec964f1f.randy.dunlap-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org\0" + "From\0Luis R. Rodriguez <lrodriguez-DlyHzToyqoxBDgjK7y7TUQ@public.gmane.org>\0" + "Subject\0Re: [PATCH 2/4] list.h: add list_cut_position()\0" "Date\0Mon, 4 Aug 2008 16:13:21 -0700\0" - "To\0ath9k-devel@lists.ath9k.org\0" + "To\0Randy Dunlap <randy.dunlap-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>\0" + "Cc\0Luis Rodriguez <Luis.Rodriguez-R2DSYHpuZhhBDgjK7y7TUQ@public.gmane.org>" + linville-2XuSBdqkA4R54TAoqtyWWQ@public.gmane.org <linville-2XuSBdqkA4R54TAoqtyWWQ@public.gmane.org> + netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org <netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org> + linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org <linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org> + torvalds-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org <torvalds-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org> + linux-wireless-u79uwXL29TY76Z2rM5mHXA@public.gmane.org <linux-wireless-u79uwXL29TY76Z2rM5mHXA@public.gmane.org> + " ath9k-devel-juf53994utBLZpfksSYvnA@public.gmane.org <ath9k-devel-juf53994utBLZpfksSYvnA@public.gmane.org>\0" "\00:1\0" "b\0" "On Mon, Aug 04, 2008 at 04:00:11PM -0700, Randy Dunlap wrote:\n" @@ -12,7 +20,7 @@ "> > This adds list_cut_position() which lets you cut a list into\n" "> > two lists given a pivot in the list.\n" "> >\n" - "> > Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>\n" + "> > Signed-off-by: Luis R. Rodriguez <lrodriguez-DlyHzToyqoxBDgjK7y7TUQ@public.gmane.org>\n" "> > ---\n" "> > include/linux/list.h | 32 ++++++++++++++++++++++++++++++++\n" "> > 1 files changed, 32 insertions(+), 0 deletions(-)\n" @@ -97,6 +105,11 @@ " \t\t\t\t struct list_head *head)\n" " {\n" "-- \n" - 1.5.6.rc2.15.g457bb.dirty + "1.5.6.rc2.15.g457bb.dirty\n" + "\n" + "--\n" + "To unsubscribe from this list: send the line \"unsubscribe linux-wireless\" in\n" + "the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n" + More majordomo info at http://vger.kernel.org/majordomo-info.html -12dfff0e7618219df1d54f6d9db9d7538f0b4df7d425dcf5f0da5f9d8961efc6 +eccc5bcb94a2ef4685677b247922044a09079316c9e1bde6c033b7a45211b258
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.