Greeting from China!!!

2007-05-09 Thread Mou Xinsheng
Hello, I want to solicit your attention to recieve money on my behalf. The purpose of my contacting you is because my status will not permit me to do this alone. When you reply this message,i will send you details of the business and more information about myself. My personal email is : [EMAIL

[PATCH 0/3] DCCP: Copyright/code shuffle

2007-05-09 Thread Ian McDonald
These are the first three of minor code changes. No functionality is changed. Just refactoring. Ian - To unsubscribe from this list: send the line unsubscribe dccp in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH 1/3] DCCP: Update copyright

2007-05-09 Thread Ian McDonald
This patch just updates copyrights. Signed-off-by: Ian McDonald [EMAIL PROTECTED] --- diff --git a/net/dccp/ccids/ccid3.c b/net/dccp/ccids/ccid3.c index d7d9ce7..31f50fa 100644 --- a/net/dccp/ccids/ccid3.c +++ b/net/dccp/ccids/ccid3.c @@ -1,8 +1,8 @@ /* * net/dccp/ccids/ccid3.c * - *

[PATCH 3/3] DCCP: Tidy up dccp_li_hist_purge

2007-05-09 Thread Ian McDonald
This patch removes a parameter from dccp_li_hist_purge and can therefore also remove an EXPORT_SYMBOL_GPL we introduced in a previous patch. Signed-off-by: Ian McDonald [EMAIL PROTECTED] --- diff --git a/net/dccp/ccids/ccid3.c b/net/dccp/ccids/ccid3.c index 682a438..2ef3bb4 100644 ---

[PATCH 2/3] DCCP: Shift code around

2007-05-09 Thread Ian McDonald
This is just shifting code around and involves no renames except for module initialisation. Also add/remove static, includes, EXPORT_SYMBOL_GPL as needed. We remove dccp_li_hist_entry_delete as it's not actually used anywhere! Signed-off-by: Ian McDonald [EMAIL PROTECTED] --- diff --git