All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <1158045733.23931.16.camel@localhost>

diff --git a/a/1.txt b/N1/1.txt
index 6ff19ad..e43900b 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -27,7 +27,7 @@ The kernel version for the patch is 2.6.18-rc6
 @@ -5671,11 +5671,12 @@ int __init sbpcd_init(void)
  	{
  		addr[1]=sbpcd[port_index];
- 		if (addr[1]=0) break;
+ 		if (addr[1]==0) break;
 -		if (check_region(addr[1],4))
 +		if (!request_region(addr[1],4,major_name))
  		{
@@ -35,19 +35,8 @@ The kernel version for the patch is 2.6.18-rc6
  			continue;
  		}
 +		release_region(addr[1],4);
- 		if (sbpcd[port_index+1]=2) type=str_sp;
- 		else if (sbpcd[port_index+1]=1) type=str_sb;
- 		else if (sbpcd[port_index+1]=3) type=str_t16;
+ 		if (sbpcd[port_index+1]==2) type=str_sp;
+ 		else if (sbpcd[port_index+1]==1) type=str_sb;
+ 		else if (sbpcd[port_index+1]==3) type=str_t16;
 
 Signed-off-by: Hil Liao <ubuntu@comcast.net>
-
-
--------------------------------------------------------------------------
-Using Tomcat but need to do more? Need to support web services, security?
-Get stuff done quickly with pre-integrated technology to make your job easier
-Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
-http://sel.as-us.falkag.net/sel?cmd=lnk&kid\x120709&bid&3057&dat\x121642
-_______________________________________________
-Kernel-janitor-discuss mailing list
-Kernel-janitor-discuss@lists.sourceforge.net
-https://lists.sourceforge.net/lists/listinfo/kernel-janitor-discuss
diff --git a/a/content_digest b/N1/content_digest
index 966862b..6a89f1b 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,6 +1,6 @@
  "From\0Hil <ubuntu@comcast.net>\0"
  "Subject\0sbpcd.c: fix check_region to request_region\0"
- "Date\0Tue, 12 Sep 2006 07:22:13 +0000\0"
+ "Date\0Tue, 12 Sep 2006 00:22:13 -0700\0"
  "To\0Andrew J. Kroll <ag784@freenet.sis.buffalo.edu>"
   kernel-janitor-discuss@lists.sourceforge.net
  " linux-kernel@vger.kernel.org\0"
@@ -36,7 +36,7 @@
  "@@ -5671,11 +5671,12 @@ int __init sbpcd_init(void)\n"
  " \t{\n"
  " \t\taddr[1]=sbpcd[port_index];\n"
- " \t\tif (addr[1]=0) break;\n"
+ " \t\tif (addr[1]==0) break;\n"
  "-\t\tif (check_region(addr[1],4))\n"
  "+\t\tif (!request_region(addr[1],4,major_name))\n"
  " \t\t{\n"
@@ -44,21 +44,10 @@
  " \t\t\tcontinue;\n"
  " \t\t}\n"
  "+\t\trelease_region(addr[1],4);\n"
- " \t\tif (sbpcd[port_index+1]=2) type=str_sp;\n"
- " \t\telse if (sbpcd[port_index+1]=1) type=str_sb;\n"
- " \t\telse if (sbpcd[port_index+1]=3) type=str_t16;\n"
+ " \t\tif (sbpcd[port_index+1]==2) type=str_sp;\n"
+ " \t\telse if (sbpcd[port_index+1]==1) type=str_sb;\n"
+ " \t\telse if (sbpcd[port_index+1]==3) type=str_t16;\n"
  "\n"
- "Signed-off-by: Hil Liao <ubuntu@comcast.net>\n"
- "\n"
- "\n"
- "-------------------------------------------------------------------------\n"
- "Using Tomcat but need to do more? Need to support web services, security?\n"
- "Get stuff done quickly with pre-integrated technology to make your job easier\n"
- "Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo\n"
- "http://sel.as-us.falkag.net/sel?cmd=lnk&kid\0220709&bid&3057&dat\0221642\n"
- "_______________________________________________\n"
- "Kernel-janitor-discuss mailing list\n"
- "Kernel-janitor-discuss@lists.sourceforge.net\n"
- https://lists.sourceforge.net/lists/listinfo/kernel-janitor-discuss
+ Signed-off-by: Hil Liao <ubuntu@comcast.net>
 
-db7c24df2135e616d4388d1bfe8a1a155202f7e624d4c203d70181ed3dc1d501
+6a4aae4befc07fd73aff1c2b76f6f55f76cca9afeaac79b87f07f10f86604abe

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.